summaryrefslogtreecommitdiff
path: root/firmware/src/simtrace/iso7816_uart.h
Commit message (Collapse)AuthorAgeFilesLines
* iso_uart: Print more errors, not just overrunsMin Xu2014-11-111-1/+1
|
* Ensure to transmit current req_ctx on RESET/VCC eventsMin Xu2014-11-111-0/+2
| | | | | | | | | | | | | | | | | | When any of the following events occur: * VCC_PHONE off * nRST * RST we tranmsit the current req_ctx, if there is data pending. This ensures that for any successive data, the ATR flag in the next req_ctx containing the data, not in the previous req_ctx. It also ensures that the ATR is aligned at 0 offset in the new req_ctx, which is an assumption the host software makes but the previous code didn't ensure. Furthermore, we introduce a periodic flushing of any pending but incomplete req_ctx.
* iso7816_uart.h: add missing #ifdef/endif to avoid multiple inclusionMin Xu2014-11-111-0/+4
|
* simtrace: Add heartbeat message to debug consoleMin Xu2014-11-111-0/+1
|
* simtrace: introduce statisticsv0.5Harald Welte2012-03-231-0/+2
| | | | | | the statistics count various events like overruns, parity errors, missing rctx and can dump those stats via USB as well as on the serial console.
* simtrace: add TC based waiting time counter, signal ATR / expiry via USBHarald Welte2010-11-181-0/+6
personal git repositories of Harald Welte. Your mileage may vary