aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/arduino.json
blob: 3e1023988e1b46315063db36a9b94e74c76bd642 (plain)
1
2
3
4
5
6
7
8
9
{
	"inherits": ["atmega328p"],
	"build-tags": ["arduino"],
	"ldflags": [
		"--defsym=_bootloader_size=512",
		"--defsym=_stack_size=512"
	],
	"flash-command": "avrdude -c arduino -p atmega328p -P {port} -U flash:w:{hex}:i"
}