mirror of https://github.com/tinygo-org/tinygo.git
wasmstm32webassemblymicrocontrollerarmavrspiwasiadafruitarduinocircuitplayground-expressgpioi2cllvmmicrobitnrf51nrf52nrf52840samd21tinygo
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
294 B
10 lines
294 B
{
|
|
"inherits": ["atmega32u4"],
|
|
"build-tags": ["arduino_leonardo"],
|
|
"ldflags": [
|
|
"--defsym=_bootloader_size=512",
|
|
"--defsym=_stack_size=512"
|
|
],
|
|
"flash-command": "avrdude -c avr109 -p atmega32u4 -b 57600 -P {port} -U flash:w:{hex}:i",
|
|
"emulator": "simavr -m atmega32u4 -f 16000000 {}"
|
|
}
|
|
|