Per Tillisch
Per Tillisch
Duplicate of https://github.com/Coopdis/easyMesh/pull/29
Duplicate of https://github.com/Coopdis/easyMesh/pull/29
Duplicate of https://github.com/Coopdis/easyMesh/pull/29
https://github.com/Coopdis/easyMesh/pull/42/commits/adf068e15ccadb6477fcbbbab5e868b0c3577c79 is a duplicate of https://github.com/Coopdis/easyMesh/pull/29 https://github.com/Coopdis/easyMesh/pull/42/commits/86fc3e6ade125eecc3f17547e51cf608ab99929b I have to assume was unintentionally added.
This also will cause the examples to be put under **File > Examples > INCOMPATIBLE > arduino-fsm** when any non-avr board is selected. The solution is to change https://github.com/jonblack/arduino-fsm/blob/master/library.properties#L9 from:...
>Can see a big warning sign saying not compatible with AVR boards. Where do you see that warning? The opposite is true. >All ATmega328P chips from microchip seem to be...
I have thought about this idea before, but only theoretically because I didn't actually have a need for it. The filename is hardcoded into the bootloader. I think the easiest...
I don't know much about how to do this but am willing to help with testing and documentation. About ATmega1284P serial upload support: Optiboot already supports ATmega1284P as is. See:...
Also you might find this source: https://github.com/thseiler/embedded/tree/master/avr/2boots a useful reference as it already fits SD and serial uploads in 2KB. If nothing else it's proof that this is possible.
Arduino IDE 1.5+ doesn't support ATmega1284P out of the box but now the only things that need to be added are the bootloader file and the pins_arduino.h as opposed to...