Try using west.yml file instead.
This commit is contained in:
parent
b086557d43
commit
5891a5529b
2 changed files with 14 additions and 2 deletions
13
west.yml
Normal file
13
west.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
manifest:
|
||||
remotes:
|
||||
- name: zephyrproject-rtos
|
||||
url-base: https://github.com/zephyrproject-rtos
|
||||
- name: petejohanson
|
||||
url-base: https://github.com/petejohanson
|
||||
projects:
|
||||
- name: zephyr
|
||||
remote: petejohanson
|
||||
revision: driver-kscan-gpio-matrix-first-pass
|
||||
import: true
|
||||
self:
|
||||
path: zmk
|
||||
Loading…
Add table
Add a link
Reference in a new issue