summaryrefslogtreecommitdiff
path: root/firmware/west.yml
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 /firmware/west.yml
parent28bf8cb5076f419abcfe912d4ec2e0c5f31819a0 (diff)
feat(firmware): scaffold setup
Signed-off-by: Mumtahin Farabi <[email protected]>
Diffstat (limited to 'firmware/west.yml')
-rw-r--r--firmware/west.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/firmware/west.yml b/firmware/west.yml
new file mode 100644
index 0000000..f174236
--- /dev/null
+++ b/firmware/west.yml
@@ -0,0 +1,21 @@
+manifest:
+ self:
+ path: firmware
+
+ remotes:
+ - name: zephyrproject
+ url-base: https://github.com/zephyrproject-rtos
+
+ projects:
+ - name: zephyr
+ remote: zephyrproject
+ revision: f1ff557f96f74a6d82d8b290bc4488ee5f93c483 # main~2: before HAL CS timing regression
+ import:
+ path-prefix: firmware
+ name-allowlist:
+ - hal_espressif
+ - hal_xtensa
+ - cmsis
+ - picolibc
+ - mcuboot
+ - mbedtls