summaryrefslogtreecommitdiff
path: root/firmware/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* DBGU: Print Reset controller Status Register on bootHarald Welte2011-08-151-0/+4
* USB: Add support for the 3rd DFU interface (RAM)Harald Welte2011-08-151-0/+6
* DFU: Fix execution of software that was loaded to RAM via DFUv0.1Harald Welte2011-07-301-8/+17
* DFU: Support re-flashing of DFU via DFUHarald Welte2011-07-301-16/+132
* DFU: add third 'alternate configuration' for RAM loadHarald Welte2011-07-308-10/+36
* simtrace: add some early spi flash utility routinesHarald Welte2011-07-302-0/+224
* add new RUN_FROM_RAM run-mode for direct DFU-to-RAM supportHarald Welte2011-07-302-1/+3
* sam7dfu: update copyright yearsHarald Welte2011-07-291-1/+1
* sam7dfu: make sure we can use USB reset to get from DFU -> APPHarald Welte2011-07-291-2/+14
* USB driver: use the DFU-provided function to send EP0 dataHarald Welte2011-07-071-48/+1
* dfu: fix EP0 IN trasnfers that are even multiple of 8Harald Welte2011-07-071-4/+14
* simtrace: initialize sniffer mode right after start-upHarald Welte2011-06-301-18/+22
* simtrace: switch VCC_SIM into output mode, as we use it to supply VccHarald Welte2011-06-211-2/+8
* simtrace: add VCC_PHINE IRQ detectionHarald Welte2011-06-211-0/+19
* simtrace: use better names for GPIO linesHarald Welte2011-06-211-4/+5
* simtrace: introduce mode sniffer / mitm switchingHarald Welte2011-06-173-8/+58
* simtrace: add support for the analog bus switchHarald Welte2011-06-164-2/+94
* simtrace: add more definitions regarding real hw prototypeHarald Welte2011-06-162-1/+22
* update USB strings (company name and some copy+paste mistakes)Harald Welte2011-06-152-3/+3
* typo: Fix typo, transform reqyests to requests.Holger Hans Peter Freyther2011-01-317-7/+7
* add missing usb_strings_dfu.txt file to simtrace directoryHarald Welte2010-12-091-0/+5
* simtrace: Make sure ATR is sent in its own RCTX and we re-allocate in timeHarald Welte2010-11-211-1/+11
* req_ctx: Increase size of small req_ctx to 128 and have 16 instead of 8Harald Welte2010-11-182-3/+3
* simtrace: fix problems causing bogus waiting time expirationsHarald Welte2010-11-181-1/+5
* 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-186-80/+292
* simtrace: introduce RST pin handlingHarald Welte2010-11-141-12/+32
* Initial version of a SAM7 USART based ISO7816-3 T=0 snifferHarald Welte2010-11-145-2/+526
* enable USB string descriptorsHarald Welte2010-11-141-1/+1
* disable USB EP0 debuggingHarald Welte2010-11-141-1/+1
* Use smaller number of request contexts on a SAM64Harald Welte2010-11-131-0/+5
* On the Olimex board, the buttons are low-activeHarald Welte2010-11-131-1/+7
* * move usb descriptors into separate file (src/os/usb_descriptors_openpcd.h)laforge2008-02-235-97/+319
* allow GETSTATE and GETSTATUS requests in MANIFEST state (compatibility with d...laforge2008-02-171-3/+19
* fix USB strings: OpenPCD is a RFID Reader, not a simulatorlaforge2008-02-172-2/+2
* add rc632 eeprom write functionlaforge2008-02-081-0/+51
* Add watchdog reset to dfuhenryk2007-11-071-1/+8
* main_presence initial check in - continuous scanning for new tag idmeri2007-04-101-0/+163
* make sure that WDT_DEBUG is undefinedmeri2007-04-101-1/+3
* add power control function definitionmeri2007-04-101-2/+2
* decreased USB debug verbosity to allow full debug code inclusionmeri2007-04-101-4/+4
* deleted unsused filesmeri2007-04-102-75/+0
* added blinking green LED to visualize USB inner loop activity - important to ...meri2007-04-101-1/+12
* added watchdog time support and debouncing on power-cyclemeri2007-04-103-10/+12
* removed ugly CR/LFmeri2007-04-101-25/+25
* added several new USB commands: remote reset, API version and read/write vola...meri2007-04-102-9/+90
personal git repositories of Harald Welte. Your mileage may vary