summaryrefslogtreecommitdiff
path: root/examples/build_system/make/make.mk
AgeCommit message (Collapse)Author
2025-09-29examples: make: fix LOGGER=rttKarl Palsson
CMake builds worked, but the variables were brokenly updated for make. Fixes: a64e3eb0aa update board_test always output on uart Signed-off-by: Karl Palsson <[email protected]>
2025-07-02update board_test always output to uart regardless of LOGGER optionhathach
2025-06-11add make build for maximhathach
2025-02-11remove board_mcu.hhathach
2025-02-11update make to use FreeRTOSConfig in family instead of exampleshathach
2024-06-25change COMPILE_DEFINE to CFLAGS_CLI for cmake/makehathach
2024-04-24fix make build due to clang changeshathach
2024-04-24clang make work for samd21hathach
2024-04-24change hil board s3 devkitm (devkitc seems to have usb issue with cp2104)hathach
2024-04-04fix build with rp2040 + max3421hathach
- forward MAX3421_HOST=1 from makefile to cmake - add feather_rp2040_max3421 board to run with ci for rp2040 + max3421
2023-11-23move make.mk and rules.mk to build_system/makehathach