Refactored project.json to include avr paths

This commit is contained in:
=
2026-04-26 18:17:30 +00:00
parent c364430549
commit 6053cbf1dc
+3 -1
View File
@@ -39,11 +39,13 @@
"type": "executable",
"triple": "avr-atmel-none",
"cpu": "atmega328p",
"sources": ["src/*.c3"],
"linker-flags": [
"-L/home/coder/bin/avr-toolchain/lib",
"-Tdata=0x800100",
"-mmcu=atmega328p"
],
"c-include-dirs": [
"/home/coder/bin/avr-toolchain/include"
]
}
},