From a74b53b701f49f89404e8f4c135a98d9fe1605ef Mon Sep 17 00:00:00 2001 From: Jerome Coutant Date: Fri, 17 Sep 2021 11:37:17 +0200 Subject: [PATCH] Update README with GENERIC board information --- README.md | 41 +++++++++++++++++++++++++++++------------ 1 file changed, 29 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index e537f10..ee04595 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Table of Contents ================= * [Usage](#usage) +* [GENERIC BOARDS](#generic-boards) * [STM32F1](#stm32f1) * [BLUEPILL](#bluepill) * [STM32F4](#stm32f4) @@ -22,7 +23,7 @@ Table of Contents * [Seeed Studio LoRa E5 Mini](#seeed-studio-lora-e5-mini) * [Seeed Studio LoRa E5 Dev Board](#seeed-studio-lora-e5-dev-board) * [Charles's LoRa-E5 breakout board](#charless-lora-e5-breakout-board) - * [Charles's LoRa-E5 Tiny Cell coin](#charless-lora-e5-tiny) + * [Charles's LoRa-E5 Tiny](#charless-lora-e5-tiny) * [RAK Wireless RAK3172](#rak-wireless-rak3172) * [Charles's RAK3172 breakout board](#charless-rak3172-breakout-board) * [License](#license) @@ -69,11 +70,23 @@ mbedtools compile -m XXX -t XXX ```` +# GENERIC BOARDS + +A "generic" board is a mbed-os "virtual" target with a pure STM32 MCU. + +Goal is to make real custom boards creation very easy +as we ensure that build has alrady been tested. + +Check the GENERIC_TARGET branch in this repo: + +https://github.com/ARMmbed/stm32customtargets/tree/GENERIC_TARGET + + # STM32F1 ## BLUEPILL - + MCU: STM32F103C8T6 @@ -96,7 +109,7 @@ TARGET: CORE2 https://github.com/byq77/core2-mbed6-template - + # STM32L0 @@ -150,7 +163,7 @@ And reflect the pin used for that because it's defined to `NC` by default. MCU: STM32L082CZ - + TARGET: GRASSHOPPER [TleraCorp](https://www.tindie.com/stores/tleracorp/) @@ -183,7 +196,9 @@ TARGET: GRASSHOPPER [TleraCorp](https://www.tindie.com/stores/tleracorp/) MCU: STM32L082CZ -https://www.tindie.com/products/tleracorp/gnat-loragnss-asset-tracker/ + + +https://www.tindie.com/products/tleracorp/gnat-loragnss-asset-tracker/ TARGET: GNAT [TleraCorp](https://www.tindie.com/products/tleracorp/gnat-loragnss-asset-tracker/) @@ -219,7 +234,7 @@ TARGET: GNAT [TleraCorp](https://www.tindie.com/products/tleracorp/gnat-loragnss MCU: STM32L4R9ZI - + TARGET: STWIN @@ -232,7 +247,7 @@ https://www.st.com/en/evaluation-tools/steval-stwinkt1.html ## Seeed Studio LoRa E5 - + MCU: STM32WLE5JC @@ -260,7 +275,7 @@ https://www.seeedstudio.com/LoRa-E5-mini-STM32WLE5JC-p-4869.html ## Seeed Studio LoRa E5 Dev Board - + TARGET: LORA_E5_DEV_BOARD @@ -282,7 +297,7 @@ https://www.seeedstudio.com/LoRa-E5-Dev-Kit-p-4868.html TARGET: LORA_E5_BREAKOUT - + https://github.com/hallard/LoRa-E5-Breakout @@ -309,7 +324,7 @@ for debug LEDs of breakout so you need to add this to your `mbed_app.json` on se TARGET: LORA_E5_TINY - + https://github.com/hallard/LoRa-E5-Tiny @@ -337,7 +352,7 @@ for debug LEDs of this board you need to add this to your `mbed_app.json` on sec ## RAK Wireless RAK3172 - + MCU: STM32WLE5CC @@ -357,7 +372,7 @@ RAK3172 use only RFO_HP for TX power and no TXCO so for all boards using this mo TARGET: RAK3172_BREAKOUT - + https://github.com/hallard/RAK3172-Breakout @@ -431,6 +446,8 @@ TARGET: ``` +Note we limit image size to 200 + - Keep Table of Contents up to date