Restore build matrix after bootloader bisect (root cause: bootloader 0.6.0 corrupts large flashes)
This commit is contained in:
parent
0dc88b002b
commit
1167984fc9
1 changed files with 11 additions and 21 deletions
32
build.yaml
32
build.yaml
|
|
@ -1,28 +1,18 @@
|
||||||
---
|
---
|
||||||
include:
|
include:
|
||||||
|
|
||||||
### BISECT MATRIX (left half, usb logging snippet on all) ###
|
### CORNE START ###
|
||||||
- board: nice_nano_v2
|
- board: nice_nano_v2
|
||||||
shield: corne_left nice_oled
|
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
|
- board: nice_nano_v2
|
||||||
shield: corne_left nice_oled
|
shield: corne_right nice_oled
|
||||||
snippet: zmk-usb-logging
|
cmake-args: -DCONFIG_NICE_OLED_WIDGET_ANIMATION_PERIPHERAL_CAT=n -DCONFIG_NICE_OLED_WIDGET_ANIMATION_PERIPHERAL_KM=y
|
||||||
artifact-name: bisect_B_full
|
artifact-name: nice_corne_right_oled_rgb
|
||||||
|
### CORNE END ###
|
||||||
|
|
||||||
|
### SETTINGS_RESET START ###
|
||||||
- board: nice_nano_v2
|
- board: nice_nano_v2
|
||||||
shield: corne_left nice_oled
|
shield: settings_reset
|
||||||
snippet: zmk-usb-logging
|
artifact-name: nice_settings_reset
|
||||||
cmake-args: -DCONFIG_STENO_DEBUG_NO_GATT=y
|
### SETTINGS_RESET END ###
|
||||||
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