diff options
| author | Reinhard Panhuber <[email protected]> | 2021-04-03 09:50:08 +0200 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2021-04-03 09:50:08 +0200 |
| commit | a1efd416491fd2deecea46cd466e31b4a02b9734 (patch) | |
| tree | dfda074b32926050da8460d79b36c34e2e696d42 /docs/boards.md | |
| parent | 9b2ddd9cc6401b80350179d26e842557f9b60aaf (diff) | |
| parent | ab4d30fd6bca02c73eb9b4ff82db0b2b0f403344 (diff) | |
Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer
Diffstat (limited to 'docs/boards.md')
| -rw-r--r-- | docs/boards.md | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/docs/boards.md b/docs/boards.md index 275143118..c23e7645a 100644 --- a/docs/boards.md +++ b/docs/boards.md @@ -9,6 +9,11 @@ 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 (sorted alphabetically) +### Dialog DA146xx + +- [DA14695 Development Kit – USB](https://www.dialog-semiconductor.com/products/da14695-development-kit-usb) +- [DA1469x Development Kit – Pro](https://www.dialog-semiconductor.com/products/da14695-development-kit-pro) + ### Espressif ESP32-S2 - Adafruit Feather ESP32-S2 @@ -17,11 +22,6 @@ This code base already had supported for a handful of following boards (sorted a - [ESP32-S2-Kaluga-1](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/hw-reference/esp32s2/user-guide-esp32-s2-kaluga-1-kit.html) - [ESP32-S2-Saola-1](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/hw-reference/esp32s2/user-guide-saola-1-v1.2.html) -### Dialog DA146xx - -- [DA14695 Development Kit – USB](https://www.dialog-semiconductor.com/products/da14695-development-kit-usb) -- [DA1469x Development Kit – Pro](https://www.dialog-semiconductor.com/products/da14695-development-kit-pro) - ### MicroChip SAMD11 & SAMD21 - [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333) @@ -102,6 +102,10 @@ This code base already had supported for a handful of following boards (sorted a - [NGX LPC4330-Xplorer](https://www.nxp.com/design/designs/lpc4330-xplorer-board:OM13027) - [Double M33 Express](https://www.crowdsupply.com/steiert-solutions/double-m33-express) +### Renesas RX + +- [GR-CITRUS](https://www.renesas.com/us/en/products/gadget-renesas/boards/gr-citrus) + ### Raspberry Pi RP2040 - [Adafruit Feather RP2040](https://www.adafruit.com/product/4884) @@ -109,6 +113,10 @@ This code base already had supported for a handful of following boards (sorted a - [Adafruit QT Py RP2040](https://www.adafruit.com/product/4900) - [Raspberry Pi Pico](https://www.raspberrypi.org/products/raspberry-pi-pico/) +### Silabs + +- [EFM32GG12 Thunderboard Kit (SLTB009A)](https://www.silabs.com/development-tools/thunderboard/thunderboard-gg12-kit) + ### Sony - [Sony Spresense CXD5602](https://developer.sony.com/develop/spresense) @@ -121,13 +129,14 @@ This code base already had supported for a handful of following boards (sorted a - [STM32 L035c8 Discovery](https://www.st.com/en/evaluation-tools/32l0538discovery.html) - [STM32 L4R5zi Nucleo](https://www.st.com/en/evaluation-tools/nucleo-l4r5zi.html) - [STM32 F070rb Nucleo](https://www.st.com/en/evaluation-tools/nucleo-f070rb.html) +- [STM32 F072 Evaluation](https://www.st.com/en/evaluation-tools/stm32072b-eval.html) - [STM32 F072rb Discovery](https://www.st.com/en/evaluation-tools/32f072bdiscovery.html) - STM32 F103c Blue Pill - [STM32 F207zg Nucleo](https://www.st.com/en/evaluation-tools/nucleo-f207zg.html) - [STM32 F303vc Discovery](https://www.st.com/en/evaluation-tools/stm32f3discovery.html) - STM32 F401cc Black Pill - [STM32 F407vg Discovery](https://www.st.com/en/evaluation-tools/stm32f4discovery.html) -- STM32 F411ce Black Pill +- [STM32 F411ce Black Pill](https://www.adafruit.com/product/4877) - [STM32 F411ve Discovery](https://www.st.com/en/evaluation-tools/32f411ediscovery.html) - [STM32 F412zg Discovery](https://www.st.com/en/evaluation-tools/32f412gdiscovery.html) - [STM32 F723e Discovery](https://www.st.com/en/evaluation-tools/32f723ediscovery.html) |
