summaryrefslogtreecommitdiff
path: root/firmware/TODO
blob: d319ee861ad55e79baca516a9acef3e2a258ff4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SPI:
- use PDC DMA for SPI transfers

RC632:
- Fix locking between 'atomic' ops like set/clear bit and RC632 IRQ
- Implement VFIFO handling

USB:
- Implement suspend/resume handshake
- Make sure we don't eat a lot of power before entering the configured state

DFU:
- fix DFU download (usb control write / zlp at end)
- add capability to flash DFU itself
- add a header to the application program, checksum and size
- checksum application image.  If wrong, enter DFU recovery mode
- Get rid of lots of constant values and replace them by proper defines

Generic:
- why is watchdog apparently not working?

Way Later, for librfid:
- Implement parts (or all of) 14443 in firmware as alternative configuration
personal git repositories of Harald Welte. Your mileage may vary