[solved] Using micronucleus bootloader for upload with ATTinyCore?

https ://github.com/platformio/platform-atmelavr/blob/develop/boards/digispark-tiny.json uses micronucleus
https ://github.com/platformio/platform-atmelavr/blob/develop/boards/attiny85.json uses ATTinyCore

How can I modify the platformio.ini to use the attiny85 board with micronucleus without using a command line call?

https://docs.platformio.org/en/latest/platforms/atmelavr.html#upload-using-programmer

Ah, got it:

https://docs.platformio.org/en/latest/projectconf/section_env_upload.html#upload-protocol

upload-protocol = micronucleus

1 Like