Commit Graph

65 Commits

Author SHA1 Message Date
f35c4216a8 IAR C-Stat exclude mcu folder 2025-10-28 15:56:25 +07:00
42f000df8e iar cstat require cmake at least 4.1 2025-10-26 01:04:15 +07:00
878c8f26c5 enable IAR CState with IAR_CSTAT=1 2025-10-24 09:58:46 +07:00
7c95d9bed5 force clang asm with -x assembler-with-cpp 2025-10-23 18:00:15 +07:00
c48bbfab5e more make refactor 2025-10-14 17:53:55 +07:00
47b13f6b10 improve cmake warning flags, fix various warnings in examples 2025-10-14 17:13:28 +07:00
9bf18d080b move make.mk to hw/bsp/family_support.mk 2025-10-14 15:14:43 +07:00
94b03e2cb4 examples: make: fix LOGGER=rtt
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 <karl.palsson@marel.com>
2025-09-29 16:04:31 +00:00
b67e00892c add ci build for all at32, use linker and startup from mcu cmsis instead of local files 2025-07-31 21:52:59 +07:00
a64e3eb0aa update board_test always output to uart regardless of LOGGER option 2025-07-02 17:27:03 +07:00
386f33807a Merge branch 'master' into fork/james-advatek/stm32n657nucleo 2025-06-12 11:02:54 +07:00
41e615d7c2 add make build for maxim 2025-06-11 12:08:16 +07:00
56c9521abd chore: squash previous commits from other branches 2025-06-04 11:21:27 +10:00
736b1d50bc examples cmake: fix gcc flag -mcpu=cortex-m0 2025-04-23 16:04:42 -04:00
b1eedf4d1d fix iar make build with wb and u5 2025-04-17 14:40:43 +07:00
3560ed3d98 remove board_mcu.h 2025-02-11 21:55:28 +07:00
f1ce4918c2 update make to use FreeRTOSConfig in family instead of examples 2025-02-11 21:44:35 +07:00
dc514c6230 use board alias for pca10056 2025-01-25 15:12:57 +07:00
b53801a8ac add cmake RTOS=zephyr (default noos) for zephyr build 2025-01-24 15:06:05 +07:00
31071ccf0e kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR 2025-01-23 17:10:48 +07:00
6080f89f3d - change to use CMAKE_SYSTEM_CPU to prevent CMAKE_SYSTEM_PROCESSOR conflict with zephyr
- change tinyusb CMakeLists.txt to function tinyusb_target_add() instead of defining tinyusb lib target
2025-01-22 22:31:08 +07:00
91214b4614 zephyr 2025-01-21 16:28:29 +07:00
380bfc0a63 fix portenta build, added core-m85.cmake/mk 2024-12-13 18:16:19 +07:00
dbc2c8d972 Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889)
* change TUD_EPBUF_TYPE_DEF order
* add and fix -Wmissing-prototypes warnings  for   cmake (skip  make)
2024-11-27 18:28:12 +07:00
c09eedaf24 try to fix circleci with kinetis 2024-11-25 17:45:54 +07:00
1402e6ec0d add flash-uniflash support for ti tm4c 2024-08-15 14:36:31 +07:00
57a08200fc add family cmake/make for da1469x boards 2024-07-17 19:28:59 +07:00
c1175b7013 enable full 224KB flash for ch32v203 with flash enhanced read mode in SystemInit (better with startup).
add flash with wlink-rs
2024-07-10 22:48:06 +07:00
4396ecd22c change COMPILE_DEFINE to CFLAGS_CLI for cmake/make 2024-06-25 11:31:19 +07:00
b19295c1c1 use correct wch usbhs, usbfs for ch32v307 using CFG_TUD_MAX_SPEED 2024-05-20 17:26:04 +07:00
2a67ce773d change default risv-gcc to riscv-none-elf- and add _zicsr extension
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-16 19:18:43 +07:00
ba6babf570 Rework ci (#2631)
* 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-09 20:43:46 +07:00
c020a0190d add cmake for f1c100s 2024-05-04 12:36:40 +07:00
980f5992c8 add cmake for broadcom 64-bit, like 32-bit it compiles but text is only 8 bytes (incorrect) 2024-05-02 16:57:50 +07:00
ea3f1d39e8 add cmake for pi zero (renamed from pi zero_w), build but the flash size seem wrong (only 24 bytes for text) 2024-05-02 13:29:29 +07:00
bc8c8df316 Build STM32F7 with single-point FPU. 2024-04-28 00:29:19 +02:00
19f1080e38 fix make build due to clang changes 2024-04-24 22:41:22 +07:00
eab42d90d4 update clang make build for stm32: f0 f1 f2 f3 f4 f7 h7 g0 g4 l0 l4 samd21 samd51 nrf 2024-04-24 22:11:08 +07:00
a7bf0e3e7f clang make work for samd21 2024-04-24 19:21:26 +07:00
b67cb26e51 change hil board s3 devkitm (devkitc seems to have usb issue with cp2104) 2024-04-24 16:17:33 +07:00
d157abe77c clang samd21 build but has issue as samd51 2024-04-19 23:17:02 +07:00
be0d62ba6c clang samd51 compile but does not run, rom is correct, but ram is lacking bss. Got stkerr -> hardfault 2024-04-19 23:17:00 +07:00
824e39ddeb more clang update 2024-04-19 23:16:59 +07:00
3442a87d5b - clang h743 build and run cdc_msc ok
- switch unit test back to gcc, since path to clang conflict on local setup (x86 and arm)
2024-04-19 23:16:57 +07:00
96f7ca02bf clang build board test with h743 2024-04-19 23:16:57 +07:00
632a001955 update cmake build 2024-04-19 23:16:55 +07:00
7545c40003 cmake detect toolchain based on -DCMAKE_C_COMPILER 2024-04-19 23:16:54 +07:00
afb66a955c update msp430 make build 2024-04-15 22:49:08 +07:00
abddc850ac add cmake support for msp430 2024-04-12 11:45:36 +07:00
2828a56a4f apply oldPRCR to board_init() 2024-04-09 17:05:25 +07:00