Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iso_uart: Print more errors, not just overruns | Min Xu | 2014-11-11 | 1 | -1/+1 |
| | |||||
* | Ensure to transmit current req_ctx on RESET/VCC events | Min Xu | 2014-11-11 | 1 | -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 inclusion | Min Xu | 2014-11-11 | 1 | -0/+4 |
| | |||||
* | simtrace: Add heartbeat message to debug console | Min Xu | 2014-11-11 | 1 | -0/+1 |
| | |||||
* | simtrace: introduce statisticsv0.5 | Harald Welte | 2012-03-23 | 1 | -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 USB | Harald Welte | 2010-11-18 | 1 | -0/+6 |