diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2020-02-06 15:17:42 -0500 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2020-02-06 15:17:42 -0500 |
| commit | 3c50098dfc353b0f30f3a743d45dce9de95e060a (patch) | |
| tree | e39164515d8f091c1b9434203f6ed7a2b785aaac /docs/shared_bindings_matrix.py | |
| parent | a63f49cb83ac95328bdedb543d844df378fbf207 (diff) | |
add stm32f4 to docs
Diffstat (limited to 'docs/shared_bindings_matrix.py')
| -rw-r--r-- | docs/shared_bindings_matrix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/shared_bindings_matrix.py b/docs/shared_bindings_matrix.py index e327d6ec6..ab26366c2 100644 --- a/docs/shared_bindings_matrix.py +++ b/docs/shared_bindings_matrix.py @@ -26,7 +26,7 @@ import os import re -SUPPORTED_PORTS = ["atmel-samd", "nrf", "mimxrt10xx"] +SUPPORTED_PORTS = ["atmel-samd", "nrf", "stm32f4", "mimxrt10xx"] def parse_port_config(contents, chip_keyword=None): |
