Created filereader

This commit is contained in:
=
2026-04-27 08:50:15 +00:00
parent 6053cbf1dc
commit acd272ee08
12 changed files with 111 additions and 11 deletions
+4 -11
View File
@@ -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.