| Age | Commit message (Expand) | Author |
| 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 exa... | hathach |
| 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 |
| 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-09 | rename hitl to hil | hathach |
| 2023-08-09 | update hil test and json (remove troublesome lpc54608), run hil test on ci wi... | hathach |
| 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 family_configure_device/host/dual_... | hathach |
| 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 |
| 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 |
| 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 |
| 2023-01-21 | add test_common_func.c | hathach |
| 2023-01-20 | fix: Change all static variables to thread when fuzzing | Nathaniel Brough |
| 2023-01-07 | use TU_FIFO_INIT to replace TU_FIFO_DEF | hathach |
| 2023-01-07 | using clang with ceedling unit-test with -fsanitize=address | hathach |
| 2023-01-06 | Merge branch 'master' into fix-fifo-memory-overflow | hathach |
| 2022-12-28 | fix(fuzz): Make sanitizer flags optional | Nathaniel Brough |
| 2022-12-16 | fix ci with usbh and unit test | hathach |
| 2022-12-09 | add test_write_double_overflowed for fifo | hathach |
| 2022-12-08 | add test fifo overwritable + overflow, that cause buffer overflow | hathach |