Contiki 3.x
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
cpu
arm
mkl25z
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
Generated on Thu Jul 6 2017 20:52:46 for Contiki 3.x by
1.8.6