-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
cmake-variants.yaml
43 lines (42 loc) · 1.24 KB
/
cmake-variants.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
buildType:
default: debug
choices:
debug:
short: Debug
long: Emit debug information
buildType: Debug
release:
short: Release
long: Optimize generated code w/ debug information
buildType: RelWithDebInfo
board:
default: pico_w
choices:
pico_w:
short: Pico W
long: Classic Pico W
settings:
PICO_BOARD: pico_w
NEVERMORE_BOARD: pico_w
NEVERMORE_PICO_W_BT: "true"
waveshare-rp2040-lcd-1.28:
short: Waveshare RP2040 LCD-1.28
long: Waveshare RP2040 LCD-1.28 (w/o wireless)
settings:
PICO_BOARD: waveshare_rp2040_lcd_1.28
NEVERMORE_BOARD: waveshare-rp2040-lcd-1.28
NEVERMORE_PICO_W_BT: "false"
waveshare-rp2040-touch-lcd-1.28:
short: Waveshare RP2040 Touch LCD-1.28
long: Waveshare RP2040 Touch LCD-1.28 (w/o wireless)
settings:
PICO_BOARD: waveshare_rp2040_lcd_1.28
NEVERMORE_BOARD: waveshare-rp2040-touch-lcd-1.28
NEVERMORE_PICO_W_BT: "false"
waveshare-rp2040-zero:
short: Waveshare RP2040-Zero
long: Waveshare RP2040-Zero
settings:
PICO_BOARD: waveshare_rp2040_zero
NEVERMORE_BOARD: waveshare-rp2040-zero
NEVERMORE_PICO_W_BT: "false"