summaryrefslogtreecommitdiff
path: root/hw/bsp/ra
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-03-19 22:23:47 +0700
committerhathach <[email protected]>2026-04-06 11:17:34 +0700
commit4c7a9fed96e0a81cc640333c1c82fee54fa4be34 (patch)
treeeef35722aefb347b9761c98cef5848ef26edb60a /hw/bsp/ra
parent751f465a39299ba0638c1700d1aa2d53e8d1b877 (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/ra')
-rw-r--r--hw/bsp/ra/family.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/bsp/ra/family.mk b/hw/bsp/ra/family.mk
index 6ac7c262f..64a707ed6 100644
--- a/hw/bsp/ra/family.mk
+++ b/hw/bsp/ra/family.mk
@@ -39,7 +39,7 @@ CFLAGS += \
-DBOARD_TUH_RHPORT=${RHPORT_HOST} \
-DBOARD_TUH_MAX_SPEED=${RHPORT_HOST_SPEED}
-CFLAGS_GCC += \
+CFLAGS += \
-flto \
-Wno-error=undef \
-Wno-error=strict-prototypes \
@@ -49,7 +49,7 @@ CFLAGS_GCC += \
-Wno-error=unused-variable \
-ffreestanding
-LDFLAGS_GCC += \
+LDFLAGS += \
-nostartfiles -nostdlib \
-specs=nosys.specs -specs=nano.specs