Basic board setup

This commit is contained in:
2025-09-26 17:43:57 +02:00
commit 60ecea6f39
11 changed files with 156 additions and 0 deletions

19
west.yml Normal file
View File

@@ -0,0 +1,19 @@
---
manifest:
remotes:
# Define the remote for the main Zephyr repository
- name: zephyrproject-rtos
url-base: https://github.com/zephyrproject-rtos
projects:
# 1. Main Zephyr repository (required)
- name: zephyr
remote: zephyrproject-rtos
revision: v4.2.0
# This section instructs west to only pull in the modules
# required for the stm32 HAL, significantly reducing the clone size.
import:
name-allowlist:
- cmsis_6
- hal_stm32