From 450ed256a510b01abfb9b5c673c351864a0c7733 Mon Sep 17 00:00:00 2001 From: Marco Massarelli <60667061+ceoloide@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:15:51 -0500 Subject: [PATCH] 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. --- build.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/build.yaml b/build.yaml index 8f8798d..1fca446 100644 --- a/build.yaml +++ b/build.yaml @@ -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 \ No newline at end of file + 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