BeRTOS
kdebug_cm3.c
Go to the documentation of this file.
00001 
00038 #include <cpu/detect.h>
00039 
00040 #if CPU_CM3_LM3S
00041     #include "kdebug_lm3s.c"
00042 #elif CPU_CM3_STM32
00043     #include "kdebug_stm32.c"
00044 #elif CPU_CM3_SAM3
00045     #include "kdebug_sam3.c"
00046 /*#elif  Add other families here */
00047 #else
00048     #error Unknown CPU
00049 #endif