Skip to content

Commit eaa5df9

Browse files
authored
Merge pull request ARMmbed#99 from bcostm/add_disco_l475vg
DISCO_L475VG_IOT01A: Add this platform in the supported list of boards
2 parents a67c729 + 1a18339 commit eaa5df9

File tree

11 files changed

+46
-0
lines changed

11 files changed

+46
-0
lines changed

BLE_BatteryLevel/mbed_app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"NUCLEO_F401RE": {
88
"target.features_add": ["BLE"],
99
"target.extra_labels_add": ["ST_BLUENRG"]
10+
},
11+
"DISCO_L475VG_IOT01A": {
12+
"target.features_add": ["BLE"],
13+
"target.extra_labels_add": ["ST_BLUENRG"]
1014
}
1115
}
1216
}

BLE_Beacon/mbed_app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"NUCLEO_F401RE": {
88
"target.features_add": ["BLE"],
99
"target.extra_labels_add": ["ST_BLUENRG"]
10+
},
11+
"DISCO_L475VG_IOT01A": {
12+
"target.features_add": ["BLE"],
13+
"target.extra_labels_add": ["ST_BLUENRG"]
1014
}
1115
}
1216
}

BLE_Button/mbed_app.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
"target.features_add": ["BLE"],
2323
"target.extra_labels_add": ["ST_BLUENRG"],
2424
"ble_button_pin_name": "USER_BUTTON"
25+
},
26+
"DISCO_L475VG_IOT01A": {
27+
"target.features_add": ["BLE"],
28+
"target.extra_labels_add": ["ST_BLUENRG"],
29+
"ble_button_pin_name": "USER_BUTTON"
2530
}
2631
}
2732
}

BLE_EddystoneObserver/mbed_app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"NUCLEO_F401RE": {
88
"target.features_add": ["BLE"],
99
"target.extra_labels_add": ["ST_BLUENRG"]
10+
},
11+
"DISCO_L475VG_IOT01A": {
12+
"target.features_add": ["BLE"],
13+
"target.extra_labels_add": ["ST_BLUENRG"]
1014
}
1115
}
1216
}

BLE_EddystoneService/mbed_app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"NUCLEO_F401RE": {
88
"target.features_add": ["BLE"],
99
"target.extra_labels_add": ["ST_BLUENRG"]
10+
},
11+
"DISCO_L475VG_IOT01A": {
12+
"target.features_add": ["BLE"],
13+
"target.extra_labels_add": ["ST_BLUENRG"]
1014
}
1115
}
1216
}

BLE_GAPButton/mbed_app.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
"target.features_add": ["BLE"],
2323
"target.extra_labels_add": ["ST_BLUENRG"],
2424
"ble_button_pin_name": "USER_BUTTON"
25+
},
26+
"DISCO_L475VG_IOT01A": {
27+
"target.features_add": ["BLE"],
28+
"target.extra_labels_add": ["ST_BLUENRG"],
29+
"ble_button_pin_name": "USER_BUTTON"
2530
}
2631
}
2732
}

BLE_HeartRate/mbed_app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"NUCLEO_F401RE": {
88
"target.features_add": ["BLE"],
99
"target.extra_labels_add": ["ST_BLUENRG"]
10+
},
11+
"DISCO_L475VG_IOT01A": {
12+
"target.features_add": ["BLE"],
13+
"target.extra_labels_add": ["ST_BLUENRG"]
1014
}
1115
}
1216
}

BLE_LED/mbed_app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"NUCLEO_F401RE": {
88
"target.features_add": ["BLE"],
99
"target.extra_labels_add": ["ST_BLUENRG"]
10+
},
11+
"DISCO_L475VG_IOT01A": {
12+
"target.features_add": ["BLE"],
13+
"target.extra_labels_add": ["ST_BLUENRG"]
1014
}
1115
}
1216
}

BLE_LEDBlinker/mbed_app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"NUCLEO_F401RE": {
88
"target.features_add": ["BLE"],
99
"target.extra_labels_add": ["ST_BLUENRG"]
10+
},
11+
"DISCO_L475VG_IOT01A": {
12+
"target.features_add": ["BLE"],
13+
"target.extra_labels_add": ["ST_BLUENRG"]
1014
}
1115
}
1216
}

BLE_Thermometer/mbed_app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"NUCLEO_F401RE": {
88
"target.features_add": ["BLE"],
99
"target.extra_labels_add": ["ST_BLUENRG"]
10+
},
11+
"DISCO_L475VG_IOT01A": {
12+
"target.features_add": ["BLE"],
13+
"target.extra_labels_add": ["ST_BLUENRG"]
1014
}
1115
}
1216
}

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ In order to use BLE in mbed OS you need one of the following hardware combinatio
2828

2929
* 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).
3030
* 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).
31+
* A [DISCO_L475VG_IOT01A (ref B-L475E-IOT01A)](http://www.st.com/en/evaluation-tools/b-l475e-iot01a.html) board.
3132

3233

3334
The [`ble`module](https://github.com/ARMmbed/mbed-os/tree/master/bluetooth/ble) provides the BLE APIs on mbed OS.
@@ -45,6 +46,9 @@ The following targets have been tested and work with these examples:
4546
* K64F
4647
* NUCLEO_F401RE
4748

49+
* STMicroelectronics:
50+
* DISCO_L475VG_IOT01A (ref B-L475E-IOT01A)
51+
4852
<span> **Important:** if an ST shield is used with the K64F board, an hardware is patch required. Check out https://developer.mbed.org/teams/ST/code/X_NUCLEO_IDB0XA1/ for more information.</span>
4953

5054
### Using ST Nucleo shield on other targets

0 commit comments

Comments
 (0)