| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2024-05-07 | Merge branch 'master' into remove-tud_network_link_state_cb | HiFiPhile | |
| 2024-04-24 | change hil board s3 devkitm (devkitc seems to have usb issue with cp2104) | hathach | |
| 2024-04-19 | - clang h743 build and run cdc_msc ok | hathach | |
| - switch unit test back to gcc, since path to clang conflict on local setup (x86 and arm) | |||
| 2024-03-01 | reformat code hid_host.c | hathach | |
| - fix ceedling with ruby 3.1 - allow overwrite CMAKE_C_COMPILER/CMAKE_CXX_COMPILER from command line | |||
| 2024-01-24 | add message when flashing failed | hathach | |
| 2024-01-24 | retry flashih a few time due to random failed by s3 | hathach | |
| 2023-12-13 | minor tweaking | hathach | |
| 2023-12-13 | tweak usb reset wait time, fix test script with IAR server | hathach | |
| 2023-12-13 | try to add samd51 to hil pool using doublereset (rpi gpio) and bossac | hathach | |
| 2023-12-12 | add feather nrf52840 express to hil pool | hathach | |
| 2023-12-11 | tweak openocd flash command | hathach | |
| 2023-12-11 | change baudrate back to 1.5MB | hathach | |
| 2023-12-11 | reduce s3 baudrate to prevent usb isssue, reset rp2040 usb for board test ↵ | hathach | |
| example | |||
| 2023-12-11 | rename hil json debugger to flasher, replace jlink cpu with flasher_args | hathach | |
| 2023-12-11 | wrap up s3 hil test | hathach | |
| 2023-12-11 | extract artifacts to same folder structure as ci build | hathach | |
| 2023-12-11 | update hil test to support s3 | hathach | |
| 2023-11-29 | increase intial sleep for port check, otherwise it ccould fail on pi4 | hathach | |
| 2023-11-29 | update esp32 to also be supported by hil test | hathach | |
| test run locally well | |||
| 2023-11-29 | improve hil test, correct pi4 uuid | hathach | |
| 2023-11-28 | spare checkout test/hil and correct hil_pi4 uuid | hathach | |
| 2023-11-28 | fixed pi4 hil test elf location | hathach | |
| 2023-11-28 | update hil for pi4 to use new hil_test.py | hathach | |
| 2023-08-14 | add iar support for lpc43, add lpcxpresso43s67 to hil farm | hathach | |
| 2023-08-11 | removed obsolete tud_network_link_state_cb() | Hardy Griech | |
| 2023-08-09 | rename hitl to hil | hathach | |
| 2023-08-09 | update hil test and json (remove troublesome lpc54608), run hil test on ci ↵ | hathach | |
| with IAR build | |||
| 2023-08-08 | Add simple test for hid_boot_interface. | HiFiPhile | |
| 2023-08-08 | Flash board_test when done, skip cdc_msc for LPC54. | HiFiPhile | |
| 2023-08-08 | Add dummy board_test. | HiFiPhile | |
| 2023-08-07 | Mount block device in test_cdc_msc. | HiFiPhile | |
| 2023-08-06 | Add config file as argument. | HiFiPhile | |
| 2023-08-06 | Add more MCU. | HiFiPhile | |
| 2023-08-06 | Fix LPC54 build. | HiFiPhile | |
| 2023-08-06 | WIP. | HiFiPhile | |
| 2023-06-27 | rework cmake with rtos support add RTOS to ↵ | hathach | |
| family_configure_device/host/dual_example() | |||
| 2023-03-22 | Remove const from tud_network_mac_address in example and test files | Matt Mills | |
| 2023-03-22 | use tud_inited() instead of tusb_inited() | hathach | |
| 2023-03-17 | fix spelling | hathach | |
| 2023-03-17 | fix ci with building fuzz | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-03-06 | integrate top.mk into make.mk | hathach | |
| 2023-02-22 | use tu_static instead of static _fuzz_thread | hathach | |
| 2023-02-22 | Merge pull request #1867 from silvergasp/thread_local_globals | Ha Thach | |
| fix: Change all static variables to thread when fuzzing | |||
| 2023-02-22 | missing some files | hathach | |
| 2023-02-22 | rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread | hathach | |
| 2023-01-30 | Merge branch 'master' into support-iar | hathach | |
| 2023-01-29 | feat(fuzz): Adds seed corpus for cdc and msc classes | Nathaniel Brough | |
