237 Commits

Author SHA1 Message Date
hathach
33f5547ed4
add ch32v103 bsp support, compile but does not run, probably due to compile/linker issue 2024-06-14 16:06:37 +07:00
hathach
90deeddf3d
add c6 devkit, tested with max3421e 2024-06-06 15:49:20 +07:00
hathach
3175aaa0eb
increase version as pre-releases, still need more clean up before actual relesae 2024-05-24 20:17:53 +07:00
Matthew Tran
db60fa1c63
add CH32V20x USB OTG/FS driver 2024-05-15 20:01:00 +07:00
Ha Thach
3c24ba3ff2
build arm-clang on circleci with pull request (#2644)
* Build arm-clang using circle ci (only on PR): cache most of mandatory deps, clang toolchain
* update get_deps.py to include CMSIS_5 with --print + no arguments, prevent duplicated deps
2024-05-14 12:44:36 +07:00
Ha Thach
7cf1bdd284
Ci tweak3 (#2643)
- enable --one-per-family to build 1 board per family, also skip family if board specified in -b also present
- minimize ci run for push event
  - only build one board per family
  - skip hil test on both pi4 and hfp
- full build will be runn for PR event
- IAR always build 1 board per family regardless of event 
- update build.py to optimize make
- remove all setup python since we don't really need it
2024-05-13 20:27:49 +07:00
Ha Thach
6f47746e5f
more ci update (#2642)
* Circi use small docker
* caching espressif docker image
* only run make job on pull request or push to master
* hw test run on pull request only, rename build_cmake to build.yml
* enable all ci build, cmake(clang) and make(*) only run with pull_request or push to master
2024-05-13 16:41:11 +07:00
Ha Thach
3e2ea77506
More ci tweak (#2636)
* change concurrency group to ${{ github.workflow }}-${{ github.ref }}
* use argparse for build.py hil_test.py, remove the need to install click
* move ci win/mac to build_cmake.yml
* rename build_family.yml to build_util.yml
* build_util.yml support esp32
* integrate build-espressif into build.yml
* build.py support make with --board option
* add get_deps action
* update hil test to reuse action
2024-05-10 18:55:43 +07:00
hathach
2f5db37c1a
use argparse instead of click to fix cifuzz.yml 2024-05-10 10:30:47 +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
497785393d
add cmake for mm32, remove mm32 bluepill since it is custom/reworked board (not available for order) 2024-05-06 17:14:35 +07:00
hathach
f1940439e4
fix get_deps.py for samd5x_e5x 2024-05-04 10:07:54 +07:00
hathach
704412bb48
add cmake for tm4c 2024-05-03 16:15:29 +07:00
hathach
1cf68f98b3
- add cmake to samd11
- build_cmake.py always build with -DCMAKE_BUILD_TYPE=MinSizeRel
2024-05-03 12:45:41 +07:00
HiFiPhile
6c3a60e5f2 Update IAR template. 2024-04-26 14:56:22 +02: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
0e06c4cfdf
clang u5, also bump up cmsis u5 version 2024-04-24 00:03:13 +07:00
hathach
999177fe39
- fix g4 clang linker
- clang work with l0
2024-04-23 22:36:00 +07:00
hathach
d6814a3f3a
clang support for H5 2024-04-23 16:23:27 +07:00
hathach
1e882c7c24
clang f7, update cmsis f7 to fix startup bug 2024-04-23 12:22:40 +07:00
hathach
6294e4aa43
update lpcopen 2024-04-22 20:39:30 +07:00
hathach
838a58df99
clang work with lpc43 2024-04-22 19:45:27 +07:00
hathach
c097c85dcf
fix print lu format warnings with clang 2024-04-22 16:17:22 +07:00
hathach
9d1d171b0c
- update nrfx to v3.4.0
- compile nrf with __STARTUP_CLEAR_BSS and link flag -nostartfiles
2024-04-19 23:17:47 +07:00
hathach
1c5abc835f
Merge branch 'master' into MCX 2024-04-05 17:59:38 +07:00
hathach
ebe6923500
update build script to allow skip.txt and only.txt both exist 2024-04-04 14:10:48 +07:00
hathach
18a458679f
Merge branch 'master' into MCX 2024-04-02 18:14:49 +07:00
Jerry Palacios
2a21b6980b MCX family pointing to updated mcux-sdk repository 2024-02-24 17:16:32 -06:00
Jerry Palacios
73122cd5f9 mcx family renamed as mcxn
MCXN and MCXA have different ARM Cortex M33 core, can't be on the same family
2024-02-09 09:36:58 -06:00
Jerry Palacios
bab25c2d56 nxp-sdk pointing to Wavenumber repo 2024-02-07 17:26:43 -06:00
Michael Fischer
ea30041168
Merge branch 'hathach:master' into nxp_k64 2024-02-04 10:55:34 +01:00
hathach
3c4db26e01
update freertos deps to v11.0.0 2023-12-18 16:50:28 +07:00
hathach
8633a2643a
update h5 build make/cmake 2023-12-15 18:08:19 +07:00
HiFiPhile
f3d713ac73 Fix CI & typo. 2023-12-13 14:32:23 +01:00
henneboi
93c40b6966 Add Support stm32h5 for stm32h573i based on stm32_fsdev G0 implementation Tested on Windows with IAR and gcc toolchain ( via cubeide) Tested only with audio examples, but sould be ok for other examples Cmake pacthed : but not tested Linux build : not tested Added a temporary workaround in make file to support H5 HAL repo ( ARMCC_VERSION=0) 2023-12-12 16:04:21 +01:00
hathach
83840041a8
update esp32 to also be supported by hil test
test run locally well
2023-11-29 17:09:52 +07:00
hathach
b8d1acd104
improve hil test, correct pi4 uuid 2023-11-29 12:00:52 +07:00
hathach
d343321c6e
bump up pio-usb 2023-11-24 19:21:20 +07:00
hathach
0e12d36531
update doc, move sponsor to top of the page 2023-11-24 19:11:28 +07:00
hathach
031be18e26
update release version 2023-11-24 19:09:35 +07:00
Ha Thach
0601d174b1
Merge branch 'master' into feature/ch32f20x 2023-11-24 11:33:34 +07: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
54356a719e
minor-update 2023-11-23 17:53:17 +07:00
hathach
e54a2c4f3c
rename build_family.py to build_make.py 2023-11-23 11:46:39 +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
hathach
2187ece844
update freertos to fix build with IAR cm0 2023-11-18 15:11:29 +07:00
hathach
83d6263ade
update freertos-kernel which remove compiler warning from freertos_kernel lib 2023-11-16 21:51:49 +07:00
hathach
e0d632a954
add ra2a1 ek
also make some other changes
2023-11-15 16:07:44 +07:00
hathach
3e140756dc
update stm32u5xx_hal_driver, fix build with old u575 board 2023-10-31 12:08:45 +07:00