mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #14683 from jeromecoutant/PR_WBBARE
Baremetal tests: enable BLE tests with NUCLEO_WB55RGpull/14665/head
commit
39922228d6
|
@ -18,6 +18,7 @@
|
||||||
"storage_filesystem",
|
"storage_filesystem",
|
||||||
"storage_tdb_external",
|
"storage_tdb_external",
|
||||||
"fat_chan",
|
"fat_chan",
|
||||||
|
"cordio-stm32wb",
|
||||||
"lora",
|
"lora",
|
||||||
"sx1276-lora-driver",
|
"sx1276-lora-driver",
|
||||||
"stm32wl-lora-driver",
|
"stm32wl-lora-driver",
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
{
|
{
|
||||||
"name": "cordio-stm32wb"
|
"name": "cordio-stm32wb",
|
||||||
|
"requires": ["cordio", "ble"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue