summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add README.mdHEADmasterHarald Welte2017-03-171-0/+58
* convert from u_int*_t to uint*_tHarald Welte2015-09-2871-613/+614
* Merge branch 'minxu-fixes'Harald Welte2014-11-1113-214/+509
|\
| * improve handling of spurious IRQsMin Xu2014-11-111-6/+21
| * Allow some USB interrupts to be handled during dbgu_appendMin Xu2014-11-111-1/+3
| * Retrieve + print previous PC from stack to debug wdog/spurious IRQMin Xu2014-11-112-3/+31
| * Don't split req_ctx with ATR payloadMin Xu2014-11-111-1/+4
| * iso_uart: Print more errors, not just overrunsMin Xu2014-11-113-4/+10
| * change number + qty of small/large req_ctxMin Xu2014-11-112-12/+7
| * pcd_enumerate: More complete USB endpoint resettingMin Xu2014-11-111-9/+7
| * req_ctx: Keep statistic about number of req_ctx in given stateMin Xu2014-11-113-4/+19
| * Ensure to transmit current req_ctx on RESET/VCC eventsMin Xu2014-11-114-2/+31
| * iso7816_uart.h: add missing #ifdef/endif to avoid multiple inclusionMin Xu2014-11-111-0/+4
| * usbcmd_generic: Add missing \r to DEBUGP()Min Xu2014-11-111-1/+1
| * watchdog: print watchdog expiration even in non-debug buildsMin Xu2014-11-111-2/+2
| * pcd_enumerate: Avoid disabling interrupt during endpoint refillMin Xu2014-11-111-25/+28
| * simtrace: Add heartbeat message to debug consoleMin Xu2014-11-113-0/+20
| * dbgu: make debug routines re-entrantMin Xu2014-11-113-120/+193
| * req_ctx: Change number of small / large req_ctxMin Xu2014-11-111-1/+5
| * req_ctx: avoid loop iterations by introducing per-state queuesMin Xu2014-11-112-23/+120
| * change req_ctx sizes large 2048->1000; small 128->270Min Xu2014-11-111-2/+2
| * req_ctx: Use consistent numeric range for REQ_CTX_STATEMin Xu2014-11-112-21/+24
|/
* update main_factory to write version 1,4,0 instead of 1,3,0 to OTPHarald Welte2014-11-111-1/+1
* simtrace: main_factory: Program OTP area with simtrace versionHarald Welte2013-11-172-4/+23
* simtrace: Add OTP data containing production dataHarald Welte2013-11-172-0/+112
* spi_flash: add code for OTP read/writeHarald Welte2013-11-172-18/+251
* 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
* eabi: Remove EABI functions to fix building with EABI toolchainsHolger Freyther2012-04-081-99/+0
* simtrace: introduce statisticsv0.5Harald Welte2012-03-234-2/+70
* wdt: make sure WDT doesn't fire inadvertentlyHarald Welte2012-03-221-6/+13
* simtrace: implement SIM power switching APIHarald Welte2012-03-222-18/+48
* make VCC / card detect more reliableHarald Welte2012-03-221-2/+2
* disable logging of PIO status in PIO interrupt routineHarald Welte2012-03-221-1/+1
* simtrace: Inform host of Fi/Di values (and flag change due to PPS)Harald Welte2012-02-122-0/+6
* simtrace: 7816 UART: Add missing entry in Di tableSylvain Munaut2012-01-261-1/+1
* Make sure we don't forward power _and_ supply SIM power at the same timeKevin Redon2011-12-182-1/+20
* usb: Do not send ZLP when we have filled the windowv0.4Holger Hans Peter Freyther2011-12-143-49/+53
* dfu: Remove unused variable, mark method as not retuningHolger Hans Peter Freyther2011-11-102-3/+2
* dfu: Use {} for possible empty if statement (in case debug is off)Holger Hans Peter Freyther2011-11-101-1/+3
* dfu: Mark unsued variables as __unused for nowHolger Hans Peter Freyther2011-11-102-4/+6
* dfu: udp_ep0_recv_clean is static and is not called anywhereHolger Hans Peter Freyther2011-11-101-14/+0
* dfu: The i variable to disable interrupts shadows the outer indexHolger Hans Peter Freyther2011-11-101-3/+3
* fix linking issue with latest binutils versionsv0.3Bjoern Kerler2011-10-211-1/+1
* Fix fi/di calculation for certain mobiles like GT-S770 or HTC RaphaelBjoern Kerler2011-10-211-3/+3
* Update TODO fileHarald Welte2011-08-161-5/+0
* 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
personal git repositories of Harald Welte. Your mileage may vary