diff --git a/etc/stm32cubef4.mk b/etc/stm32cubef4.mk new file mode 100644 index 000000000..78a949cf9 --- /dev/null +++ b/etc/stm32cubef4.mk @@ -0,0 +1,13 @@ +include $(OPENMRNPATH)/etc/path.mk + +ifdef STM32CUBEF3PATH +INCLUDES += -I$(OPENMRNPATH)/src/freertos_drivers/st \ + -I$(STM32CUBEF3PATH)/Drivers/STM32F3xx_HAL_Driver/Inc \ + -I$(STM32CUBEF3PATH)/Drivers/CMSIS/Device/ST/STM32F3xx/Include \ + -I$(STM32CUBEF3PATH)/Drivers/CMSIS/Include +endif + +CFLAGS += +CXXFLAGS += + +DEPS += STM32CUBEF3PATH