summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2023-08-14add iar support for lpc43, add lpcxpresso43s67 to hil farmhathach
2023-08-09rename hitl to hilhathach
2023-08-09update hil test and json (remove troublesome lpc54608), run hil test on ci ↵hathach
with IAR build
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 ↵hathach
family_configure_device/host/dual_example()
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
temporarily disable codespell
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
fix: Change all static variables to thread when fuzzing
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
2023-01-21add test_common_func.chathach
2023-01-20fix: Change all static variables to thread when fuzzingNathaniel Brough
2023-01-07use TU_FIFO_INIT to replace TU_FIFO_DEFhathach
2023-01-07using clang with ceedling unit-test with -fsanitize=addresshathach
2023-01-06Merge branch 'master' into fix-fifo-memory-overflowhathach
2022-12-28fix(fuzz): Make sanitizer flags optionalNathaniel Brough
Currently OSS fuzz expects to have complete control over the sanitizer flags. As we currently have these set it's causing problems with the OSS fuzz build. Instead we should use the provided variables from the OSS fuzz build environment. For local testing we'll create a set a well defined defaults.
2022-12-16fix ci with usbh and unit testhathach
2022-12-09add test_write_double_overflowed for fifohathach
2022-12-08add test fifo overwritable + overflow, that cause buffer overflowhathach
2022-12-08move build Fuzzer into pre-commithathach
2022-12-08move fuzz into test/fuzzhathach
2022-12-08move ceedling tests to test/unit-testhathach
2022-12-08add missing ceedling fileshathach
2022-12-08update ceedling to 0.31.1hathach
2021-06-30Add test CI.MasterPhi
2021-05-02some text fomarting, update unit test to test get buffer info for fifohathach
2021-04-30Remove all remainings with peek_atReinhard Panhuber
2021-01-29fix #614 typohathach
2021-01-08use dcd_event_bus_reset() with speed to replace bus_signalhathach
2020-09-01fix unit testhathach
2020-09-01clean uphathach
2020-08-01enable pull-up in dcd_init() instead of usbdhathach
2020-07-16rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZEhathach
rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE
2020-06-15update example config and descriptor with better Highspeed supporthathach
2020-05-26update h743eval with rhport=1 highspeedhathach
2020-05-14add test for fifo sizehathach