Initial commit: Set up Zephyr MQTT project

This commit is contained in:
2025-07-17 08:49:06 +02:00
commit febaa06799
16 changed files with 1191 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Zephyr build artifacts
build/
run/
samples/
flash.bin
*.bin
*.hex
*.elf
*.map
*.lst
*.obj
*.o
*.d