Updated project.json with atmega328p target
This commit is contained in:
+6
-2
@@ -35,12 +35,16 @@
|
|||||||
// Additional libraries, sources
|
// Additional libraries, sources
|
||||||
// and overrides of global settings here.
|
// and overrides of global settings here.
|
||||||
},
|
},
|
||||||
"avr": {
|
"atmega328p": {
|
||||||
"type": "executable",
|
"type": "executable",
|
||||||
"triple": "avr-atmel-none",
|
"triple": "avr-atmel-none",
|
||||||
"cpu": "atmega328p",
|
"cpu": "atmega328p",
|
||||||
"sources": ["src/*.c3"],
|
"sources": ["src/*.c3"],
|
||||||
"linker-flags": ["-Tdata=0x800100", "-mmcu=atmega328p"]
|
"linker-flags": [
|
||||||
|
"-L/home/coder/bin/avr-toolchain/lib",
|
||||||
|
"-Tdata=0x800100",
|
||||||
|
"-mmcu=atmega328p"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// Global settings.
|
// Global settings.
|
||||||
|
|||||||
Reference in New Issue
Block a user