Skip to content

Commit d763d09

Browse files
committed
Update README
Signed-off-by: Andrea PALMIERI <[email protected]>
1 parent aa38fc9 commit d763d09

File tree

1 file changed

+7
-7
lines changed
  • connectivity/drivers/ble/FEATURE_BLE/COMPONENT_BlueNRG_2

1 file changed

+7
-7
lines changed

connectivity/drivers/ble/FEATURE_BLE/COMPONENT_BlueNRG_2/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ To this aim you need to update your local mbed_app.json file with:
113113
```
114114
"target_overrides": {
115115
"XXXX": {
116-
"bluenrg_2.SPI_SCK": "D13"
116+
"SPI_SCK": "D13"
117117
},
118118
```
119119

@@ -127,16 +127,16 @@ Alternatively, pin **D7** of the Arduino connector (**CN9**) and pin #5 of the j
127127

128128
To use that library, the target requires some extra configuration in the application `mbed_app.json`. In the `target_overides` section:
129129

130-
* BLE feature has to be enabled
130+
* BlueNRG module has to be enabled
131131

132132
```json
133-
"target.features_add": ["BLE"]
133+
"target.components_add": ["BlueNRG_2"]
134134
```
135135

136-
* BlueNRG module has to be enabled
136+
* BLE feature has to be enabled
137137

138138
```json
139-
"target.components_add": ["BlueNRG_2"]
139+
"target.features_add": ["BLE"]
140140
```
141141

142142
* Extra labels have to be defined to include the cordio stack and this library:
@@ -149,12 +149,12 @@ As an example, the target overide section for the `NUCLEO_F401RE` would be:
149149

150150
```json
151151
"NUCLEO_F401RE": {
152-
"target.features_add": ["BLE"],
153152
"target.components_add": ["BlueNRG_2"],
153+
"target.features_add": ["BLE"]
154154
"target.extra_labels_add": ["CORDIO"]
155155
}
156156
```
157157

158-
### Known issues
158+
### Known limitations
159159

160160
Security does not work with privacy due to pairing failure.

0 commit comments

Comments
 (0)