summaryrefslogtreecommitdiff
path: root/.west/config
diff options
context:
space:
mode:
authorMumtahin Farabi <[email protected]>2026-05-12 00:23:26 -0400
committerMumtahin Farabi <[email protected]>2026-05-12 00:23:26 -0400
commitcdf1db1c4197f76cf2dd876e3c8a27c807acb7fd (patch)
treedb479c9577f96f84de4c4e10449b22370d0f19fc /.west/config
parent28bf8cb5076f419abcfe912d4ec2e0c5f31819a0 (diff)
feat(firmware): scaffold setup
Signed-off-by: Mumtahin Farabi <[email protected]>
Diffstat (limited to '.west/config')
-rw-r--r--.west/config21
1 files changed, 21 insertions, 0 deletions
diff --git a/.west/config b/.west/config
new file mode 100644
index 0000000..a89ff9e
--- /dev/null
+++ b/.west/config
@@ -0,0 +1,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
+