11 lines
239 B
JSON
11 lines
239 B
JSON
|
|
{
|
||
|
|
"inherits": ["attiny85"],
|
||
|
|
"build-tags": ["digispark"],
|
||
|
|
"ldflags": [
|
||
|
|
"--defsym=_bootloader_size=2180",
|
||
|
|
"--defsym=_stack_size=128"
|
||
|
|
],
|
||
|
|
"flash-command": "micronucleus --run {hex}",
|
||
|
|
"emulator": "simavr -m attiny85 -f 16000000 {}"
|
||
|
|
}
|