tinygo/targets/avr.json
2020-03-17 12:16:10 +01:00

13 строки
249 Б
JSON

{
"build-tags": ["avr", "baremetal", "linux", "arm"],
"goos": "linux",
"goarch": "arm",
"compiler": "avr-gcc",
"gc": "conservative",
"linker": "avr-gcc",
"scheduler": "none",
"ldflags": [
"-T", "targets/avr.ld",
"-Wl,--gc-sections"
]
}