diff options
| author | hathach <[email protected]> | 2019-09-11 12:08:45 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-09-11 12:08:45 +0700 |
| commit | a337b2a0cb86471541c2b97f7d8c9c668c3a4d8d (patch) | |
| tree | b661c16802440b0aff9834297b2c50dcc9629f76 | |
| parent | ec50b274fc7cea2d2c37e75f6bc75ae2871c3c31 (diff) | |
update docs
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | docs/boards.md | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -55,7 +55,7 @@ The stack supports the following MCUs - **Nordic:** nRF52840 - **NXP:** LPC11Uxx, LPC13xx, LPC175x_6x, LPC177x_8x, LPC18xx, LPC40xx, LPC43xx, LPC51Uxx - **MicroChip:** SAMD21, SAMD51 (device only) -- **ST:** STM32F070xB, STM32F4, STM32H7 (device only) +- **ST:** STM32F0, STM32F4, STM32H7 (device only) [Here is the list of supported Boards](docs/boards.md) diff --git a/docs/boards.md b/docs/boards.md index 56410ee4d..410104e54 100644 --- a/docs/boards.md +++ b/docs/boards.md @@ -41,6 +41,7 @@ This code base already had supported for a handful of following boards ### ST STM32 - [STM32F070RB Nucleo](https://www.st.com/en/evaluation-tools/nucleo-f070rb.html) +- [STM32F072b Discovery](https://www.st.com/en/evaluation-tools/32f072bdiscovery.html) - [STM32F407g Discovery](https://www.st.com/en/evaluation-tools/stm32f4discovery.html) - [STM32F411e Discovery](https://www.st.com/en/evaluation-tools/32f411ediscovery.html) - [STM32F412g Discovery](https://www.st.com/en/evaluation-tools/32f412gdiscovery.html) |
