rename mellifera_firmware to mellifera
This commit is contained in:
26
mellifera/west.yml
Normal file
26
mellifera/west.yml
Normal file
@ -0,0 +1,26 @@
|
||||
manifest:
|
||||
# self:
|
||||
# west-commands: scripts/west-commands.yml
|
||||
|
||||
remotes:
|
||||
- name: zephyrproject-rtos
|
||||
url-base: https://github.com/zephyrproject-rtos
|
||||
# - name: mcu-tools
|
||||
# url-base: https://github.com/mcu-tools
|
||||
|
||||
projects:
|
||||
- name: zephyr
|
||||
remote: zephyrproject-rtos
|
||||
revision: main
|
||||
import: true
|
||||
# # By using name-allowlist we can clone only the modules that are
|
||||
# # strictly needed by the application.
|
||||
# name-allowlist:
|
||||
# - cmsis # required by the ARM port
|
||||
# - hal_nordic # required by the custom_plank board (Nordic based)
|
||||
# - hal_stm32 # required by the nucleo_f302r8 board (STM32 based)
|
||||
# - zcbor # required by mcuboot serial
|
||||
# - tinycrypt
|
||||
# - name: mcuboot
|
||||
# remote: mcu-tools
|
||||
# revision: main
|
Reference in New Issue
Block a user