summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-09-20 23:22:55 +0700
committerGitHub <[email protected]>2019-09-20 23:22:55 +0700
commitc08fcbbef5ab9d43c0701b6ac70885611295d4a1 (patch)
tree8b3422c952444add794503f206592d78f3aa145e /docs
parent6fb142b0aeb3de736cc916dd6023ec58cffe221f (diff)
parentc975976a7565a6186f503b0ce106b6ba84805091 (diff)
Merge pull request #172 from hathach/develop
Ported stm32 L0 and tested with L0358 discovery board
Diffstat (limited to 'docs')
-rw-r--r--docs/boards.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/boards.md b/docs/boards.md
index 30b0eb958..b6b48a7f1 100644
--- a/docs/boards.md
+++ b/docs/boards.md
@@ -41,6 +41,9 @@ This code base already had supported for a handful of following boards
### ST STM32
+- Adafruit Feather STM32F405
+- [Micro Python PyBoard v1.1](https://store.micropython.org/product/PYBv1.1)
+- [STM32 L035c8 Discovery](https://www.st.com/en/evaluation-tools/32l0538discovery.html)
- [STM32 F070rb Nucleo](https://www.st.com/en/evaluation-tools/nucleo-f070rb.html)
- [STM32 F072rb Discovery](https://www.st.com/en/evaluation-tools/32f072bdiscovery.html)
- [STM32 F207zg Nucleo](https://www.st.com/en/evaluation-tools/nucleo-f207zg.html)