X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Fflash_cm3.h;h=c6e2a831c70dc10e24c7a7c5532ff0315fed1bfc;hb=f1fab319eb3fe91c157b3a9564841aef62a03554;hp=bb7020b20fbc3437d44849b1f16ab100195665cb;hpb=6381cde31a6e15dcb7707b000723b21a3d08671f;p=bertos.git diff --git a/bertos/cpu/cortex-m3/drv/flash_cm3.h b/bertos/cpu/cortex-m3/drv/flash_cm3.h index bb7020b2..c6e2a831 100644 --- a/bertos/cpu/cortex-m3/drv/flash_cm3.h +++ b/bertos/cpu/cortex-m3/drv/flash_cm3.h @@ -39,6 +39,10 @@ #if CPU_CM3_LM3S #include "flash_lm3s.h" +#elif CPU_CM3_STM32 + #include "flash_stm32.h" +#elif CPU_CM3_SAM3 + #include "flash_sam3.h" /*#elif Add other Cortex-M3 CPUs here */ #else #error Unknown CPU