Contiki 3.x
runtime_configuration.h
1 /*
2  * runtime_configuration file for Embedded ARM
3  */
4 
5 
6 /* copy ROM to RAM locations. Set to 0 for more aggressive dead stripping */
7 #ifndef SUPPORT_ROM_TO_RAM
8 #define SUPPORT_ROM_TO_RAM 1
9 #endif
10 
11 #ifndef SUPPORT_SEMIHOST_ARGC_ARGV
12 #define SUPPORT_SEMIHOST_ARGC_ARGV 0
13 #endif
14 
15