diff options
| author | hathach <[email protected]> | 2023-01-21 11:32:37 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-01-21 11:32:37 +0700 |
| commit | 1bbeb6ad79fa1e76c109592773e0834e1ec00a0c (patch) | |
| tree | 6d223fc58c9a88df40d959c5c741fec4fcd9ad5d /hw/bsp/stm32f0/boards/stm32f072disco | |
| parent | cb34cb2a9397eeeeff9bacd212914477c6e76ff9 (diff) | |
update stm32f1 to support iar build
Diffstat (limited to 'hw/bsp/stm32f0/boards/stm32f072disco')
| -rw-r--r-- | hw/bsp/stm32f0/boards/stm32f072disco/board.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32f0/boards/stm32f072disco/board.mk b/hw/bsp/stm32f0/boards/stm32f072disco/board.mk index edee9b0e8..4216ba186 100644 --- a/hw/bsp/stm32f0/boards/stm32f072disco/board.mk +++ b/hw/bsp/stm32f0/boards/stm32f072disco/board.mk @@ -1,7 +1,7 @@ CFLAGS += -DSTM32F072xB -DCFG_EXAMPLE_VIDEO_READONLY GCC_SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f072xb.s -LD_FILE = $(BOARD_PATH)/STM32F072RBTx_FLASH.ld +GCC_LD_FILE = $(BOARD_PATH)/STM32F072RBTx_FLASH.ld IAR_SRC_S += $(ST_CMSIS)/Source/Templates/iar/startup_stm32f072xb.s IAR_LD_FILE = $(ST_CMSIS)/Source/Templates/iar/linker/stm32f072xb_flash.icf |
