33 lines
683 B
YAML
33 lines
683 B
YAML
manifest:
|
|
remotes:
|
|
- name: zephyrproject-rtos
|
|
url-base: https://github.com/zephyrproject-rtos
|
|
- name: hohoho-gitea
|
|
url-base: ssh://git@ho-ho.de:222
|
|
|
|
defaults:
|
|
remote: hohoho-gitea
|
|
|
|
projects:
|
|
- name: zephyr
|
|
remote: zephyrproject-rtos
|
|
revision: v4.2.1
|
|
clone-depth: 1
|
|
import:
|
|
name-allowlist:
|
|
- cmsis
|
|
- cmsis-dsp
|
|
- cmsis_nn
|
|
- cmsis_6
|
|
- hal_st
|
|
- hal_stm32
|
|
|
|
- name: usbc-vbus-sensor
|
|
remote: hohoho-gitea
|
|
repo-path: hohoho/zephyr-usbc-vbus-sensor
|
|
path: modules/hohoho/usbc-vbus-sensor
|
|
revision: v0.1
|
|
|
|
self:
|
|
path: zephyr-manifest
|