BeRTOS
|
00001 00038 #include <cpu/detect.h> 00039 00040 #if CPU_CM3_LM3S 00041 #include "ser_lm3s.h" 00042 #elif CPU_CM3_STM32 00043 #include "ser_stm32.h" 00044 #elif CPU_CM3_SAM3 00045 #include "ser_sam3.h" 00046 /*#elif Add other Cortex-M3 CPUs here */ 00047 #else 00048 #error Unknown CPU 00049 #endif