summaryrefslogtreecommitdiff
path: root/firmware/src/simtrace.h
Commit message (Collapse)AuthorAgeFilesLines
* simtrace: implement SIM power switching APIHarald Welte2012-03-221-2/+2
| | | | | | | | | there is now a high-level command by which we can swithc the VCC supply of the SIM cards. For some reason, the _PASS variant (passing through the voltage from the phone) doesn't seem to work reliably. It might be that we are draining reverse current throught the LDO once we supply SIM power that way.
* Make sure we don't forward power _and_ supply SIM power at the same timeKevin Redon2011-12-181-1/+10
| | | | | | | | The FPF2005 has no reverse voltage blocker, this is why the 3.3V from the LDO flows back into VCC_PHONE. It even damages the chip (so says the datasheet) I corrected the double power source problem by disabling the LDO (see patch), but still 1.8V does not work and 3.0-3.3V is used. I have to look for other reasons.
* simtrace: use better names for GPIO linesHarald Welte2011-06-211-4/+5
|
* simtrace: introduce mode sniffer / mitm switchingHarald Welte2011-06-171-2/+8
|
* simtrace: add more definitions regarding real hw prototypeHarald Welte2011-06-161-1/+19
|
* simtrace: add TC based waiting time counter, signal ATR / expiry via USBHarald Welte2010-11-181-2/+0
|
* Initial version of a SAM7 USART based ISO7816-3 T=0 snifferHarald Welte2010-11-141-0/+18
personal git repositories of Harald Welte. Your mileage may vary