Universal bootloader for Atmel AVR chips. Main features:
- small size (<2kB);
- flash 16-bit CRC check (flash read is not required);
- can test Application flash with CRC before starting it;
- interrupts driven (no dead loops);
- TEA encryption support;
- command line programmer written in plain C.
Features
- Flash CRC check function
- Small size <2kB
- Optional TEA encryption
- Interrupts driven, no dead loops
- Programmer is written in plain C, requires no additional libs
