testing: Add split BLE tests (#2737)
* Enhance the BLE test runner to build additional peripheral builds when detecting peripheral*.overlay files in the test. * Add basic and multiple-peripheral tests to exercise the testing support * Add test for triggering local behaviors on split peripherals. fix(ble): Fix building split code w/o settings * Properly exclude storing peripheral addresses to settings when settings support isn't turned on.
This commit is contained in:
parent
3f6841c95f
commit
85aba16eec
30 changed files with 216 additions and 5 deletions
2
app/tests/ble/split/multiple-peripherals/nrf52_bsim.conf
Normal file
2
app/tests/ble/split/multiple-peripherals/nrf52_bsim.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
CONFIG_ZMK_SPLIT=y
|
||||
CONFIG_ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS=2
|
||||
Loading…
Add table
Add a link
Reference in a new issue