Doc error caused by submodule, misc cleanup
This commit is contained in:
parent
5cfde7b6ea
commit
5ee5c35833
|
@ -77,6 +77,7 @@
|
|||
path = lib/tinyusb
|
||||
url = https://github.com/hathach/tinyusb.git
|
||||
branch = develop
|
||||
ignore = dirty
|
||||
[submodule "tools/huffman"]
|
||||
path = tools/huffman
|
||||
url = https://github.com/tannewt/huffman.git
|
||||
|
|
2
conf.py
2
conf.py
|
@ -121,7 +121,7 @@ exclude_patterns = ["**/build*",
|
|||
"ports/nrf/nrfx",
|
||||
"ports/nrf/peripherals",
|
||||
"ports/nrf/usb",
|
||||
"ports/stm32f4/stm32cube",
|
||||
"ports/stm32f4/stm32f4",
|
||||
"ports/stm32f4/peripherals",
|
||||
"ports/stm32f4/ref",
|
||||
"ports/stm32f4/README.md",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0848c462b3e431a9da42e96537d2b597a4579636
|
||||
Subproject commit 97e2629d647584681b2883f2081fa2cddb3d61cc
|
Loading…
Reference in New Issue