Optiboot / optiboot

Small and Fast Bootloader for Arduino and other Atmel AVR chips
Other
1.08k stars 396 forks source link

Add support for ATmega128rfa1 #296

Closed benpicco closed 3 years ago

benpicco commented 3 years ago

The ATmega128RFA1 is a simmilar to the ATmega1280 but with 16k SRAM and a memory mapped 802.15.4 radio.

It can be found on e.g. the Microduino CoreRF - and that's the board I flashed optiboot onto.

benpicco commented 3 years ago

Ok, moved it to Makefile.extras. Should I also add support for ATmega64/128/256RFR2 while I'm at it?