added firmware section

This commit is contained in:
cpu
2026-05-18 21:55:20 +02:00
parent 6e62cb7b57
commit 68cb57af28
16 changed files with 22474 additions and 21132 deletions

15
firmware/.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# Compiled binaries
*.elf
*.bin
*.hex
# Build artifacts and memory maps
*.map
*.o
*.d
*.lst
# Specifically ignore the output files for our target
main.elf
main.bin
main.map