dhiltonp / hexbright

The easiest way to start programming your hexbright.
BSD 2-Clause "Simplified" License
124 stars 114 forks source link

Bootloader #31

Closed ptesarik closed 11 years ago

ptesarik commented 11 years ago

I was able to trim the bootloader down under 1024 bytes, allowing me to change the EFUSE byte and give an additional 1k to the main program, while retaining all features of the original bootloader. I called this new bootloader Hexbright Tiny and added it as a distinct board type to Arduino.

This alternative bootloader is now documented in the README file.

dhiltonp commented 11 years ago

Excellent!

Thank you :)