-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Since the tiny usb repo also includes lots of sdks for other modules for their examples. If you do a git submodule update --init --recursive you'll get tons of sdk's you don't need. The maker of tinyusb has a seperate repo: tinyusb-src with only the src code of the project.
We should consider switching the submodule to that repository with the correct commit:
https://github.com/hathach/tinyusb_src/tree/1f1e9b3412d3f0abfba90376c8166b0c4e138115
pizzaminded and jmattsson