optiboot
optiboot copied to clipboard
Small and Fast Bootloader for Arduino and other Atmel AVR chips
Default Blink example does not work due to LED_BUILTIN not being defined for ATtiny10. As port D2 (pin 4) is not used for programming MPU, let me recommend to use...
on line 208 in pins_arduino.h the line reads as: #define digitalPinToPCICR(p) ((p)
Since I have upgraded to mac os 11.5 BigSur Arduino is not longer compiling code (in my case) for ATTINY10. Following error shows up: "fork/exec /Users/myusername/Library/Arduino15/packages/arduino/tools/avr-gcc/5.4.0-atmel3.6.1-arduino2/bin/avr-g++: bad CPU type in...
https://github.com/MCUdude/MicroCore/issues/65#issuecomment-403579493
https://github.com/watterott/Wattuino/blob/master/software/Optiboot/optiboot.c#L539-L572
Merged https://github.com/sleemanj/optiboot/pull/6 I think we might be able to either get rid of these scripts entirely by adjusting that recipe in platform.txt, or at least add support for them to...