issues
search
dhiltonp
/
hexbright
The easiest way to start programming your hexbright.
BSD 2-Clause "Simplified" License
124
stars
114
forks
source link
Bootloader
#32
Closed
ptesarik
closed
11 years ago
ptesarik
commented
11 years ago
Even more updates to the bootloader:
implement reading fuse bits (so I can easily check EFUSE to see how much flash is left for the program)
fix address auto-increment (this is apparently not needed by avrdude, but may break something eventually)
fixes for platforms that are not related to Hexbright (yes, I want to use the same bootloader on other devices)
cleanup: use macros from standard include files where possible
cleanup: silence some compiler warnings
Even more updates to the bootloader: