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 5cfde7b commit 5ee5c35Copy full SHA for 5ee5c35
.gitmodules
@@ -77,6 +77,7 @@
77
path = lib/tinyusb
78
url = https://github.com/hathach/tinyusb.git
79
branch = develop
80
+ ignore = dirty
81
[submodule "tools/huffman"]
82
path = tools/huffman
83
url = https://github.com/tannewt/huffman.git
conf.py
@@ -121,7 +121,7 @@
121
"ports/nrf/nrfx",
122
"ports/nrf/peripherals",
123
"ports/nrf/usb",
124
- "ports/stm32f4/stm32cube",
+ "ports/stm32f4/stm32f4",
125
"ports/stm32f4/peripherals",
126
"ports/stm32f4/ref",
127
"ports/stm32f4/README.md",
lib/tinyusb
0 commit comments