osd-contiki/platform
oliverschmidt 33eeb8ccbb - Switched from from a CTK draw service to a statically linked CTK draw implementation.
- Workarounded the following CTK glitch:

ctk.c calls ctk_arch_keyavail() and ctk_arch_getkey() and needs therefore appropriate declarations (or macros) but it doesn't include a ctk_arch.h or alike to bring those in. So it's necessary to bring those declarations in via contiki-conf.h.

But ctk_arch_getkey() is supposed to return a ctk_arch_key_t - and this typedef'ed in ctk.h which means that ctk.h would need to be included in contiki-conf.h before declaring ctk_arch_getkey().

This IS rather undesirable so the current workaround is to declare ctk_arch_getkey() as returning a char - this is btw done similiar in platform/gtk as well. See ctk/ctk-gtksim.h:

guint ctk_arch_getkey(void);
2007-04-15 13:30:16 +00:00
..
apple2enh Made endianess configuration actually work. 2007-04-11 00:25:38 +00:00
c64 Made endianess configuration actually work. 2007-04-11 00:25:38 +00:00
cc2420dbk * Bump maximum number of udp sockets to 16 and fwcache size. 2007-04-11 15:24:39 +00:00
cooja added empty rtimer files to remove compilation errors 2007-04-11 12:46:13 +00:00
esb network setup for uip with slip 2007-04-05 08:11:57 +00:00
ethernut1 Changed the Contiki Interface declaration macros from CCI/CLI to CCIF/CLIF because of already existing macros: Both CCI and CLI :-( 2006-08-15 14:46:33 +00:00
ethernut2 Changed the Contiki Interface declaration macros from CCI/CLI to CCIF/CLIF because of already existing macros: Both CCI and CLI :-( 2006-08-15 14:46:33 +00:00
gtk Providing a dummy program_handler_load() made made the telnet server work without program-handler but on the other hand incompatible with an exsistng program handler :-( 2007-04-13 21:04:52 +00:00
minimal-net Link in and start the POSIX file system to make the telnet-server example 'ls' command generally work. Typically it will complain about not finding 'cfs-root/.' 2007-04-13 23:08:52 +00:00
minimal-ppp Made endianess configuration actually work. 2007-04-11 00:25:38 +00:00
native Made endianess configuration actually work. 2007-04-11 00:25:38 +00:00
netsim Made endianess configuration actually work. 2007-04-11 00:25:38 +00:00
sky * Bump maximum number of udp sockets to 16. 2007-04-11 15:22:05 +00:00
stepper-robot Padded struct codeprop_tcphdr to 4 bytes, to get around different 2007-03-18 13:15:00 +00:00
stk501 Add new plattform definition for the STK 501 board featuring an 2006-12-22 17:19:22 +00:00
win32 - Switched from from a CTK draw service to a statically linked CTK draw implementation. 2007-04-15 13:30:16 +00:00