Skip to content

Commit 3992222

Browse files
authored
Merge pull request #14683 from jeromecoutant/PR_WBBARE
Baremetal tests: enable BLE tests with NUCLEO_WB55RG
2 parents e0069d8 + ba6d664 commit 3992222

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

TESTS/configs/baremetal.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"storage_filesystem",
1919
"storage_tdb_external",
2020
"fat_chan",
21+
"cordio-stm32wb",
2122
"lora",
2223
"sx1276-lora-driver",
2324
"stm32wl-lora-driver",
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"name": "cordio-stm32wb"
2+
"name": "cordio-stm32wb",
3+
"requires": ["cordio", "ble"]
34
}

0 commit comments

Comments
 (0)