Skip to content

Commit 423bea5

Browse files
committed
B_L4S5I_IOT01A: BLE support
1 parent 7dfe702 commit 423bea5

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

connectivity/drivers/ble/FEATURE_BLE/COMPONENT_BlueNRG_MS/mbed_lib.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
"SPI_IRQ": "PE_6",
2525
"SPI_SCK": "PC_10"
2626
},
27+
"B_L4S5I_IOT01A": {
28+
"SPI_MOSI": "PC_12",
29+
"SPI_MISO": "PC_11",
30+
"SPI_nCS": "PD_13",
31+
"SPI_RESET": "PA_8",
32+
"SPI_IRQ": "PE_6",
33+
"SPI_SCK": "PC_10"
34+
},
2735
"DISCO_L562QE": {
2836
"SPI_MOSI": "PG_4",
2937
"SPI_MISO": "PG_3",

targets/targets.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3338,6 +3338,7 @@
33383338
"MCU_STM32L4"
33393339
],
33403340
"components_add": [
3341+
"BlueNRG_MS",
33413342
"QSPIF",
33423343
"FLASHIAP"
33433344
],
@@ -3346,6 +3347,7 @@
33463347
"PMOD"
33473348
],
33483349
"extra_labels_add": [
3350+
"CORDIO",
33493351
"MX25R6435F",
33503352
"STM32L4S5xI"
33513353
],
@@ -3361,6 +3363,9 @@
33613363
"USBDEVICE",
33623364
"QSPI"
33633365
],
3366+
"features": [
3367+
"BLE"
3368+
],
33643369
"device_name": "STM32L4S5VITx"
33653370
},
33663371
"MCU_STM32L5": {

0 commit comments

Comments
 (0)