Refactored project.json to include avr paths
This commit is contained in:
+3
-1
@@ -39,11 +39,13 @@
|
|||||||
"type": "executable",
|
"type": "executable",
|
||||||
"triple": "avr-atmel-none",
|
"triple": "avr-atmel-none",
|
||||||
"cpu": "atmega328p",
|
"cpu": "atmega328p",
|
||||||
"sources": ["src/*.c3"],
|
|
||||||
"linker-flags": [
|
"linker-flags": [
|
||||||
"-L/home/coder/bin/avr-toolchain/lib",
|
"-L/home/coder/bin/avr-toolchain/lib",
|
||||||
"-Tdata=0x800100",
|
"-Tdata=0x800100",
|
||||||
"-mmcu=atmega328p"
|
"-mmcu=atmega328p"
|
||||||
|
],
|
||||||
|
"c-include-dirs": [
|
||||||
|
"/home/coder/bin/avr-toolchain/include"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user