diff options
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | docs/boards.md | 1 |
2 files changed, 3 insertions, 2 deletions
@@ -50,8 +50,8 @@ The stack supports the following MCUs - **Nordic:** nRF52840 - **NXP:** LPC11Uxx, LPC13xx, LPC175x_6x, LPC177x_8x, LPC18xx, LPC40xx, LPC43xx -- **MicroChip:** SAMD21, SAMD51 -- **ST:** STM32F4 +- **MicroChip:** SAMD21, SAMD51 (device only) +- **ST:** STM32F4 (device only) [Here is the list of supported Boards](docs/boards.md) diff --git a/docs/boards.md b/docs/boards.md index da49d4a1f..dee2ceeb1 100644 --- a/docs/boards.md +++ b/docs/boards.md @@ -25,6 +25,7 @@ This code base already had supported for a handful of following boards ### MicroChip SAMD +- [Adafruit Feather M4 Express](https://www.adafruit.com/product/3857) - [Adafruit Metro M0 Express](https://www.adafruit.com/product/3505) - [Adafruit Metro M4 Express](https://www.adafruit.com/product/3382) |
