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:
|
||||
|
||||
### CORNE START ###
|
||||
### BISECT MATRIX (left half, usb logging snippet on all) ###
|
||||
- board: nice_nano_v2
|
||||
shield: corne_left nice_oled
|
||||
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
|
||||
shield: corne_right nice_oled
|
||||
cmake-args: -DCONFIG_NICE_OLED_WIDGET_ANIMATION_PERIPHERAL_CAT=n -DCONFIG_NICE_OLED_WIDGET_ANIMATION_PERIPHERAL_KM=y
|
||||
artifact-name: nice_corne_right_oled_rgb
|
||||
### CORNE END ###
|
||||
|
||||
### SETTINGS_RESET START ###
|
||||
shield: corne_left nice_oled
|
||||
snippet: zmk-usb-logging
|
||||
artifact-name: bisect_B_full
|
||||
- board: nice_nano_v2
|
||||
shield: settings_reset
|
||||
artifact-name: nice_settings_reset
|
||||
### SETTINGS_RESET END ###
|
||||
shield: corne_left nice_oled
|
||||
snippet: zmk-usb-logging
|
||||
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