summaryrefslogtreecommitdiff
path: root/firmware/src/simtrace/sim_switch.c
Commit message (Collapse)AuthorAgeFilesLines
* convert from u_int*_t to uint*_tHarald Welte2015-09-281-2/+2
|
* Ensure to transmit current req_ctx on RESET/VCC eventsMin Xu2014-11-111-2/+5
| | | | | | | | | | | | | | | | | | 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.
* make VCC / card detect more reliableHarald Welte2012-03-221-2/+2
|
* simtrace: add VCC_PHINE IRQ detectionHarald Welte2011-06-211-0/+19
|
* simtrace: introduce mode sniffer / mitm switchingHarald Welte2011-06-171-4/+4
|
* simtrace: add support for the analog bus switchHarald Welte2011-06-161-0/+76
personal git repositories of Harald Welte. Your mileage may vary