osd-contiki/platform/cc2530dk
Philippe Rétornaz 666ff6ca55 cc253x: use a uint8_t for sleep_flag
__bit variables must be located after the 0x20 address
This force the stack to start after 0x20, thus decrease
the stack size by a considerable amount.
2012-09-07 17:32:10 +01:00
..
dev Fixed typos and a stray printf. Adjusted comments 2012-09-07 17:31:25 +01:00
contiki-conf.h Fixed an SDCC compile error when UIP_CONF_ROUTER is 0. UIP_CONF_ROUTER can be configured in project-conf.h 2012-05-16 15:22:31 +01:00
contiki-main.c cc253x: use a uint8_t for sleep_flag 2012-09-07 17:32:10 +01:00
debug.c New platform: TI cc2530 Development Kit 2012-03-23 14:41:07 +00:00
debug.h New platform: TI cc2530 Development Kit 2012-03-23 14:41:07 +00:00
Makefile.cc2530dk The cc2530dk Makefile was adding a source twice 2012-04-26 15:28:43 +01:00
models.h Platform cc2530dk now uses models.h to configure differences between the SmartRF and the 2531 USB stick 2012-04-26 16:28:04 +01:00
putchar.c New platform: TI cc2530 Development Kit 2012-03-23 14:41:07 +00:00
segment.rules New platform: TI cc2530 Development Kit 2012-03-23 14:41:07 +00:00
viztool.c We can now use SDCC's __nonbanked feature 2012-04-26 15:28:43 +01:00