diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-15 23:00:35 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-15 23:00:35 -0400 |
commit | 85e505e06e5236aebcb6ec385a97446323b70280 (patch) | |
tree | 7415e650ad968687a2a17cda81052c51bf8c58fd /app/west.yml | |
parent | 557996bcd02f91e2e4b2f35b5a70685eed902b89 (diff) |
Build UF2 image for nice!nano board as well.
Diffstat (limited to 'app/west.yml')
-rw-r--r-- | app/west.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/west.yml b/app/west.yml index c2151eb..3784d97 100644 --- a/app/west.yml +++ b/app/west.yml @@ -4,6 +4,8 @@ manifest: url-base: https://github.com/zephyrproject-rtos - name: petejohanson url-base: https://github.com/petejohanson + - name: microsoft + url-base: https://github.com/microsoft projects: - name: zephyr remote: petejohanson @@ -19,5 +21,8 @@ manifest: - hal_microchip - hal_nxp - hal_openisa + - name: uf2 + remote: microsoft + path: tools/uf2 self: path: zmk |