Refactored project.json to include avr paths
This commit is contained in:
+3
-1
@@ -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"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user