/** * \file * * * \brief Low-level Registry definition for ARM Cortex-m3 (interface). * * \author Daniele Basile * */ #include #if CPU_CM3_LM3S #include "lm3s.h" #elif CPU_CM3_STM32 #include "stm32.h" #elif CPU_CM3_SAM3 #include "sam3.h" /*#elif Add other Cortex-M3 CPUs here */ #else #error Unknown CPU #endif