diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-06-16 23:10:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-16 23:10:53 -0400 |
| commit | c9b22e55fdf2b25b1b4c15e613c193eec917fb42 (patch) | |
| tree | 7d5c29db990a5539e8958586f09ae198b4b18de4 /app/west.yml | |
| parent | d0a6df9d9ce014f58c3a5a733d66eeccab394dc2 (diff) | |
| parent | a087a466e95565d7d8326f8435ea29baf6219e46 (diff) | |
Merge pull request #14 from zmkfirmware/boards/nice-nano-prep
Initial basic work on nice!nano board support.
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 |
