index
:
openpcd
master
Firmware for the OpenPCD, OpenPICC and SIMtrace hardware
laforge@gnumonks.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
improve handling of spurious IRQs
Min Xu
2014-11-11
1
-6
/
+21
*
Allow some USB interrupts to be handled during dbgu_append
Min Xu
2014-11-11
1
-1
/
+3
*
Retrieve + print previous PC from stack to debug wdog/spurious IRQ
Min Xu
2014-11-11
2
-3
/
+31
*
Don't split req_ctx with ATR payload
Min Xu
2014-11-11
1
-1
/
+4
*
iso_uart: Print more errors, not just overruns
Min Xu
2014-11-11
3
-4
/
+10
*
change number + qty of small/large req_ctx
Min Xu
2014-11-11
2
-12
/
+7
*
pcd_enumerate: More complete USB endpoint resetting
Min Xu
2014-11-11
1
-9
/
+7
*
req_ctx: Keep statistic about number of req_ctx in given state
Min Xu
2014-11-11
3
-4
/
+19
*
Ensure to transmit current req_ctx on RESET/VCC events
Min Xu
2014-11-11
4
-2
/
+31
*
iso7816_uart.h: add missing #ifdef/endif to avoid multiple inclusion
Min Xu
2014-11-11
1
-0
/
+4
*
usbcmd_generic: Add missing \r to DEBUGP()
Min Xu
2014-11-11
1
-1
/
+1
*
watchdog: print watchdog expiration even in non-debug builds
Min Xu
2014-11-11
1
-2
/
+2
*
pcd_enumerate: Avoid disabling interrupt during endpoint refill
Min Xu
2014-11-11
1
-25
/
+28
*
simtrace: Add heartbeat message to debug console
Min Xu
2014-11-11
3
-0
/
+20
*
dbgu: make debug routines re-entrant
Min Xu
2014-11-11
3
-120
/
+193
*
req_ctx: Change number of small / large req_ctx
Min Xu
2014-11-11
1
-1
/
+5
*
req_ctx: avoid loop iterations by introducing per-state queues
Min Xu
2014-11-11
2
-23
/
+120
*
change req_ctx sizes large 2048->1000; small 128->270
Min Xu
2014-11-11
1
-2
/
+2
*
req_ctx: Use consistent numeric range for REQ_CTX_STATE
Min Xu
2014-11-11
2
-21
/
+24
*
update main_factory to write version 1,4,0 instead of 1,3,0 to OTP
Harald Welte
2014-11-11
1
-1
/
+1
*
simtrace: main_factory: Program OTP area with simtrace version
Harald Welte
2013-11-17
1
-3
/
+21
*
simtrace: Add OTP data containing production data
Harald Welte
2013-11-17
2
-0
/
+112
*
spi_flash: add code for OTP read/write
Harald Welte
2013-11-17
2
-18
/
+251
*
iso7816_uart: Make sure ATR is separated from normal APDU in all cases
Harald Welte
2012-05-18
1
-7
/
+12
*
7816_uart: add comment about f/d calculation
Harald Welte
2012-05-18
1
-0
/
+2
*
simtrace: introduce statistics
v0.5
Harald Welte
2012-03-23
3
-2
/
+58
*
wdt: make sure WDT doesn't fire inadvertently
Harald Welte
2012-03-22
1
-6
/
+13
*
simtrace: implement SIM power switching API
Harald Welte
2012-03-22
2
-18
/
+48
*
make VCC / card detect more reliable
Harald Welte
2012-03-22
1
-2
/
+2
*
disable logging of PIO status in PIO interrupt routine
Harald Welte
2012-03-22
1
-1
/
+1
*
simtrace: Inform host of Fi/Di values (and flag change due to PPS)
Harald Welte
2012-02-12
1
-0
/
+5
*
simtrace: 7816 UART: Add missing entry in Di table
Sylvain Munaut
2012-01-26
1
-1
/
+1
*
Make sure we don't forward power _and_ supply SIM power at the same time
Kevin Redon
2011-12-18
2
-1
/
+20
*
usb: Do not send ZLP when we have filled the window
v0.4
Holger Hans Peter Freyther
2011-12-14
3
-49
/
+53
*
dfu: Remove unused variable, mark method as not retuning
Holger Hans Peter Freyther
2011-11-10
1
-3
/
+1
*
dfu: Use {} for possible empty if statement (in case debug is off)
Holger Hans Peter Freyther
2011-11-10
1
-1
/
+3
*
dfu: Mark unsued variables as __unused for now
Holger Hans Peter Freyther
2011-11-10
1
-4
/
+4
*
dfu: udp_ep0_recv_clean is static and is not called anywhere
Holger Hans Peter Freyther
2011-11-10
1
-14
/
+0
*
dfu: The i variable to disable interrupts shadows the outer index
Holger Hans Peter Freyther
2011-11-10
1
-3
/
+3
*
fix linking issue with latest binutils versions
v0.3
Bjoern Kerler
2011-10-21
1
-1
/
+1
*
Fix fi/di calculation for certain mobiles like GT-S770 or HTC Raphael
Bjoern Kerler
2011-10-21
1
-3
/
+3
*
SIMTRACE: ISO7816: Deal with ATR that don't have historical bytes
v0.2
Harald Welte
2011-08-16
1
-11
/
+21
*
ISO7816: Properly handle T=0 only cards without TCK in ATR
Harald Welte
2011-08-16
1
-1
/
+13
*
SIMTRACE UART: Reset error status on error related IRQ
Harald Welte
2011-08-15
1
-0
/
+9
*
simtrace UART: set INACK flag to make sure we ignore any parity error
Harald Welte
2011-08-15
1
-3
/
+3
*
DBGU: Print Reset controller Status Register on boot
Harald Welte
2011-08-15
1
-0
/
+4
*
USB: Add support for the 3rd DFU interface (RAM)
Harald Welte
2011-08-15
1
-0
/
+6
*
DFU: Fix execution of software that was loaded to RAM via DFU
v0.1
Harald Welte
2011-07-30
1
-8
/
+17
*
DFU: Support re-flashing of DFU via DFU
Harald Welte
2011-07-30
1
-16
/
+132
*
DFU: add third 'alternate configuration' for RAM load
Harald Welte
2011-07-30
8
-10
/
+36
[next]
personal git repositories of
Harald Welte
. Your mileage may vary