Merge pull request #14683 from jeromecoutant/PR_WBBARE

Baremetal tests: enable BLE tests with NUCLEO_WB55RG
pull/14665/head
Anna Bridge 2021-05-24 13:20:55 +01:00 committed by GitHub
commit 39922228d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"]
}