Skip to content

Commit 5fad2fc

Browse files
committed
changes handling of collecting submodules for the ESP32
1 parent d2a8497 commit 5fad2fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

builder/esp32.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,8 @@ def submodules():
875875
for name, file in (
876876
('berkeley-db-1.xx', 'README'),
877877
('mbedtls', 'README.md'),
878-
('micropython-lib', 'README.md')
878+
('micropython-lib', 'README.md'),
879+
('tinyusb', 'README.rst')
879880
):
880881
file = os.path.join('lib/micropython/lib', name, file)
881882
if not os.path.exists(file):

0 commit comments

Comments
 (0)