c9a8eea371Added cfs_seek to the preprocessor level implementation of the cfs API.
oliverschmidt
2008-07-06 07:28:05 +0000
ec773fb63bSeparated the 'debug' commands (unicast and broadcast) from shell-rime into a separate shell-rime-debug
adamdunkels
2008-07-04 08:23:00 +0000
133a314b1cenergest.h moved to sys/
nvt-se
2008-07-04 02:58:58 +0000
671f5c6393Major performance boost to directory listings and non-cached file openings.
nvt-se
2008-07-04 02:54:30 +0000
62b7ef5173Moved energest from lib/ to sys/
adamdunkels
2008-07-04 00:02:21 +0000
b88b231c62Removed ps command to make code fit in memory
adamdunkels
2008-07-04 00:01:06 +0000
64b6663b11moved energest from lib/ to sys/
adamdunkels
2008-07-03 23:59:20 +0000
45c6d92377exclude log files from directory list
nvt-se
2008-07-03 23:50:54 +0000
4395efeb4fMake cfs-coffee compiled on all platforms
adamdunkels
2008-07-03 23:43:21 +0000
3fc9c96ac2should be comparison, not assignment
nvt-se
2008-07-03 23:41:28 +0000
985fb009bfRename static function log2 to ilog2 to avoid clashes (and compiler warnings) with built-in function called log2
adamdunkels
2008-07-03 23:40:12 +0000
1f005b6299Moved energest.{c,h} from core/lib to core/sys: power profiling is a system mechanism, not a library
adamdunkels
2008-07-03 23:36:30 +0000
cd6ab0ec47Shave off whitespace at the end of a command (they would otherwise cause problems with filenames having 'invisible' trailing spaces).
adamdunkels
2008-07-03 21:15:12 +0000
f4f812d81aBetter error handling if the file could not be opened
adamdunkels
2008-07-03 21:14:29 +0000
fa9a34993fAdded an optional 'offset' parameter to the read command. With the offset parameter, reading starts 'offset' bytes into the file
adamdunkels
2008-07-03 21:13:54 +0000
56fd2519f7Slightly more informative output
adamdunkels
2008-07-03 21:13:13 +0000
8b91a56a4eAdded target for sky-shell-collect.c data collection
adamdunkels
2008-07-03 18:48:53 +0000
96fb8163e6Shell program that sends a lot of data: sensor data, power data, neighbor data
adamdunkels
2008-07-03 18:40:18 +0000
a6682c4bfdoriginator address is const
adamdunkels
2008-07-03 17:58:10 +0000
86bbb86ed9If the reps argument to the repeat command is 0, it means to repeat infinitely
adamdunkels
2008-07-03 17:56:56 +0000
38e39bbc1cAdded a separate file for CFS Coffee-specific commands
adamdunkels
2008-07-03 17:56:17 +0000
09f5b6d2f5Send one extra byte to ensure that the terminating zero is included
adamdunkels
2008-07-03 09:51:21 +0000
0000a091ccBugfix: CFS file handles can be 0
adamdunkels
2008-07-03 09:50:23 +0000
f274b26588Added CC_CONST_FUNCTION as a work-around to the sdcc const function pointer bug
adamdunkels
2008-07-03 07:38:52 +0000
040d65c1f6Added missing #include sys/cc.h to make system compile
adamdunkels
2008-07-03 07:37:51 +0000
65ec55e68fcall watchdog_periodic in potentially long-running loops
nvt-se
2008-07-02 15:18:43 +0000
28bcff539fpath misconfiguration has been fixed
matsutsuka
2008-07-02 15:04:07 +0000
4cf1687845shell is removed temporarily since it doesn't work in the current version.
matsutsuka
2008-07-02 15:03:44 +0000
d194d54e8eCC_CONST_FUNCTION replaces some const keywords in order to workaround a sdcc bug, which cannot handle function pointers as const.
matsutsuka
2008-07-02 15:02:33 +0000
b8820a7d89Added a 'format' command that formats a CFS Coffee flash file system
adamdunkels
2008-07-02 14:14:37 +0000
da4803e4d4Updated window title and heading
adamdunkels
2008-07-02 14:12:48 +0000
7c459c849dThe .ihex file use the intermediate Contiki-wide .$(TARGET) target instead of the MSP430-specific .firmware
adamdunkels
2008-07-02 14:11:34 +0000
88fb193a68Print MAC layer with mac command
adamdunkels
2008-07-02 14:08:06 +0000
adbf6c47abBugfix: don't try to read/write/append to file if it was not possible to open it. Bugfix: CFS file descriptors that are 0 are OK.
adamdunkels
2008-07-02 14:06:46 +0000
7e4bab3cc8turned off debugging by default
nvt-se
2008-07-02 12:06:02 +0000
26716fe7a1added formatting function and made code style compliant
nvt-se
2008-07-02 11:11:13 +0000
28331191b3Changed name of simple-cc2420 to cc2420
adamdunkels
2008-07-02 09:38:06 +0000
66876625d4Changed name of the simple-cc2420 module to cc2420: changed all function names and variable names from simple_cc2420_* to cc2420_*.
adamdunkels
2008-07-02 09:05:40 +0000
dafa1d89a2Added cc2420-aes.c (functions for interfacing the build-in AES support of the CC2420)
adamdunkels
2008-07-02 08:47:05 +0000
1da58b8858Functions for interfacing the built-in AES functions of the CC2420 chip
adamdunkels
2008-07-02 08:46:13 +0000
3847448496Added configuration option to circumvent C compilers that have problems with const function pointers (i.e., sdcc)
adamdunkels
2008-07-02 08:35:29 +0000
4ecebdd842A binary conversion tool has been modified to support variations.
matsutsuka
2008-07-02 07:17:14 +0000
29b17c6933Modified some glitches in startup code, and introduced additional typedefs required in the current version.
matsutsuka
2008-07-02 07:13:22 +0000
1586d8f36fChanged filename of the CC2420 driver from simple-cc2420 to cc2420.
adamdunkels
2008-07-01 21:02:51 +0000
020a0c30aaRewrote the collect module to use packet attributes instead of explicit headers
adamdunkels
2008-06-30 09:15:22 +0000
6bbb99438eCleaned up Rime makefile - removed sibc, changed name of sabc to stbroadcast
adamdunkels
2008-06-30 08:29:32 +0000
e6079870feChanged name of the sabc module to stbroadcast
adamdunkels
2008-06-30 08:28:53 +0000
1093a8fe28Added name to mac structure. Do not turn radio on when sending a broadcast packet. Changed default off time to half a second.
adamdunkels
2008-06-30 08:10:02 +0000
247de015b5added name to mac structure
adamdunkels
2008-06-30 08:09:17 +0000
c9528fb010Added name, made default listen time shorter
adamdunkels
2008-06-30 08:08:59 +0000
a7dfa95551Added a 'name' field in the mac structure, which allows boot-up code to print out the name of the currently selected MAC protocol
adamdunkels
2008-06-30 08:08:27 +0000
4349504219Bugfix: fixed the missing arguments to make Rime compile
adamdunkels
2008-06-27 16:44:58 +0000
1cbac18ff9updated to latest version of MSPSim
nifi
2008-06-27 14:11:51 +0000
d094fe254fFixed problems with IPv6-enabled Windows XP
adamdunkels
2008-06-23 19:52:44 +0000
3b72a403baFixed help text on rfchannel command
adamdunkels
2008-06-23 19:51:29 +0000
9f65ebf161Added 'graphical' (ASCII-graphics) power display
adamdunkels
2008-06-21 18:33:22 +0000
38f0ac4a36Made wpcapslip work with IPv6 enabled. Added -l option to turn on logging.
adamdunkels
2008-06-19 07:52:28 +0000
f6c310d90aI'd better don't try to be smart by including read access into every write access - as the cc65 CBM POSIX file I/O library doesn't allow for both reading and writing at all.
oliverschmidt
2008-06-16 11:20:22 +0000