summaryrefslogtreecommitdiff
path: root/hw/bsp/broadcom_64bit/family.mk
AgeCommit message (Collapse)Author
2026-04-06remove IAR toolchain support from make build systemhathach
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]>
2025-04-17fix iar make build with wb and u5hathach
2024-10-25fix make buildhathach
2024-05-03fix missing linker entry with cmake for broadcom familyhathach
2024-05-02add cmake for broadcom 64-bit, like 32-bit it compiles but text is only 8 ↵hathach
bytes (incorrect)
2022-06-24add more warning option, also fix -Wconversion with rp2040hathach
-Wuninitialized, -Wunused, -Wredundant-decls
2022-01-05Split by compiler for testingScott Shawcroft