Skip to content

Commit eaa5df9

Browse files
authored
Merge pull request #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
}

0 commit comments

Comments
 (0)