Created filereader
This commit is contained in:
+4
-11
@@ -36,17 +36,10 @@
|
||||
// and overrides of global settings here.
|
||||
},
|
||||
"atmega328p": {
|
||||
"type": "executable",
|
||||
"triple": "avr-atmel-none",
|
||||
"cpu": "atmega328p",
|
||||
"linker-flags": [
|
||||
"-L/home/coder/bin/avr-toolchain/lib",
|
||||
"-Tdata=0x800100",
|
||||
"-mmcu=atmega328p"
|
||||
],
|
||||
"c-include-dirs": [
|
||||
"/home/coder/bin/avr-toolchain/include"
|
||||
]
|
||||
"type": "object-files",
|
||||
"cpu": "atmega328p",
|
||||
"use-stdlib": false,
|
||||
"output": "build/blinky.o"
|
||||
}
|
||||
},
|
||||
// Global settings.
|
||||
|
||||
Reference in New Issue
Block a user