2020-05-01 15:46:19 -04:00
|
|
|
manifest:
|
|
|
|
|
remotes:
|
|
|
|
|
- name: zephyrproject-rtos
|
|
|
|
|
url-base: https://github.com/zephyrproject-rtos
|
2020-12-02 14:59:03 -05:00
|
|
|
- name: zmkfirmware
|
|
|
|
|
url-base: https://github.com/zmkfirmware
|
2020-06-15 23:00:35 -04:00
|
|
|
- name: microsoft
|
|
|
|
|
url-base: https://github.com/microsoft
|
2020-05-01 15:46:19 -04:00
|
|
|
projects:
|
|
|
|
|
- name: zephyr
|
2020-12-02 14:59:03 -05:00
|
|
|
remote: zmkfirmware
|
2021-06-19 05:56:48 -04:00
|
|
|
revision: v2.5.0+zmk-fixes
|
2020-11-28 11:06:47 -05:00
|
|
|
clone-depth: 1
|
2020-06-12 09:42:52 -04:00
|
|
|
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
|
2020-08-17 22:34:06 -04:00
|
|
|
- hal_silabs
|
|
|
|
|
- hal_xtensa
|
|
|
|
|
- hal_st
|
|
|
|
|
- hal_ti
|
|
|
|
|
- loramac-node
|
|
|
|
|
- mcuboot
|
|
|
|
|
- mcumgr
|
|
|
|
|
- net-tools
|
|
|
|
|
- segger
|
|
|
|
|
- openthread
|
|
|
|
|
- edtt
|
|
|
|
|
- trusted-firmware-m
|
2020-06-15 23:00:35 -04:00
|
|
|
- name: uf2
|
|
|
|
|
remote: microsoft
|
|
|
|
|
path: tools/uf2
|
2020-11-28 11:06:47 -05:00
|
|
|
clone-depth: 1
|
2020-05-01 15:46:19 -04:00
|
|
|
self:
|
2020-11-28 10:44:13 -05:00
|
|
|
west-commands: scripts/west-commands.yml
|