From 605bbe716b51c173a128cfb118431c244c82c866 Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Mon, 6 Feb 2017 11:17:58 +0000 Subject: [PATCH 1/3] Fix reference to F411RE instead of F401RE The nucleo F411RE was referenced as a target supported oob in the README file. While the F411RE is supported it is not supported oob, the F401RE is. This patch fix the reference to the F411RE as a target supported OOB. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e04058d913c..dddb9f66fa9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To build these examples, you need to have a computer with the following software In order to use BLE in mbed OS you need one of the following hardware combinations: * A Nordic nRF51-based board such as [nrf51dk](https://www.nordicsemi.com/eng/Products/nRF51-DK) or [mkit](https://www.nordicsemi.com/eng/Products/Bluetooth-R-low-energy/nRF51822-mKIT). -* A supported target, such as the [NUCLEO-F411RE](http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF260320), with a BLE shield or an external BLE peripheral, such as an [ST shield](http://www.st.com/web/catalog/tools/FM116/SC1075/PF260517). +* A supported target, such as the [NUCLEO-F401RE](http://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-nucleo/nucleo-f401re.html), with a BLE shield or an external BLE peripheral, such as an [ST shield](http://www.st.com/web/catalog/tools/FM116/SC1075/PF260517). The [`ble`module](https://github.com/ARMmbed/mbed-os/tree/master/bluetooth/ble) provides the BLE APIs on mbed OS. From 26461a1b858dcef67345855e0c24c9d057427d0e Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Mon, 6 Feb 2017 12:16:08 +0000 Subject: [PATCH 2/3] Shorten NUCLEO-F401RE URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dddb9f66fa9..c073f7ea552 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To build these examples, you need to have a computer with the following software In order to use BLE in mbed OS you need one of the following hardware combinations: * A Nordic nRF51-based board such as [nrf51dk](https://www.nordicsemi.com/eng/Products/nRF51-DK) or [mkit](https://www.nordicsemi.com/eng/Products/Bluetooth-R-low-energy/nRF51822-mKIT). -* A supported target, such as the [NUCLEO-F401RE](http://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-nucleo/nucleo-f401re.html), with a BLE shield or an external BLE peripheral, such as an [ST shield](http://www.st.com/web/catalog/tools/FM116/SC1075/PF260517). +* A supported target, such as the [NUCLEO-F401RE](http://www.st.com/en/evaluation-tools/nucleo-f411re.html), with a BLE shield or an external BLE peripheral, such as an [ST shield](http://www.st.com/web/catalog/tools/FM116/SC1075/PF260517). The [`ble`module](https://github.com/ARMmbed/mbed-os/tree/master/bluetooth/ble) provides the BLE APIs on mbed OS. From 5263743d03673f0809159ef24a7423e75ff9bc32 Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Mon, 6 Feb 2017 13:03:08 +0000 Subject: [PATCH 3/3] Fix Nucle F401RE URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c073f7ea552..4c53104f9c1 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To build these examples, you need to have a computer with the following software In order to use BLE in mbed OS you need one of the following hardware combinations: * A Nordic nRF51-based board such as [nrf51dk](https://www.nordicsemi.com/eng/Products/nRF51-DK) or [mkit](https://www.nordicsemi.com/eng/Products/Bluetooth-R-low-energy/nRF51822-mKIT). -* A supported target, such as the [NUCLEO-F401RE](http://www.st.com/en/evaluation-tools/nucleo-f411re.html), with a BLE shield or an external BLE peripheral, such as an [ST shield](http://www.st.com/web/catalog/tools/FM116/SC1075/PF260517). +* A supported target, such as the [NUCLEO-F401RE](http://www.st.com/en/evaluation-tools/nucleo-f401re.html), with a BLE shield or an external BLE peripheral, such as an [ST shield](http://www.st.com/web/catalog/tools/FM116/SC1075/PF260517). The [`ble`module](https://github.com/ARMmbed/mbed-os/tree/master/bluetooth/ble) provides the BLE APIs on mbed OS.