diff options
author | tv <tv@krebsco.de> | 2024-11-06 19:16:23 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2024-11-06 19:16:23 +0100 |
commit | 77ec527f311091847b800fee01fd050953a65185 (patch) | |
tree | a4633c97ffd55d8b3db7dadfdba2ecb707f65d6c /config |
initial commit
Diffstat (limited to 'config')
-rw-r--r-- | config/west.yml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/config/west.yml b/config/west.yml new file mode 100644 index 0000000..0103a1f --- /dev/null +++ b/config/west.yml @@ -0,0 +1,34 @@ +manifest: + remotes: + - name: zmkfirmware + url-base: https://github.com/zmkfirmware + projects: + - name: zmk + remote: zmkfirmware + revision: 9935e8df471379538e5e4e046c716a0f1740eaf2 # main + import: app/west.yml + - name: zephyr + remote: zmkfirmware + revision: f8e4d15791602c67405c0fd2651167a895939565 # v3.5.0+zmk-fixes + import: + name-blocklist: + - ci-tools + - hal_altera + - hal_cypress + - hal_infineon + - hal_microchip + - hal_nxp + - hal_openisa + - hal_silabs + - hal_xtensa + - hal_st + - hal_ti + - loramac-node + - mcuboot + - mcumgr + - net-tools + - openthread + - edtt + - trusted-firmware-m + self: + path: config |