Updated project.json with atmega328p target

This commit is contained in:
=
2026-04-26 18:10:55 +00:00
parent c67d6685b4
commit c364430549
+6 -2
View File
@@ -35,12 +35,16 @@
// Additional libraries, sources
// and overrides of global settings here.
},
"avr": {
"atmega328p": {
"type": "executable",
"triple": "avr-atmel-none",
"cpu": "atmega328p",
"sources": ["src/*.c3"],
"linker-flags": ["-Tdata=0x800100", "-mmcu=atmega328p"]
"linker-flags": [
"-L/home/coder/bin/avr-toolchain/lib",
"-Tdata=0x800100",
"-mmcu=atmega328p"
]
}
},
// Global settings.