summaryrefslogtreecommitdiff
path: root/examples/build_system/make/cpu
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-12-16update risc-v march for gcc and clang toolchainsZhihong Chen
- add `zifencei` option Signed-off-by: Zhihong Chen <[email protected]>
2025-07-31add ci build for all at32, use linker and startup from mcu cmsis instead of ↵hathach
local files
2025-06-04chore: squash previous commits from other branchesJames Sandison
2025-04-17fix iar make build with wb and u5hathach
2024-12-13fix portenta build, added core-m85.cmake/mkhathach
2024-05-16change default risv-gcc to riscv-none-elf- and add _zicsr extensionhathach
add cmake for ch32v20x, skip freertos examples for CH32V20X, also skip net webserver due to lack of RAM update to use openocd with wlinke adapter
2024-05-09Rework ci (#2631)Ha Thach
* add name field to usbd_class_driver_t * ci: use set matrix py script * add riscv32 and cmake support for ch32v307, fomu, gd32vf103 * update build_cmake.py to take --family --board --toolchain * separate hil test to its own workflow * move esp32 board into separated hil json * add make build to ci * remov build_make.py * build.py support esp32 board * setup toolchain support esp-idf * fix missing click * merge family in matrix build to reduce jobs * skip cifuzz since it still has issue with get_deps and click
2024-05-04add cmake for f1c100shathach
2024-05-02add cmake for pi zero (renamed from pi zero_w), build but the flash size ↵hathach
seem wrong (only 24 bytes for text)
2024-04-28Build STM32F7 with single-point FPU.HiFiPhile
2024-04-24clang make work for samd21hathach
2024-04-15update msp430 make buildhathach
2024-04-05fix pre-commit formathathach
2024-02-09frdmmcxa153 now working with cmake+ninjaJerry Palacios
2024-02-08cortex m33+nodsp+nofpu make file createdJerry Palacios
2023-11-23make nanolib linking explicitly by each family/boardhathach
2023-11-23move make to examples/build_systemhathach
add -Wl,--no-warn-rwx-segment for gcc 12+