Baremetal tests: enable BLE tests with NUCLEO_WB55RG

pull/14683/head
jeromecoutant 2021-05-19 17:30:30 +02:00
parent 14e5d307bb
commit ba6d664ff2
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,7 @@
"storage_filesystem",
"storage_tdb_external",
"fat_chan",
"cordio-stm32wb",
"lora",
"sx1276-lora-driver",
"stm32wl-lora-driver",

View File

@ -1,3 +1,4 @@
{
"name": "cordio-stm32wb"
"name": "cordio-stm32wb",
"requires": ["cordio", "ble"]
}