Update west.yml - Add macros (PR 685)
This commit is contained in:
parent
5b86fdd876
commit
8fbaeddea5
1 changed files with 7 additions and 35 deletions
42
app/west.yml
42
app/west.yml
|
@ -1,41 +1,13 @@
|
||||||
manifest:
|
manifest:
|
||||||
remotes:
|
remotes:
|
||||||
- name: zephyrproject-rtos
|
|
||||||
url-base: https://github.com/zephyrproject-rtos
|
|
||||||
- name: zmkfirmware
|
- name: zmkfirmware
|
||||||
url-base: https://github.com/zmkfirmware
|
url-base: https://github.com/zmkfirmware
|
||||||
- name: microsoft
|
- name: okke-formsma
|
||||||
url-base: https://github.com/microsoft
|
url-base: https://github.com/okke-formsma
|
||||||
projects:
|
projects:
|
||||||
- name: zephyr
|
- name: zmk
|
||||||
remote: zmkfirmware
|
remote: okke-formsma
|
||||||
revision: v2.4.0+zmk-fixes
|
revision: macros
|
||||||
clone-depth: 1
|
import: app/west.yml
|
||||||
import:
|
|
||||||
# TODO: Rename once upstream offers option like `exclude` or `denylist`
|
|
||||||
name-blacklist:
|
|
||||||
- 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
|
|
||||||
- segger
|
|
||||||
- openthread
|
|
||||||
- edtt
|
|
||||||
- trusted-firmware-m
|
|
||||||
- name: uf2
|
|
||||||
remote: microsoft
|
|
||||||
path: tools/uf2
|
|
||||||
clone-depth: 1
|
|
||||||
self:
|
self:
|
||||||
west-commands: scripts/west-commands.yml
|
path: config
|
Loading…
Add table
Reference in a new issue