Change filename and macros from AT91SAM3.. to SAM3.. to conform to Atmel's official...
[bertos.git] / bertos / cpu / cortex-m3 / drv / ser_cm3.h
index 7268711f0e4fef4d0a11e9197eaf422e91437022..ddc78bec64f601d00af88b61c6499a7016483578 100644 (file)
 
 #if CPU_CM3_LM3S
        #include "ser_lm3s.h"
+#elif CPU_CM3_STM32
+       #include "ser_stm32.h"
+#elif CPU_CM3_SAM3
+       #include "ser_sam3.h"
 /*#elif  Add other Cortex-M3 CPUs here */
 #else
        #error Unknown CPU