Changeset cde4666 in avrstuff


Ignore:
Timestamp:
May 29, 2023, 10:30:26 AM (12 months ago)
Author:
PulkoMandy <pulkomandy@…>
Branches:
main
Children:
5ba114e
Parents:
53cf5f5
git-author:
PulkoMandy <pulkomandy@…> (29/05/2023 10:14:57)
git-committer:
PulkoMandy <pulkomandy@…> (29/05/2023 10:30:26)
Message:

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.

Location:
kbd/pcw2hid
Files:
12 added
1 edited

Legend:

Unmodified
Added
Removed
  • kbd/pcw2hid/README.md

    r53cf5f5 rcde4666  
    1010avoid code duplication. Download and extract it yourself, or set the LUFA_PATH variable
    1111to where you already have it when compiling.
     12
     13TODO
     14====
     15
     16- Finalize keymap
Note: See TracChangeset for help on using the changeset viewer.