aboutsummaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2018-08-04cardem: minor typo fix in commentKévin Redon1-2/+2
2018-08-04add synchronous UART transmission and use it in exceptionsKévin Redon6-9/+108
2018-08-01sniff: send incomplete TPDU when reset is assertedKévin Redon1-0/+17
2018-07-30cardem: use TC2 as WI and update WT after ATRKévin Redon1-5/+33
2018-07-30cardem: use TC_ETU to trigger ATR sendingKévin Redon4-30/+104
2018-07-29cardem: increase watchdog to 2 secondsKévin Redon1-2/+2
2018-07-29cardem: show detailed reset causeKévin Redon1-1/+15
2018-07-29sniff: increase debug outputKévin Redon1-1/+3
2018-07-28sniff: fix ATR checksum calculationKévin Redon1-1/+1
2018-07-28sniff: ensure the checksum error flag is also printedKévin Redon1-14/+33
2018-07-26sniff: rename reset hold/release to assert/deassertKévin Redon2-6/+6
2018-07-24I2C: return error after failed writeKévin Redon1-7/+7
2018-07-24I2C: add wait time after write to let EEPROM writeKévin Redon1-0/+2
2018-07-18cardem: fix USB message parsingKévin Redon1-1/+1
2018-07-18cardem: fix typoKévin Redon2-8/+8
2018-07-11sniff: add checksum verification for ATR and PPSKévin Redon2-3/+24
2018-07-11fix 'ISO_S_IN_ATR not handled' gcc warningKévin Redon1-8/+4
2018-07-11make adc2uv commonKévin Redon3-9/+3
2018-07-11sniffer: fix inverted reset meaningKévin Redon1-7/+7
2018-07-11sniffer: only allocate USB message if queue is not too longKévin Redon1-0/+8
2018-07-11sniffer: also send malformed message over USBKévin Redon1-1/+15
2018-07-11minor: fix linker warningKévin Redon1-1/+1
2018-07-11sniffer: set LED patternKévin Redon2-3/+8
2018-07-11LED: add need patternKévin Redon2-0/+13
2018-07-11sniffer: move reset handling from ISR to main loopKévin Redon1-8/+16
2018-07-11sniffer: move data print before USB sendKévin Redon1-12/+13
2018-07-11USB: add flags for sniff data and centralise transferKévin Redon2-79/+85
2018-07-11cosmetic: put spaces around operationsKévin Redon1-72/+72
2018-07-11replace leading spaces with tabsKévin Redon17-1879/+1879
2018-07-11set linux end of lineKévin Redon16-6071/+6071
2018-07-11firmware: set license to GPLv2+Kévin Redon51-118/+791
2018-07-11DFU: use central DFU override checkKévin Redon2-28/+51
2018-07-07DFU: re-enable UART after testing forced bootloaderKévin Redon1-8/+20
2018-07-07UART: remove unused codeKévin Redon1-1/+0
2018-07-07UART: make IRQ/ISR enabling simplerKévin Redon1-8/+4
2018-07-07DFU: disable configured console UART before starting main appKévin Redon3-0/+19
2018-07-07DFU: set stack pointer before starting main appKévin Redon1-1/+5
2018-07-04buffer: increase buffer size to 512 to cope with fast and long TPDUsKévin Redon1-1/+1
2018-07-04fix LED switching on/offKing Kévin1-2/+2
2018-07-04minor style change: use ARRAY_SIZEKing Kévin1-2/+1
2018-07-04sniffer: add waiting time WT updateKing Kévin1-6/+66
2018-07-04sniffing: decrease USB IRQ prioprity to prevent USART overrunKévin Redon1-0/+4
2018-07-04sniffing: fix procedure byte handling and make TPDU parsing more strictKévin Redon1-4/+12
2018-07-04sniffer: also send incomplete (e.g. timeout) data (PPS/ATR/TPDU)Kévin Redon1-26/+41
2018-07-04sniffing: move conversion convertion and flag processing from ISR to main loo...Kévin Redon1-51/+75
2018-07-04console: drop data to be send when buffer is already fullKévin Redon1-10/+8
2018-07-04sniffer: display F and D values frim PPSKévin Redon3-3/+9
2018-07-04sniffer USB: implement USB communication and send parsed messagesKévin Redon1-62/+223
2018-07-04USB device: add USB message structure for sniffer communicationKévin Redon1-12/+52
2018-07-04USB: add central file to define USB IDs, classes, and endpointsKévin Redon11-105/+121