1. c1ffc8a iso7816_fidi: Add iso7816_3_ prefix to symbols; fix terminology by Harald Welte · 3 years, 6 months ago
  2. bfd27af firmware: Reformat value_string to pass our validation scripts by Harald Welte · 4 years, 9 months ago
  3. 3864a79 minor: improve debug output by Kévin Redon · 6 years ago
  4. c394109 firmware: Enable -Wformat and resolve all related compiler warnings by Harald Welte · 6 years ago
  5. dd36d9b sniff: send incomplete TPDU when reset is asserted by Kévin Redon · 6 years ago
  6. 2a44dc5 sniff: increase debug output by Kévin Redon · 6 years ago
  7. ec396bf sniff: fix ATR checksum calculation by Kévin Redon · 6 years ago
  8. 6971996 sniff: ensure the checksum error flag is also printed by Kévin Redon · 6 years ago
  9. 8e84f81 sniff: rename reset hold/release to assert/deassert by Kévin Redon · 6 years ago
  10. f66af0c sniff: add checksum verification for ATR and PPS by Kévin Redon · 6 years ago
  11. f000831 sniffer: fix inverted reset meaning by Kévin Redon · 6 years ago
  12. b37bda0 sniffer: only allocate USB message if queue is not too long by Kévin Redon · 6 years ago
  13. c6b9680 sniffer: also send malformed message over USB by Kévin Redon · 6 years ago
  14. a95bb1e minor: fix linker warning by Kévin Redon · 6 years ago
  15. da5578b sniffer: set LED pattern by Kévin Redon · 6 years ago
  16. a2fccba sniffer: move reset handling from ISR to main loop by Kévin Redon · 6 years ago
  17. 411428e sniffer: move data print before USB send by Kévin Redon · 6 years ago
  18. f82f0f6 USB: add flags for sniff data and centralise transfer by Kévin Redon · 6 years ago
  19. 55f0612 cosmetic: put spaces around operations by Kévin Redon · 6 years ago
  20. 9a12d68 firmware: set license to GPLv2+ by Kévin Redon · 6 years ago
  21. 1200a52 sniffer: add waiting time WT update by King Kévin · 6 years ago
  22. fe763b7 sniffing: decrease USB IRQ prioprity to prevent USART overrun by Kévin Redon · 6 years ago
  23. c9bd715 sniffing: fix procedure byte handling and make TPDU parsing more strict by Kévin Redon · 6 years ago
  24. 35e8bdf sniffer: also send incomplete (e.g. timeout) data (PPS/ATR/TPDU) by Kévin Redon · 6 years ago
  25. 709a431 sniffing: move conversion convertion and flag processing from ISR to main loop to keep ISR fast and focus on data capture by Kévin Redon · 6 years ago
  26. 7406337 sniffer: display F and D values frim PPS by Kévin Redon · 6 years ago
  27. de97fd2 sniffer USB: implement USB communication and send parsed messages by Kévin Redon · 6 years ago
  28. 638cec8 sniff: add WT timeout detection using USART timeout (TC is not required) by Kévin Redon · 6 years ago
  29. 00ec89d sniff: add TPDU parsing (TPDUs become APDUs on the upper layer) by Kévin Redon · 6 years ago
  30. cf59919 sniff: print parsed ATR and PPS; use red LED to show main application is running; use green LED to indicate activity (message parsed) by Kévin Redon · 6 years ago
  31. 8fa6ff5 sniffer: use ISR to store sniffed data in buffer, add ATR and PPS parsing, and PPS related FiDi update by Kévin Redon · 6 years ago
  32. d7a6de5 sniffer: add state definitions, improve IRQ handling, update pins configuration by Kévin Redon · 6 years ago
  33. ee62a9d simtrace: add dedicated power pins configuration for sniffing by Kévin Redon · 6 years ago
  34. 45ad62d sniff: use USART 0 instead of USART 1 by Kévin Redon · 6 years ago
  35. 7b73462 sniff mode: handle USART 1 RX interrupt to show sniffer data by Kévin Redon · 6 years ago
  36. 36abece enable (empty) sniffer support for SIMtrace board by Kévin Redon · 6 years ago
  37. ed75c62 {ccid,sniffer}.c: Add comments on USB callbacks by Harald Welte · 7 years ago
  38. d8a003d Structure build system to build for multiple boards/apps/environments by Harald Welte · 8 years ago[Renamed from firmware/src_simtrace/sniffer.c]
  39. 7dd3dfd convert all src_simtrace code to kernel coding style by Harald Welte · 9 years ago
  40. 2fb5996 owhw: fix GPIO definitions (output low level by default) by Harald Welte · 9 years ago
  41. 1b65ad0 sniffer.c: Removed unused PR macro defnition by Christina Quast · 9 years ago
  42. ec9c09e Moved global Usart state into usart struct by Christina Quast · 9 years ago
  43. 911bf26 sniffer.c: Enable/disable interrupts in init/exit function by Christina Quast · 9 years ago
  44. b595e7c Merge branch 'new_iso_init' (sniffer not working) by Christina Quast · 9 years ago
  45. 2b8a18b Sniffer with ringbuf, works SOMETIMES by Christina Quast · 9 years ago
  46. 4db82e0 ringbuffer implementation by Christina Quast · 9 years ago
  47. e24b9ac ISO7816_Init: Initialized with USART by Christina Quast · 9 years ago
  48. 95d6616 Split init into configure and init by Christina Quast · 9 years ago
  49. e2dddd5 Renamed simtrace_src to src_simtrace by Christina Quast · 9 years ago[Renamed from firmware/simtrace_src/sniffer.c]
  50. 4396fee Rename simtrace/ to simtrace_src by Christina Quast · 9 years ago[Renamed from firmware/simtrace/sniffer.c]
  51. 5a67c0f Renamed main folder to firmware by Christina Quast · 9 years ago[Renamed from sam3s_example/simtrace/sniffer.c]
  52. 73e5658 sniffer: removed debug write by Christina Quast · 10 years ago
  53. 4ba4d22 sniffer functionality fixed buffer by Christina Quast · 10 years ago
  54. fb524b9 Function pointer struct in main for run,init by Christina Quast · 10 years ago
  55. d2b05f0 comment changed by Christina Quast · 10 years ago
  56. c0aa769 Redundant functions in phone and sniffer moved by Christina Quast · 10 years ago
  57. 27c643d Sniffer functionality and sniffer bus board config by Christina Quast · 10 years ago
  58. a90eefa sniffer functions by Christina Quast · 10 years ago