summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-03-13 10:47:54 -0700
committerGitHub <noreply@github.com>2020-03-13 10:47:54 -0700
commit3a5f79acef1fd109aeb93e06e8a22dac5d54aa24 (patch)
treec469a166cb1bf2e0033793606b7b145f7fbd2f81 /conf.py
parent85f44e20cb6b2fce2dda86ce9d693d7365f46966 (diff)
parentef7370d0238fe174d7ebab0a3b110a63ab191eaa (diff)
Merge pull request #2701 from hierophect/stm32-submodule-swap
STM32: Change ST drivers submodule to match TinyUSB
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 1f9f85b0b..2ea0e8dc0 100644
--- a/conf.py
+++ b/conf.py
@@ -132,7 +132,7 @@ exclude_patterns = ["**/build*",
"ports/nrf/nrfx",
"ports/nrf/peripherals",
"ports/nrf/usb",
- "ports/stm/stm32f4",
+ "ports/stm/st_driver",
"ports/stm/peripherals",
"ports/stm/ref",
"ports/unix",