summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-05-10More ci tweak (#2636)Ha Thach
2024-05-09Rework ci (#2631)Ha Thach
2024-05-07Merge branch 'master' into remove-tud_network_link_state_cbHiFiPhile
2024-04-24change hil board s3 devkitm (devkitc seems to have usb issue with cp2104)hathach
2024-04-19- clang h743 build and run cdc_msc okhathach
2024-03-01reformat code hid_host.chathach
2024-01-24add message when flashing failedhathach
2024-01-24retry flashih a few time due to random failed by s3hathach
2023-12-13minor tweakinghathach
2023-12-13tweak usb reset wait time, fix test script with IAR serverhathach
2023-12-13try to add samd51 to hil pool using doublereset (rpi gpio) and bossachathach
2023-12-12add feather nrf52840 express to hil poolhathach
2023-12-11tweak openocd flash commandhathach
2023-12-11change baudrate back to 1.5MBhathach
2023-12-11reduce s3 baudrate to prevent usb isssue, reset rp2040 usb for board test exa...hathach
2023-12-11rename hil json debugger to flasher, replace jlink cpu with flasher_argshathach
2023-12-11wrap up s3 hil testhathach
2023-12-11extract artifacts to same folder structure as ci buildhathach
2023-12-11update hil test to support s3hathach
2023-11-29increase intial sleep for port check, otherwise it ccould fail on pi4hathach
2023-11-29update esp32 to also be supported by hil testhathach
2023-11-29improve hil test, correct pi4 uuidhathach
2023-11-28spare checkout test/hil and correct hil_pi4 uuidhathach
2023-11-28fixed pi4 hil test elf locationhathach
2023-11-28update hil for pi4 to use new hil_test.pyhathach
2023-08-14add iar support for lpc43, add lpcxpresso43s67 to hil farmhathach
2023-08-11removed obsolete tud_network_link_state_cb()Hardy Griech
2023-08-09rename hitl to hilhathach
2023-08-09update hil test and json (remove troublesome lpc54608), run hil test on ci wi...hathach
2023-08-08Add simple test for hid_boot_interface.HiFiPhile
2023-08-08Flash board_test when done, skip cdc_msc for LPC54.HiFiPhile
2023-08-08Add dummy board_test.HiFiPhile
2023-08-07Mount block device in test_cdc_msc.HiFiPhile
2023-08-06Add config file as argument.HiFiPhile
2023-08-06Add more MCU.HiFiPhile
2023-08-06Fix LPC54 build.HiFiPhile
2023-08-06WIP.HiFiPhile
2023-06-27rework cmake with rtos support add RTOS to family_configure_device/host/dual_...hathach
2023-03-22Remove const from tud_network_mac_address in example and test filesMatt Mills
2023-03-22use tud_inited() instead of tusb_inited()hathach
2023-03-17fix spellinghathach
2023-03-17fix ci with building fuzzhathach
2023-03-17fix trailing space and new linehathach
2023-03-06integrate top.mk into make.mkhathach
2023-02-22use tu_static instead of static _fuzz_threadhathach
2023-02-22Merge pull request #1867 from silvergasp/thread_local_globalsHa Thach
2023-02-22missing some fileshathach
2023-02-22rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_threadhathach
2023-01-30Merge branch 'master' into support-iarhathach
2023-01-29feat(fuzz): Adds seed corpus for cdc and msc classesNathaniel Brough