Skip to content

Commit 5381394

Browse files
authored
Merge pull request #126 from ARMmbed/mbed-os-5.7.0-oob
Mbed os 5.7.0
2 parents b705080 + b060d69 commit 5381394

File tree

9 files changed

+12
-23
lines changed

9 files changed

+12
-23
lines changed

BLE_BatteryLevel/mbed-os.lib

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#5f6572179d66ce4c09d6517b659ac51133cc980d
1+
https://github.com/ARMmbed/mbed-os/#8b54959f5bca08a8ad44a701bafd634afbb38b03

BLE_Beacon/mbed-os.lib

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#5f6572179d66ce4c09d6517b659ac51133cc980d
1+
https://github.com/ARMmbed/mbed-os/#8b54959f5bca08a8ad44a701bafd634afbb38b03

BLE_Button/mbed-os.lib

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#5f6572179d66ce4c09d6517b659ac51133cc980d
1+
https://github.com/ARMmbed/mbed-os/#8b54959f5bca08a8ad44a701bafd634afbb38b03

BLE_GAPButton/mbed-os.lib

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#5f6572179d66ce4c09d6517b659ac51133cc980d
1+
https://github.com/ARMmbed/mbed-os/#8b54959f5bca08a8ad44a701bafd634afbb38b03

BLE_HeartRate/mbed-os.lib

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#5f6572179d66ce4c09d6517b659ac51133cc980d
1+
https://github.com/ARMmbed/mbed-os/#8b54959f5bca08a8ad44a701bafd634afbb38b03

BLE_LED/mbed-os.lib

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#5f6572179d66ce4c09d6517b659ac51133cc980d
1+
https://github.com/ARMmbed/mbed-os/#8b54959f5bca08a8ad44a701bafd634afbb38b03

BLE_LEDBlinker/mbed-os.lib

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#5f6572179d66ce4c09d6517b659ac51133cc980d
1+
https://github.com/ARMmbed/mbed-os/#8b54959f5bca08a8ad44a701bafd634afbb38b03

BLE_Thermometer/mbed-os.lib

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#5f6572179d66ce4c09d6517b659ac51133cc980d
1+
https://github.com/ARMmbed/mbed-os/#8b54959f5bca08a8ad44a701bafd634afbb38b03

README.md

+4-15
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,7 @@ Getting Started
1111
Pre-Requisites
1212
--------------
1313

14-
15-
To build these examples, you need to have a computer with the following software installed:
16-
17-
* [CMake](http://www.cmake.org/download/).
18-
* [mbed-cli](https://github.com/ARMmbed/mbed-cli). Please note that **mbed-cli has its own set of dependencies**, listed in the installation instructions.
19-
* [Python](https://www.python.org/downloads/).
20-
* [ARM GCC toolchain 4.9.x](https://launchpad.net/gcc-arm-embedded/+milestone/4.9-2015-q3-update).
21-
* A serial terminal emulator (e.g. screen, pySerial, cu).
22-
* If the OS used is Windows, the serial driver of the board has to be correctly installed.
23-
* For boards with mbed interface firmware the installation instructions are located (here)[https://developer.mbed.org/handbook/Windows-serial-configuration]
24-
* For nrf51-based board with a J-Link interface please install the J-Link *software and documentation pack* available (here)[https://www.segger.com/jlink-software.html]
25-
14+
To build these examples, you need to have a computer with software installed as described [here](https://os.mbed.com/docs/latest/tools/setup.html).
2615

2716
In order to use BLE in mbed OS you need one of the following hardware combinations:
2817

@@ -32,7 +21,7 @@ In order to use BLE in mbed OS you need one of the following hardware combinatio
3221
* A [DISCO_L475VG_IOT01A (ref B-L475E-IOT01A)](http://www.st.com/en/evaluation-tools/b-l475e-iot01a.html) board.
3322

3423

35-
The [`ble`module](https://github.com/ARMmbed/mbed-os/tree/master/bluetooth/ble) provides the BLE APIs on mbed OS.
24+
The [BLE documentation](https://os.mbed.com/docs/latest/reference/bluetooth.html) describes the BLE APIs on mbed OS.
3625

3726
Targets for BLE
3827
---------------
@@ -77,7 +66,7 @@ As an example, this is the JSON bit which has to be added in the `target_overrid
7766
},
7867
```
7968

80-
<span> **Note:** You can get more informations about the configuration system in the [documentation](https://github.com/ARMmbed/mbed-os/blob/master/docs/config_system.md)</span>
69+
<span> **Note:** You can get more information about the configuration system in the [documentation](https://os.mbed.com/docs/latest/reference/configuration.html)</span>
8170

8271
<span> **Important:** It is required to apply an hardware patch to the ST shield if it is used on a board with an Arduino connector. Check out https://developer.mbed.org/teams/ST/code/X_NUCLEO_IDB0XA1/ for more information.</span>
8372

@@ -106,7 +95,7 @@ __To build an example:__
10695
1. Update the source tree:
10796

10897
```
109-
mbed update
98+
mbed deploy
11099
```
111100

112101
1. Run the build:

0 commit comments

Comments
 (0)