nes-proj/core
zhitao 93c748cc74 Bug fix for mysterious packet loss : check FIFO pin instead of FIFOP pin for any unread RX FIFO data;
Added protection of packet timestamp across interrupts. Note that race condition can still occur as interrupts and self-scheduled reads of the RX FIFO interleave in certain unusual patterns. More investigation is needed.
2009-12-11 18:32:54 +00:00
..
cfs Set a file mode in the third argument when calling open() with O_CREAT in 2009-08-10 09:50:55 +00:00
ctk With dynamic loading enabled the function ctk_textentry_input_null() lives in the persistent core while the macro CTK_TEXTENTRY() is typically used in loadable modules. So ctk_textentry_input_null() needs to be dynamically resolved. 2009-02-28 10:43:30 +00:00
dev Bug fix for mysterious packet loss : check FIFO pin instead of FIFOP pin for any unread RX FIFO data; 2009-12-11 18:32:54 +00:00
lib make it possible to accumulate CRC values through crc16_data. 2009-05-14 12:05:04 +00:00
loader Third attempt with INCLUDE_APPLICATE_SOURCE to remove compile warnings without breaking any platforms 2009-07-16 18:02:34 +00:00
net Use RTIMER_NOW() instead of rtimer_arch_now() 2009-12-09 18:08:26 +00:00
sys There were many bugs in the rtimer code, particularly one that made only one rtimer at a time work. We have a new rtimer system that we're testing, but in the meantime, I rewrote the rtimer code to explicitly support only one rtimer. Makes the code significantly simpler (and fixes a bug that was very hard to track down). 2009-12-08 23:55:17 +00:00
contiki-lib.h
contiki-net.h
contiki-version.h -> 2.3 2009-06-22 20:40:43 +00:00
contiki.h