We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a8497 commit 5fad2fcCopy full SHA for 5fad2fc
builder/esp32.py
@@ -875,7 +875,8 @@ def submodules():
875
for name, file in (
876
('berkeley-db-1.xx', 'README'),
877
('mbedtls', 'README.md'),
878
- ('micropython-lib', 'README.md')
+ ('micropython-lib', 'README.md'),
879
+ ('tinyusb', 'README.rst')
880
):
881
file = os.path.join('lib/micropython/lib', name, file)
882
if not os.path.exists(file):
0 commit comments