12 lines
235 B
JSON
12 lines
235 B
JSON
{
|
|
"inherits": ["avr"],
|
|
"cpu": "atmega32u4",
|
|
"build-tags": ["atmega32u4", "avr5"],
|
|
"serial": "none",
|
|
"linkerscript": "targets/device/avr/atmega32u4.ld",
|
|
"extra-files": [
|
|
"targets/avr.S",
|
|
"targets/device/avr/atmega32u4.s"
|
|
]
|
|
}
|