pcw2hid: Add bootloader

Forked from LUFA DFU bootloader.

Flash fuses: lfuse 0xEF, hfuse 0xD8 (enable BOOTRST) efuse 0xF7

This means the boot always goes to the bootloader first. The bootloader
wait for a while to see if there is any activity on the keyboard pins,
in that case, it jumps to the main app. Otherwise, the device enters DFU
mode and can be upgraded with a newer firmware using dfu-programmer or
Atmel FLIP.
13 files changed
tree: 57760a5967edeaeb5ee8d7d04f332d6b8d62cd85
  1. Beep/
  2. blinkled/
  3. chiptest/
  4. CPC stuff/
  5. EPRoxygen/
  6. grip2hid/
  7. kbd/
  8. ledclock/
  9. libs/
  10. PIC/
  11. SCSI/
  12. test_uart/
  13. V-USB_Dev/
  14. CODE_OF_CONDUCT.md
  15. README.md
README.md

Various AVR (and other) stuff

This slightly messy repo is home to many of my electronics hacks and projects.

A wiki describing most of the stuff is at http://pulkomandy.tk/projects/avrstuff/ .