mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
Exclude some unused Zephyr west submodules.
* Don't waste space/time updating unused modules for architectures we aren't targetting (yet).
This commit is contained in:
13
app/west.yml
13
app/west.yml
@@ -8,6 +8,17 @@ manifest:
|
||||
- name: zephyr
|
||||
remote: petejohanson
|
||||
revision: kconfig/external-sheilds-shields-as-list-fix
|
||||
import: true
|
||||
import:
|
||||
# TODO: Rename once upstream offers option like `exclude` or `denylist`
|
||||
name-blacklist:
|
||||
- cmsis
|
||||
- ci-tools
|
||||
- hal_atmel
|
||||
- hal_altera
|
||||
- hal_cypress
|
||||
- hal_infineon
|
||||
- hal_microchip
|
||||
- hal_nxp
|
||||
- hal_openisa
|
||||
self:
|
||||
path: zmk
|
||||
|
||||
Reference in New Issue
Block a user