Files
contiki/platform
oliverschmidt 85edbc01db Starting with the cc65-snapshot-2.11.9.20080316 the Apple2 C-library supports placing code in the Apple2 Language Card by choosing the code segment 'HIGHCODE'. By default the memory area 0xD400 - 0xE000 is used for HIGHCODE. If the application doesn't need the ProDOS 8 QUIT code then the memory area used for HIGHCODE may be extended to 0xD000 - 0xE000.
Contiki now leverages that feature to place process.o, etimer.o and uip_arp.o in HIGHCODE. These files were carefully chosen as:
- they are necessary for all Ethernet apps
- their size doesn't depend on configuration macros
- they fill the available space nicely (with a little reserve for changes in the source or the compiler)
2008-03-24 22:49:00 +00:00
..
2008-02-28 21:56:47 +00:00
2008-02-28 21:56:47 +00:00
2008-03-18 16:22:00 +00:00
2008-02-28 15:49:01 +00:00
2008-02-10 22:36:36 +00:00
2008-03-03 20:21:59 +00:00
2007-09-01 11:17:25 +00:00