majekw / lcd88

R/C DIY transmitter
http://majek.sh/lcd88
GNU General Public License v3.0
4 stars 0 forks source link

Rewrite bootloader to support Arduino/STK protocol #1

Open majekw opened 10 years ago

majekw commented 10 years ago

Of course, xmodem support will be dropped.

Q: Why not migrate to Optiboot? A: I need an entry to spm from application code which is not supported by Optiboot

Q: Why not other bootloaders? A: Because there are HUGE and there should be not a problem to rewrite current bootloader and fit it in 512B

majekw commented 9 years ago

Ok, things changes and it turned out that it's possible to modify Optiboot to do it. Ready to use changes with some fixes are in https://github.com/majekw/optiboot/tree/supermaster If pull request https://github.com/Optiboot/optiboot/pull/142 will be accepted, this feature would be part of main Optiboot and maybe even after some time Arduino environment.