You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-15
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,7 @@ Getting Started
11
11
Pre-Requisites
12
12
--------------
13
13
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.
* 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).
26
15
27
16
In order to use BLE in mbed OS you need one of the following hardware combinations:
28
17
@@ -32,7 +21,7 @@ In order to use BLE in mbed OS you need one of the following hardware combinatio
32
21
* A [DISCO_L475VG_IOT01A (ref B-L475E-IOT01A)](http://www.st.com/en/evaluation-tools/b-l475e-iot01a.html) board.
33
22
34
23
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.
36
25
37
26
Targets for BLE
38
27
---------------
@@ -77,7 +66,7 @@ As an example, this is the JSON bit which has to be added in the `target_overrid
77
66
},
78
67
```
79
68
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>
81
70
82
71
<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>
0 commit comments