| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-28 | try to build hil in parallel | hathach | |
| 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-19 | update doc, re-enable metro m7 for hil, only build make windows/macos on PR | hathach | |
| 2024-08-14 | fix spelling, add max32 to ci with arm-gcc build | hathach | |
| 2024-08-13 | Circi dynamic config (#2763) | Ha Thach | |
| Circleci * build cmake armgcc and arm clang on circleci * use docker medium+ | |||
| 2024-08-11 | fix spi_set_format() -Wnull-dereference when compiling with -Os | hathach | |
| 2024-08-09 | Update ci toolchain (#2758) | Ha Thach | |
| * move toolchain url to its setup action | |||
| 2024-08-08 | add riscv url | hathach | |
| 2024-08-08 | remove hiL build-esp, add riscv support | hathach | |
| 2024-08-01 | add f072 (fsdev 1k) to hil test | hathach | |
| 2024-08-01 | fix hil ci | hathach | |
| 2024-08-01 | update hil ci | hathach | |
| 2024-08-01 | add stm32g0 (fsdev 2k) to hil pool | hathach | |
| remove esp32s3 since cp210x cause usb bus issue in the long run | |||
| 2024-07-17 | update workflow build ci | hathach | |
| 2024-07-15 | update hil test to run on new pi5 | hathach | |
| 2024-07-12 | add lsusb for hil pi4 | hathach | |
| 2024-06-14 | add ch32v10x to ci build | hathach | |
| 2024-06-06 | clean up | 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-15 | tweak action | hathach | |
| 2024-05-14 | build arm-clang on circleci with pull request (#2644) | Ha Thach | |
| * 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-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-13 | more ci update (#2642) | Ha Thach | |
| * 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-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-10 | use argparse instead of click to fix cifuzz.yml | hathach | |
| 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 | |||
| 2024-05-06 | add cmake for mm32, remove mm32 bluepill since it is custom/reworked board ↵ | hathach | |
| (not available for order) | |||
| 2024-05-04 | add cmake for samg55 | hathach | |
| 2024-05-04 | fix ci | hathach | |
| 2024-05-03 | fix ci | hathach | |
| 2024-05-03 | add cmake for xmc4000 | hathach | |
| 2024-05-03 | add cmake for tm4c | hathach | |
| 2024-05-03 | merge samd51 and same5x | hathach | |
| 2024-05-03 | - add cmake to samd11 | hathach | |
| - build_cmake.py always build with -DCMAKE_BUILD_TYPE=MinSizeRel | |||
| 2024-05-03 | add cmake for stm32wb | hathach | |
| 2024-05-02 | add cmake to msp432e4 | hathach | |
| 2024-05-02 | update cmake ci | hathach | |
| 2024-04-24 | change hil board s3 devkitm (devkitc seems to have usb issue with cp2104) | hathach | |
| 2024-04-24 | skip clang rp2040 build | hathach | |
| 2024-04-23 | integrate msp430 to build cmake | hathach | |
| 2024-04-23 | port clang stm32: f1, f2, f3 | hathach | |
| 2024-04-23 | fix ci typo | hathach | |
| 2024-04-23 | bump up gcc to 12.3 | hathach | |
| 2024-04-23 | clang skip mcx since it does not work any more with gcc | hathach | |
| 2024-04-19 | forgot to specify clang | hathach | |
| 2024-04-19 | add clang to ci build | hathach | |
| 2024-04-15 | Merge pull request #2134 from clhenry/non-bus-powered-re-enumeration | Ha Thach | |
| Non-bus-powered MSP430 support. | |||
| 2024-04-15 | install ninja build for msp430 | hathach | |
| 2024-04-15 | use cmake to build msp430 | hathach | |
