add stm32f072eval to group

This commit is contained in:
hathach
2021-04-18 15:44:34 +07:00
parent 4c8750badb
commit 0517377dcb
7 changed files with 114 additions and 616 deletions
@@ -0,0 +1,11 @@
CFLAGS += -DSTM32F072xB -DLSI_VALUE=40000
LD_FILE = $(BOARD_PATH)/STM32F072VBTx_FLASH.ld
SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f072xb.s
# For flash-jlink target
JLINK_DEVICE = stm32f072vb
# flash target using on-board stlink
flash: flash-stlink