nes-proj/core/lib
adamdunkels f6715890de Made SENSORS_ACTIVATE() and SENSORS_DEACTIVATE() use non-pointers, for concistency 2010-01-14 20:13:34 +00:00
..
assert.c Assertions are useful. 2006-08-11 13:37:21 +00:00
assert.h * Add compile time assert CTASSERT. 2007-06-01 15:36:00 +00:00
checkpoint.c added experimental checkpointing functionality: 2009-02-04 17:49:15 +00:00
checkpoint.h added experimental checkpointing functionality: 2009-02-04 17:49:15 +00:00
crc16.c make it possible to accumulate CRC values through crc16_data. 2009-05-14 12:05:04 +00:00
crc16.h fixed documentation typos 2008-10-15 14:17:28 +00:00
ctk-filedialog.c Support for z80(sdcc) port. 2007-08-30 14:39:16 +00:00
ctk-filedialog.h Support for z80(sdcc) port. 2007-08-30 14:39:16 +00:00
ctk-textentry-checkbox.c Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
ctk-textentry-checkbox.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
ctk-textentry-cmdline.c Added a dummy function instead of a NULL callback in the textentry widget because sdcc does not like NULL function pointers 2009-02-24 21:30:02 +00:00
ctk-textentry-cmdline.h Added a dummy function instead of a NULL callback in the textentry widget because sdcc does not like NULL function pointers 2009-02-24 21:30:02 +00:00
ctk-textentry-multiline.c Avoid compiler warnings. 2006-08-21 21:59:59 +00:00
ctk-textentry-multiline.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
gcr.c GCR encoding/decoding 2006-10-05 09:23:41 +00:00
gcr.h GCR encoding/decoding 2006-10-05 09:23:41 +00:00
ifft.c Rename static function log2 to ilog2 to avoid clashes (and compiler warnings) with built-in function called log2 2008-07-03 23:40:12 +00:00
ifft.h modified API for fft 2008-04-25 22:12:25 +00:00
libconio.c #include "contiki" has been added so as to enable platform-dependent configuration for LIBCONIO_WIDTH and LIBCONIO_HEIGHT. 2007-09-09 12:24:44 +00:00
libconio.h fixed documentation typos 2008-10-15 14:17:28 +00:00
list.c changed list_pop to return removed element 2008-12-16 09:59:42 +00:00
list.h Minor documentation addition 2009-05-06 15:07:35 +00:00
me.c Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
me.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
me_tabs.c Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
me_tabs.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
memb.c Changed name of the internal struct memb_blocks to struct memb for consistency 2009-04-06 21:18:03 +00:00
memb.h Changed name of the internal struct memb_blocks to struct memb for consistency 2009-04-06 21:18:03 +00:00
mmem.c Respect MMEM_CONF_SIZE user option, otherwise default to 4096 byts 2006-12-22 17:14:06 +00:00
mmem.h fixed documentation typos 2008-10-15 14:17:28 +00:00
petsciiconv.c Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
petsciiconv.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
print-stats.c Moved energest.{c,h} from core/lib to core/sys: power profiling is a system mechanism, not a library 2008-07-03 23:36:30 +00:00
print-stats.h Convenience function for printing out system statistics 2007-09-27 22:22:40 +00:00
rand.c include contiki.h and use standard data types. 2007-09-04 08:48:54 +00:00
rand.h Rewrote the random_rand() pseudo random number generator to use the libc rand() function instead 2009-02-11 11:09:59 +00:00
random.c Rewrote the random_rand() pseudo random number generator to use the libc rand() function instead 2009-02-11 11:09:59 +00:00
random.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
ringbuf.c A ring buffer library. The ring buffer library is useful in device drivers, where bytes can be safely written to the buffer from an interrupt handler, and read from non-interrupt code. 2009-03-01 20:23:56 +00:00
ringbuf.h A ring buffer library. The ring buffer library is useful in device drivers, where bytes can be safely written to the buffer from an interrupt handler, and read from non-interrupt code. 2009-03-01 20:23:56 +00:00
sensors.c fixed sensors_find API 2010-01-14 20:04:38 +00:00
sensors.h Made SENSORS_ACTIVATE() and SENSORS_DEACTIVATE() use non-pointers, for concistency 2010-01-14 20:13:34 +00:00
strncasecmp.c fixed documentation typos 2008-10-15 14:17:28 +00:00