
This matches the flash-command and is generally a bit easier to work with. This commit also prepares for allowing multiple formats to be used in the emulator command, which is necessary for the esp32.
10 строки
247 Б
JSON
10 строки
247 Б
JSON
{
|
|
"inherits": ["attiny85"],
|
|
"build-tags": ["digispark"],
|
|
"ldflags": [
|
|
"-Wl,--defsym=_bootloader_size=2180",
|
|
"-Wl,--defsym=_stack_size=128"
|
|
],
|
|
"flash-command": "micronucleus --run {hex}",
|
|
"emulator": "simavr -m attiny85 -f 16000000 {}"
|
|
}
|