| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-14 | update rx65n_target: correct pin configuration and remove unused USB ↵ | hathach | |
| interrupt definitions | |||
| 2026-03-14 | migrate kinetis_k32l build system to new mcux-devices paths | hathach | |
| 2026-03-13 | add ft9xx-gcc toolchain support to CI | hathach | |
| 2026-03-13 | rename and migrate kinetis_k32l to new mcux-devices | hathach | |
| 2026-02-11 | 1 family per job in ci_set_matrix.py | hathach | |
| 2026-02-10 | update matrix build | hathach | |
| 2026-01-13 | minor clean up | hathach | |
| separate tud_mtp_data_send() and tud_mtp_data_receive() | |||
| 2026-01-09 | fix pre-commit, clean up tusb_mcu.h, add at32f45x to ci build | hathach | |
| 2025-12-16 | more fixes | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-16 | Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-16 | update ci | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> | |||
| 2025-12-16 | enable ci build for hpmicro | hathach | |
| 2025-12-03 | upload metrics.json and aggregate code metrics, post metrics comment | hathach | |
| fine tune ci matrix run | |||
| 2025-12-03 | upload metrics.json and aggregate code metrics, fine tune ci matrix run | hathach | |
| 2025-11-19 | remove copilot-instructions.md, update and use AGENTS.md instead | hathach | |
| 2025-10-15 | add nuc to ci build | hathach | |
| 2025-10-15 | more warning fix | hathach | |
| 2025-09-29 | Add u0 to ci | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-12 | rename stm32wba eval to nucleo | hathach | |
| use local linker to fix READONLY keyword with clang add wba to ci build | |||
| 2025-08-01 | Merge pull request #3191 from hathach/at32 | Ha Thach | |
| support at32 mcu (2) | |||
| 2025-07-31 | add ci build for all at32, use linker and startup from mcu cmsis instead of ↵ | hathach | |
| local files | |||
| 2025-07-29 | add ci build for at32: f402_405, f403a_407, f423 | hathach | |
| 2025-07-27 | Fix CI | Jie Feng | |
| 2025-06-12 | ci skip clang/iar build for stm32n6 | hathach | |
| add stm32-tcpp0203 driver as dependency for h7rs and n6 | |||
| 2025-06-12 | Merge branch 'master' into fork/james-advatek/stm32n657nucleo | hathach | |
| 2025-06-11 | add h7rs to ci matrix | hathach | |
| 2025-06-10 | merge all maxim (32650, 32666, 32690, 78002) family into common bsp/maxim. ↵ | hathach | |
| Only support cmake build system rename hw/mcu/analog/max32 to hw/mcu/analog/msdk | |||
| 2025-04-18 | minor ci update | hathach | |
| 2024-12-05 | try to run arm-iar with circleci with new token (#2890) | Ha Thach | |
| * try to run arm-iar with circleci with new token * limit iar ci parallel build to 4 for medium+ and 6 for large * add hil-hfp to compile and test with IAR | |||
| 2024-11-27 | enable ci for stm32c0, fix build issue with video example and clang | hathach | |
| 2024-10-07 | Merge pull request #2809 from shuffle2/master | Ha Thach | |
| make all python files executable and standardize interpreter | |||
| 2024-10-04 | add hil_ci_set_matrix.py, starting to support hil with additional build flags | hathach | |
| 2024-09-30 | bump up idf to 5.3.1 | hathach | |
| 2024-09-17 | make all python files executable and standardize interpreter | Shawn Hoffman | |
| 2024-08-21 | update circle ci to build make (#2769) | Ha Thach | |
| * update build.py script to work with circleci * build make with circle ci * build vm for esp only * nrf imxrt with large resource * nrf imxrt with large resource * remove 2 of nrf boards | |||
| 2024-08-14 | fix spelling, add max32 to ci with arm-gcc build | hathach | |
| 2024-08-09 | Update ci toolchain (#2758) | Ha Thach | |
| * move toolchain url to its setup action | |||
| 2024-07-17 | update workflow build ci | hathach | |
| 2024-06-14 | add ch32v10x to ci build | hathach | |
| 2024-06-06 | try to build rx using build_util | hathach | |
| 2024-05-16 | change default risv-gcc to riscv-none-elf- and add _zicsr extension | hathach | |
| 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-13 | Ci tweak3 (#2643) | Ha Thach | |
| - 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-10 | More ci tweak (#2636) | Ha Thach | |
| * 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-09 | Rework 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 | |||
