hathach
1402e6ec0d
add flash-uniflash support for ti tm4c
2024-08-15 14:36:31 +07:00
hathach
57a08200fc
add family cmake/make for da1469x boards
2024-07-17 19:28:59 +07:00
hathach
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
hathach
4396ecd22c
change COMPILE_DEFINE to CFLAGS_CLI for cmake/make
2024-06-25 11:31:19 +07:00
hathach
b19295c1c1
use correct wch usbhs, usbfs for ch32v307 using CFG_TUD_MAX_SPEED
2024-05-20 17:26:04 +07:00
hathach
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
Ha Thach
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
hathach
c020a0190d
add cmake for f1c100s
2024-05-04 12:36:40 +07:00
hathach
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
hathach
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
HiFiPhile
bc8c8df316
Build STM32F7 with single-point FPU.
2024-04-28 00:29:19 +02:00
hathach
19f1080e38
fix make build due to clang changes
2024-04-24 22:41:22 +07:00
hathach
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
hathach
a7bf0e3e7f
clang make work for samd21
2024-04-24 19:21:26 +07:00
hathach
b67cb26e51
change hil board s3 devkitm (devkitc seems to have usb issue with cp2104)
2024-04-24 16:17:33 +07:00
hathach
d157abe77c
clang samd21 build but has issue as samd51
2024-04-19 23:17:02 +07:00
hathach
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
hathach
824e39ddeb
more clang update
2024-04-19 23:16:59 +07:00
hathach
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
hathach
96f7ca02bf
clang build board test with h743
2024-04-19 23:16:57 +07:00
hathach
632a001955
update cmake build
2024-04-19 23:16:55 +07:00
hathach
7545c40003
cmake detect toolchain based on -DCMAKE_C_COMPILER
2024-04-19 23:16:54 +07:00
hathach
afb66a955c
update msp430 make build
2024-04-15 22:49:08 +07:00
hathach
abddc850ac
add cmake support for msp430
2024-04-12 11:45:36 +07:00
hathach
2828a56a4f
apply oldPRCR to board_init()
2024-04-09 17:05:25 +07:00
hathach
c97c3418c7
minor update bsp
2024-04-05 20:31:55 +07:00
hathach
1c5abc835f
Merge branch 'master' into MCX
2024-04-05 17:59:38 +07:00
hathach
5ce4585884
fix pre-commit format
2024-04-05 17:14:51 +07:00
hathach
7910cc2981
fix build with rp2040 + max3421
...
- forward MAX3421_HOST=1 from makefile to cmake
- add feather_rp2040_max3421 board to run with ci for rp2040 + max3421
2024-04-04 10:55:14 +07:00
hathach
18a458679f
Merge branch 'master' into MCX
2024-04-02 18:14:49 +07:00
kkitayam
aba00ed22c
Fix the error that occurs when executing make in Windows
2024-03-23 22:35:06 +09:00
hathach
4ed02ae5f9
reformat code hid_host.c
...
- fix ceedling with ruby 3.1
- allow overwrite CMAKE_C_COMPILER/CMAKE_CXX_COMPILER from command line
2024-03-01 17:34:14 +07:00
Jerry Palacios
b44cae8f18
frdmmcxa153 now working with cmake+ninja
2024-02-09 11:07:51 -06:00
Jerry Palacios
b9c6b22165
cortex m33+nodsp+nofpu make file created
2024-02-08 11:10:10 -06:00
Mengsk
3eb7d6ede9
Enhance IAR CMake support.
2023-12-13 17:20:51 +01:00
hathach
26ca48e7a7
move make.mk and rules.mk to build_system/make
2023-11-23 20:20:01 +07:00
hathach
7213b8abb1
move tools/cmake to examples/build_system
2023-11-23 20:06:22 +07:00
hathach
82880eecbd
make nanolib linking explicitly by each family/board
2023-11-23 12:43:13 +07:00
hathach
1a98f5389c
correct gcc version major comparison
2023-11-23 12:07:59 +07:00
hathach
51312f70fd
move make to examples/build_system
...
add -Wl,--no-warn-rwx-segment for gcc 12+
2023-11-23 11:44:14 +07:00