Add experimental BLE stability improvements as a separate artifact

The Zephyr 3.5 release includes many fixes for the BT host and controller portions that, combined with some small upcoming ZMK changes, have been reported to completely resolve previous issues.

To test those changes, `CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y` has to be enabled.
This commit is contained in:
Marco Massarelli 2024-02-27 13:15:51 -05:00 committed by GitHub
parent 9440943c38
commit 450ed256a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 1 deletions

View File

@ -31,4 +31,12 @@ include:
- board: nice_nano_v2
shield: corney_island_right nice_view
cmake-args: -DCONFIG_ZMK_USB_LOGGING=y
artifact-name: corney_island_right_with_logging
artifact-name: corney_island_right_with_logging
- board: nice_nano_v2
shield: corney_island_left nice_view
cmake-args: -DCONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y
artifact-name: corney_island_left_ble_experimental
- board: nice_nano_v2
shield: corney_island_right nice_view
cmake-args: -DCONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y
artifact-name: corney_island_right_ble_experimental