blob: a89ff9e76570681a4248e5fef6e5f3745d815c61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[manifest]
path = .
file = firmware/west.yml
[zephyr]
base = firmware/zephyr
[build]
pristine = always
board = walter/esp32s3/procpu
sysbuild = true
[flash]
rebuild = true
[alias]
test = twister --device-testing --hardware-map hardware-map.yaml --clobber-output --force-color -vv -T firmware/tests
test-debug = twister --device-testing --hardware-map hardware-map.yaml --clobber-output --force-color --inline-logs -vv -ll DEBUG -T firmware/tests
menuconfig = build --pristine=never --target menuconfig
guiconfig = build --pristine=never --target guiconfig
|