diff options
| author | hathach <[email protected]> | 2026-03-19 22:23:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-04-06 11:17:34 +0700 |
| commit | 4c7a9fed96e0a81cc640333c1c82fee54fa4be34 (patch) | |
| tree | eef35722aefb347b9761c98cef5848ef26edb60a /hw/bsp/efm32 | |
| parent | 751f465a39299ba0638c1700d1aa2d53e8d1b877 (diff) | |
remove IAR toolchain support from make build system
IAR is only supported with CMake. Remove all IAR-specific references
from the Make build system including toolchain files, SRC_S_IAR,
LD_FILE_IAR variables, and IAR toolchain detection.
Also fix GET_SECTOR_COUNT truncation in msc_file_explorer and
broken formatting in stm32f7 board_uart_write.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Diffstat (limited to 'hw/bsp/efm32')
| -rw-r--r-- | hw/bsp/efm32/family.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/efm32/family.mk b/hw/bsp/efm32/family.mk index f115b6bd4..f8db0cc38 100644 --- a/hw/bsp/efm32/family.mk +++ b/hw/bsp/efm32/family.mk @@ -16,7 +16,7 @@ CPU_CORE ?= cortex-m4 # EFM32_FAMILY should be set by board.mk (e.g. efm32gg12b) SILABS_CMSIS = hw/mcu/silabs/cmsis-dfp-$(EFM32_FAMILY)/Device/SiliconLabs/$(shell echo $(EFM32_FAMILY) | tr a-z A-Z) -LDFLAGS_GCC += -specs=nosys.specs -specs=nano.specs +LDFLAGS += -specs=nosys.specs -specs=nano.specs # All source paths should be relative to the top level. LD_FILE = $(SILABS_CMSIS)/Source/GCC/$(EFM32_FAMILY).ld |
