aboutsummaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2019-09-24cardem: ignore set ATRkevin/cardemKévin Redon1-1/+4
2019-09-24cardem: fix TPDU state checkKévin Redon1-1/+1
2019-07-18cardem: ensure VCC_PHONE is floatingKévin Redon2-1/+17
2019-07-18cardem: use USART timeout for waiting timeKévin Redon7-114/+291
2019-06-13make: only compile source for corresponding appKévin Redon4-2/+13
2019-05-15use simplest ATRKévin Redon1-2/+2
2019-05-14make sim switch board specificKévin Redon4-0/+161
2019-05-14minor add commentsKévin Redon1-22/+27
2019-05-14rename PIN_PHONE_IO to PIN_USIM1_IOKévin Redon1-2/+2
2019-05-14better detect VCC and nRST changesKévin Redon1-2/+2
2019-05-14add ISO 7816-3 library to remsim projectKévin Redon1-1/+1
2019-05-14add library providing ISO 7816-3 utilitiesKévin Redon2-0/+221
2019-05-14minor : fix typo in commentKévin Redon1-2/+2
2019-02-07minor: improve debug outputKévin Redon1-2/+2
2019-02-07minor: move USB debug output from info to debug levelKévin Redon1-24/+24
2019-02-07minor: make debug output only verbose in info levelKévin Redon1-1/+5
2019-02-07minor: use same LED pattern for cardem as other opplicationsKévin Redon1-1/+2
2019-02-07minor: updated copyright yearsKévin Redon2-4/+6
2019-02-07minor: fix spacingKévin Redon1-2/+2
2018-10-25cardem: add more debug information for TPDU stateKévin Redon1-14/+79
2018-09-06owhw: add missing function board_main_topKévin Redon1-0/+8
2018-09-06owhw: add missing function board_exec_dbg_cmdKévin Redon1-0/+18
2018-09-06minor: update copyrightKévin Redon6-0/+8
2018-09-06minor: fix typo in commentKévin Redon1-2/+1
2018-09-06minor: add checks on configurations and functionsKévin Redon1-5/+17
2018-09-04qmod: add LED user controlKévin Redon1-0/+21
2018-09-04EEPROM: fix Wformat compile warningKévin Redon1-2/+2
2018-09-03qmod: output EEPROM data only on debug level, and add completion outputKévin Redon1-3/+5
2018-09-03DFU: fix Wformat compile warningKévin Redon1-1/+1
2018-09-03stdio: fix detection of malformated format stringsKévin Redon1-8/+18
2018-08-28stdio: add void 'l' format string qualifierKévin Redon1-13/+16
2018-08-28UART: switch baud rate to 921600 bpsKévin Redon2-3/+8
2018-08-28set main clock for using UART at 921600 bpsKévin Redon5-25/+31
2018-08-26owhw: Fix cardem GPIO initialization pointer valueHarald Welte1-1/+1
2018-08-26firmware: Enable -Wformat and resolve all related compiler warningsHarald Welte13-23/+24
2018-08-26Makefiles: Add "make install" targetHarald Welte1-0/+4
2018-08-07qmod: error on EEPROM erase failKévin Redon1-3/+5
2018-08-07USB: increase USB reset timeKévin Redon4-9/+23
2018-08-07qmod: Add 'e' command for erasing the EEPROMHarald Welte1-0/+24
2018-08-06gcc: fix warningKévin Redon1-1/+1
2018-08-04cardem (minor): trace tx data send over USBKévin Redon1-0/+3
2018-08-04add libosmcore utilitiesKévin Redon1-0/+632
2018-08-04cardem: add state name in traceKévin Redon1-2/+19
2018-08-04cardem (minor): remove to verbose log traceKévin Redon1-1/+0
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