18 lines
354 B
YAML
18 lines
354 B
YAML
|
# Copyright (c) 2024 PM
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
manifest:
|
||
|
remotes:
|
||
|
- name: zephyrproject-rtos
|
||
|
url-base: https://github.com/zephyrproject-rtos
|
||
|
|
||
|
projects:
|
||
|
- name: zephyr
|
||
|
remote: zephyrproject-rtos
|
||
|
revision: main
|
||
|
import:
|
||
|
name-allowlist:
|
||
|
- hal_espressif
|
||
|
- fatfs
|
||
|
- lvgl
|