15 lines
385 B
JSON
15 lines
385 B
JSON
{
|
|
"inherits": ["avrtiny"],
|
|
"cpu": "attiny1616",
|
|
"build-tags": ["attiny1616"],
|
|
"gc": "none",
|
|
"cflags": [
|
|
"-D__AVR_ARCH__=103"
|
|
],
|
|
"linkerscript": "targets/device/avr/attiny1616.ld",
|
|
"extra-files": [
|
|
"targets/device/avr/attiny1616.s"
|
|
],
|
|
"flash-command": "pymcuprog write -f {hex} --erase --verify -d attiny1616 -t uart -u {port}"
|
|
}
|