Files
llgo/targets/attiny1616.json

15 lines
385 B
JSON
Raw Normal View History

{
"inherits": ["avrtiny"],
"cpu": "attiny1616",
"build-tags": ["attiny1616"],
"gc": "none",
"cflags": [
"-D__AVR_ARCH__=103"
],
2025-08-20 10:27:01 +08:00
"linkerscript": "targets/device/avr/attiny1616.ld",
"extra-files": [
2025-08-20 10:27:01 +08:00
"targets/device/avr/attiny1616.s"
],
"flash-command": "pymcuprog write -f {hex} --erase --verify -d attiny1616 -t uart -u {port}"
}