
This split is similar to the atmega328p/arduino split and may be helpful for adding other attiny85 boards or using the attiny85 without a board.
10 строки
258 Б
JSON
10 строки
258 Б
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"]
|
|
}
|