summaryrefslogtreecommitdiff
path: root/test/fuzz
AgeCommit message (Expand)Author
2026-04-29deprecated `usbd_control.c` and merge its functionality into `usbd.c`hathach
2026-03-30Fix broken fuzzing harnessDavidKorczynski
2026-03-12refactor(vendor/cdc): add CFG_TUD_CDC_RX_NEED_ZLP and CFG_TUD_VENDOR_RX_NEED_ZLPhathach
2026-03-12refactor(config): separate endpoint buffer sizes into RX and TX definitions f...hathach
2026-01-14fix typo in fuzzing rules.mk for printer deviceRémi Berthoz
2026-01-07Add missing printer_device.c in test/fuzz sourcesRémi Berthoz
2025-12-19clean up cmake, remove family_get_project_name()hathach
2025-12-11move host hacked bulk mps out of tu_edpt_validate()hathach
2025-10-31Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-22Fix copilot issuesMengsk
2025-10-14more make refactorhathach
2025-10-02fix typoshathach
2025-09-15Merge branch 'master' into fork/ennebi/mtphathach
2025-08-06Add MTP class deviceMaurizio Pesce
2025-07-02update board_test always output to uart regardless of LOGGER optionhathach
2025-07-02remove legacy DEPS_SUBMODULES in makehathach
2024-10-14change dcd_init() return from void to boolhathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11fix fuzzing buildhathach
2023-08-11removed obsolete tud_network_link_state_cb()Hardy Griech
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-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-29feat(fuzz): Adds seed corpus for cdc and msc classesNathaniel Brough
2023-01-20fix: Change all static variables to thread when fuzzingNathaniel Brough
2022-12-28fix(fuzz): Make sanitizer flags optionalNathaniel Brough
2022-12-08move build Fuzzer into pre-commithathach
2022-12-08move fuzz into test/fuzzhathach