| .. | ||
| config.h | ||
| eeprom_show.c | ||
| eeprom_tool.c | ||
| eeprom_wipe.c | ||
| Makefile | ||
| Makefile.show_atmega32u2 | ||
| Makefile.show_atmega32u4 | ||
| Makefile.wipe_atmega32u2 | ||
| Makefile.wipe_atmega32u4 | ||
| README.md | ||
EEPROM tool
This can show and erase EEPROM content and would be useful when you have a trouble with EEPROM.
Prebuilt firmware
eeprom_show just shows content of EEPROM and eeprom_wipe overwrites all bytes of EEPROM with 0xFF.
You can see the contents using hid_listen.
For ATmega32u2:
- eeprom_show_32u2.hex
- eeprom_wipe_32u2.hex
For ATmega32u4:
- eeprom_show_32u4.hex
- eeprom_wipe_32u4.hex