nes-proj/core
oliverschmidt aa7ba44fb1 Avoided compiler warning. 2008-02-28 23:59:05 +00:00
..
cfs Removed left-over debug printouts 2008-01-24 23:07:05 +00:00
ctk Did more aggressive fullscreen ctk codesize optimization. Now ctk draw implementations need adjustment as the struct window member x and y are gone. Another potential optimization would be to remove clipping... 2007-12-20 20:45:06 +00:00
dev Moved old CC2420 driver to the backyard 2008-02-24 22:29:08 +00:00
lib Avoided compiler warning. 2008-02-10 12:30:57 +00:00
loader Switched from (now obsolete) 'process_load' to 'autostart_processes'. 2008-02-07 15:53:43 +00:00
net Avoided compiler warning. 2008-02-28 23:59:05 +00:00
sys The cc65 compiler has a bug that doesn't allow to initialize an automatic struct with references to automatic variables. Therefore I changed the timetable used for measuring the timestamping time from automatic to static - which wastes some bytes in the data segment. If this isn't generally acceptable then an #ifdef __CC65__ seems to be the appropriate approach. 2008-02-28 22:43:40 +00:00
contiki-lib.h
contiki-net.h
contiki-version.h Bumped version number to 2.1 2007-11-28 23:04:55 +00:00
contiki.h