summaryrefslogtreecommitdiff
path: root/firmware/src/simtrace/iso7816_uart.c
Commit message (Expand)AuthorAgeFilesLines
* convert from u_int*_t to uint*_tHarald Welte2015-09-281-28/+28
* Don't split req_ctx with ATR payloadMin Xu2014-11-111-1/+4
* iso_uart: Print more errors, not just overrunsMin Xu2014-11-111-2/+8
* Ensure to transmit current req_ctx on RESET/VCC eventsMin Xu2014-11-111-0/+21
* simtrace: Add heartbeat message to debug consoleMin Xu2014-11-111-0/+10
* iso7816_uart: Make sure ATR is separated from normal APDU in all casesHarald Welte2012-05-181-7/+12
* 7816_uart: add comment about f/d calculationHarald Welte2012-05-181-0/+2
* simtrace: introduce statisticsv0.5Harald Welte2012-03-231-1/+32
* simtrace: Inform host of Fi/Di values (and flag change due to PPS)Harald Welte2012-02-121-0/+5
* simtrace: 7816 UART: Add missing entry in Di tableSylvain Munaut2012-01-261-1/+1
* Fix fi/di calculation for certain mobiles like GT-S770 or HTC RaphaelBjoern Kerler2011-10-211-3/+3
* SIMTRACE: ISO7816: Deal with ATR that don't have historical bytesv0.2Harald Welte2011-08-161-11/+21
* ISO7816: Properly handle T=0 only cards without TCK in ATRHarald Welte2011-08-161-1/+13
* SIMTRACE UART: Reset error status on error related IRQHarald Welte2011-08-151-0/+9
* simtrace UART: set INACK flag to make sure we ignore any parity errorHarald Welte2011-08-151-3/+3
* simtrace: Make sure ATR is sent in its own RCTX and we re-allocate in timeHarald Welte2010-11-211-1/+11
* simtrace: Introduce code for proper handling of PTS / PPSHarald Welte2010-11-181-12/+148
* simtrace: add TC based waiting time counter, signal ATR / expiry via USBHarald Welte2010-11-181-75/+151
* simtrace: introduce RST pin handlingHarald Welte2010-11-141-12/+32
* Initial version of a SAM7 USART based ISO7816-3 T=0 snifferHarald Welte2010-11-141-0/+399
personal git repositories of Harald Welte. Your mileage may vary