mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
e71e289e8b
machine/atmega32u: add support for arduino leonardo
12 lines
227 B
JSON
12 lines
227 B
JSON
{
|
|
"inherits": ["avr"],
|
|
"cpu": "atmega32u4",
|
|
"build-tags": ["atmega32u4", "avr5"],
|
|
"serial": "none",
|
|
"linkerscript": "src/device/avr/atmega32u4.ld",
|
|
"extra-files": [
|
|
"targets/avr.S",
|
|
"src/device/avr/atmega32u4.s"
|
|
]
|
|
}
|