Debug: bisect matrix for left-half boot crash
This commit is contained in:
parent
d50f4db658
commit
0dc88b002b
1 changed files with 20 additions and 11 deletions
31
build.yaml
31
build.yaml
|
|
@ -1,19 +1,28 @@
|
||||||
---
|
---
|
||||||
include:
|
include:
|
||||||
|
|
||||||
### CORNE START ###
|
### BISECT MATRIX (left half, usb logging snippet on all) ###
|
||||||
- board: nice_nano_v2
|
- board: nice_nano_v2
|
||||||
shield: corne_left nice_oled
|
shield: corne_left nice_oled
|
||||||
snippet: zmk-usb-logging
|
snippet: zmk-usb-logging
|
||||||
artifact-name: nice_corne_left_oled_rgb
|
cmake-args: -DCONFIG_STENO_ENGINE=n
|
||||||
|
artifact-name: bisect_A_nosteno
|
||||||
- board: nice_nano_v2
|
- board: nice_nano_v2
|
||||||
shield: corne_right nice_oled
|
shield: corne_left nice_oled
|
||||||
cmake-args: -DCONFIG_NICE_OLED_WIDGET_ANIMATION_PERIPHERAL_CAT=n -DCONFIG_NICE_OLED_WIDGET_ANIMATION_PERIPHERAL_KM=y
|
snippet: zmk-usb-logging
|
||||||
artifact-name: nice_corne_right_oled_rgb
|
artifact-name: bisect_B_full
|
||||||
### CORNE END ###
|
|
||||||
|
|
||||||
### SETTINGS_RESET START ###
|
|
||||||
- board: nice_nano_v2
|
- board: nice_nano_v2
|
||||||
shield: settings_reset
|
shield: corne_left nice_oled
|
||||||
artifact-name: nice_settings_reset
|
snippet: zmk-usb-logging
|
||||||
### SETTINGS_RESET END ###
|
cmake-args: -DCONFIG_STENO_DEBUG_NO_GATT=y
|
||||||
|
artifact-name: bisect_C_nogatt
|
||||||
|
- board: nice_nano_v2
|
||||||
|
shield: corne_left nice_oled
|
||||||
|
snippet: zmk-usb-logging
|
||||||
|
cmake-args: -DCONFIG_STENO_DEBUG_NO_EMBED=y
|
||||||
|
artifact-name: bisect_D_noembed
|
||||||
|
- board: nice_nano_v2
|
||||||
|
shield: corne_left nice_oled
|
||||||
|
snippet: zmk-usb-logging
|
||||||
|
cmake-args: -DCONFIG_STENO_DEBUG_NO_GATT=y -DCONFIG_STENO_DEBUG_NO_EMBED=y
|
||||||
|
artifact-name: bisect_E_nogatt_noembed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue