49a8529dcf
clean up cmake, remove family_get_project_name()
2025-12-19 12:33:42 +07:00
b73003745f
move host hacked bulk mps out of tu_edpt_validate()
2025-12-11 16:41:33 +07:00
a1b0aa4e3a
Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-issue
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2025-10-31 17:22:24 +01:00
d92b810df7
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
...
fix compiling with nuc family
2025-10-28 14:14:01 +07:00
30132e8e6d
Fix copilot issues
...
Signed-off-by: Mengsk <admin@hifiphile.com >
2025-10-22 20:21:57 +02:00
c48bbfab5e
more make refactor
2025-10-14 17:53:55 +07:00
3773d60a1e
fix typos
2025-10-02 17:15:22 +07:00
8e34ba9cf6
Merge branch 'master' into fork/ennebi/mtp
2025-09-15 16:45:41 +07:00
283b06bb54
Add MTP class device
2025-08-06 06:14:13 +02:00
a64e3eb0aa
update board_test always output to uart regardless of LOGGER option
2025-07-02 17:27:03 +07:00
a42184b6fe
remove legacy DEPS_SUBMODULES in make
2025-07-02 11:03:50 +07:00
e83e08343a
change dcd_init() return from void to bool
2024-10-14 19:42:22 +07:00
1f18be93db
change the tusb_rhport_init_t struct, exclude the rhport to make API more consistent
2024-10-14 18:27:52 +07:00
f3b7d7515e
fix fuzzing build
2024-10-11 16:00:51 +07:00
798ff807b3
removed obsolete tud_network_link_state_cb()
2023-08-11 18:04:34 +02:00
e43387abac
rework cmake with rtos support add RTOS to family_configure_device/host/dual_example()
2023-06-27 15:45:38 +07:00
033627ee41
Remove const from tud_network_mac_address in example and test files
2023-03-22 07:30:46 -06:00
0c174c17ad
fix ci with building fuzz
2023-03-17 17:04:11 +07:00
3623ba1884
fix trailing space and new line
...
temporarily disable codespell
2023-03-17 16:12:49 +07:00
e62d1a03ac
integrate top.mk into make.mk
2023-03-06 13:25:56 +07:00
498989ee00
use tu_static instead of static _fuzz_thread
2023-02-22 16:23:40 +07:00
557bf82336
Merge pull request #1867 from silvergasp/thread_local_globals
...
fix: Change all static variables to thread when fuzzing
2023-02-22 12:54:32 +07:00
bcf5e5f729
missing some files
2023-02-22 12:10:22 +07:00
03ec49450d
rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread
2023-02-22 11:47:09 +07:00
02f1f05697
feat(fuzz): Adds seed corpus for cdc and msc classes
2023-01-29 09:38:05 -08:00
18c3095346
fix: Change all static variables to thread when fuzzing
2023-01-20 15:45:31 -08:00
1dcffc655d
fix(fuzz): Make sanitizer flags optional
...
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-28 21:07:29 +00:00
bf8f4f9521
move build Fuzzer into pre-commit
2022-12-08 11:31:39 +07:00
56f846cf74
move fuzz into test/fuzz
2022-12-08 10:39:54 +07:00