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

{
"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 {}"
}