blob: ca275af37189085a26f0d1e9af3066557b1c59cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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: kconfig/external-sheilds-shields-as-list-fix
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
|