Skip to content

Commit

Permalink
Fork etc/stm32cubef3.mk to etc/stm32cubef4.mk step 3
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsracz committed Dec 15, 2020
2 parents d6cb091 + 6fd7b18 commit efb517d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions etc/stm32cubef4.mk
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit efb517d

Please sign in to comment.