summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-09-12 11:49:30 +0700
committerGitHub <[email protected]>2019-09-12 11:49:30 +0700
commitd256f33bbaa28f75930e6e21f122a7031d59b666 (patch)
treeae66546dcef6c1f2c9a6e1b96c49e780a3d425c6 /docs
parente5d0ee53c421cbd6633063e692c0d437498653f8 (diff)
parent72046d957cc6068aba7a66be013f02dcefdace58 (diff)
Merge pull request #146 from hathach/develop
ported stm32f2
Diffstat (limited to 'docs')
-rw-r--r--docs/boards.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/boards.md b/docs/boards.md
index 48cb333b9..96650b20b 100644
--- a/docs/boards.md
+++ b/docs/boards.md
@@ -9,6 +9,14 @@ The board support code is only used for self-contained examples and testing. It
This code base already had supported for a handful of following boards
+### MicroChip SAMD
+
+- [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333)
+- [Adafruit Feather M0 Express](https://www.adafruit.com/product/3403)
+- [Adafruit Metro M0 Express](https://www.adafruit.com/product/3505)
+- [Adafruit Feather M4 Express](https://www.adafruit.com/product/3857)
+- [Adafruit Metro M4 Express](https://www.adafruit.com/product/3382)
+
### Nordic nRF5x
- [Adafruit Feather nRF52840 Express](https://www.adafruit.com/product/4062)
@@ -31,18 +39,11 @@ This code base already had supported for a handful of following boards
- [LPCXpresso 54114](https://www.nxp.com/design/microcontrollers-developer-resources/lpcxpresso-boards/lpcxpresso54114-board:OM13089)
- [LPCXpresso 55s69 EVK](https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/lpc5500-cortex-m33/lpcxpresso55s69-development-board:LPC55S69-EVK)
-### MicroChip SAMD
-
-- [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333)
-- [Adafruit Feather M0 Express](https://www.adafruit.com/product/3403)
-- [Adafruit Metro M0 Express](https://www.adafruit.com/product/3505)
-- [Adafruit Feather M4 Express](https://www.adafruit.com/product/3857)
-- [Adafruit Metro M4 Express](https://www.adafruit.com/product/3382)
-
### ST STM32
- [STM32F070rb Nucleo](https://www.st.com/en/evaluation-tools/nucleo-f070rb.html)
- [STM32F072rb Discovery](https://www.st.com/en/evaluation-tools/32f072bdiscovery.html)
+- [STM32F207zg Nucleo](https://www.st.com/en/evaluation-tools/nucleo-f207zg.html)
- [STM32F303vc Discovery](https://www.st.com/en/evaluation-tools/stm32f3discovery.html)
- [STM32F407vg Discovery](https://www.st.com/en/evaluation-tools/stm32f4discovery.html)
- [STM32F411ve Discovery](https://www.st.com/en/evaluation-tools/32f411ediscovery.html)