Added Zephyr Project

This commit is contained in:
2026-03-21 17:29:25 +01:00
parent 9feea0f9fe
commit c34f7bc72b
4 changed files with 44 additions and 0 deletions

31
Zephyr/.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# ========================
# Build directory
# ========================
build/
**/build/
# ========================
# CMake
# ========================
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
compile_commands.json
# ========================
# Zephyr / west (optional)
# ========================
.west/
# ========================
# Editor / IDE
# ========================
.vscode/
.idea/
*.swp
# ========================
# OS
# ========================
.DS_Store
Thumbs.db