1. 4e73aae contrib: integrate RPM spec by Oliver Smith · 4 years, 4 months ago
  2. 45e34c6 contrib: import RPM spec by Oliver Smith · 4 years, 4 months ago
  3. f46de7b simtrace2_siff: getopt_long() returns int, not char by Harald Welte · 4 years, 6 months ago
  4. e424929 pio_it.c: Permit repeated calls to PIO_ConfigureIt() by Harald Welte · 4 years, 6 months ago
  5. a625ef0 USBD.c: Don't reset EP0 on SetConfiguration(0) by Harald Welte · 4 years, 6 months ago
  6. 823f453 cosmetic: Add missing CR to LF in dispatch_received_usb_msg() by Harald Welte · 4 years, 7 months ago
  7. 13cb311 extend osmo_st2_cardem_inst with fields required by osmo-remsim by Harald Welte · 4 years, 7 months ago
  8. e6806e5 cardem: Fix infinite loop + watchdog reset on long OUT message by Harald Welte · 4 years, 7 months ago
  9. 37220cc Disable interrupts during EEFC_ReadUniqueID() by Harald Welte · 4 years, 7 months ago
  10. 0271237 simtrace2_api: Add osmo_st2_cardem_request_config() by Harald Welte · 4 years, 7 months ago
  11. baa6277 cardem: disable upload for simtrace2 by Eric Wild · 4 years, 8 months ago
  12. 1fad922 remsim: allow selecting pcsc reader number by Eric Wild · 4 years, 8 months ago
  13. c7173bc increase ringbuffer size from 512 to 1024 bytes by Harald Welte · 4 years, 8 months ago
  14. 02f01e8 host/lib/gsmtap.c: Add GPLv2 disclaimer by Harald Welte · 4 years, 8 months ago
  15. 575214f host: Add COPYING file for host software (GPLv2) by Harald Welte · 4 years, 8 months ago
  16. e88be9e add script to flash latest firmware by Kévin Redon · 4 years, 8 months ago
  17. b6e2f0f DFU: add DFU application by Kévin Redon · 4 years, 10 months ago
  18. 34200e4 firmware: apps/cardem/main.c: Synchronize with apps/trace/main.c by Harald Welte · 4 years, 8 months ago
  19. e3b2de4 firmware: move printing of welcome banner to common function print_banner() by Harald Welte · 4 years, 9 months ago
  20. ce4b5c2 library: Add osmo_st2_compatible_dev_idsp[] by Harald Welte · 4 years, 9 months ago
  21. 7f7de1e migrate to libosmousb by Harald Welte · 4 years, 9 months ago
  22. 8591495 Update .gitignore file for host by Harald Welte · 4 years, 9 months ago
  23. b566ea3 OSMO_ASSERT() on double-free or invalid pointer by Harald Welte · 4 years, 9 months ago
  24. 563601c [lib] apdu_dispatch: Don't print APDU state to stdout by Harald Welte · 4 years, 9 months ago
  25. e9556ef [lib] apdu_dispatch: Use DLGLOBAL and don't printf() directly by Harald Welte · 4 years, 9 months ago
  26. cdc0853 jenkins.sh: Add verify_value_string_arrays_are_terminated.py by Harald Welte · 4 years, 9 months ago
  27. bfd27af firmware: Reformat value_string to pass our validation scripts by Harald Welte · 4 years, 9 months ago
  28. 17cda3d simtrace2-sniff: Reformat value_string to pass our validation scripts by Harald Welte · 4 years, 9 months ago
  29. e213cc4 cardem: Implement support for CEMU_FEAT_F_STATUS_IRQ by Harald Welte · 4 years, 9 months ago
  30. a5bbe78 cardem: Add SIMTRACE_MSGT_BD_CEMU_CONFIG by Harald Welte · 4 years, 9 months ago
  31. 140f007 cardem: Make card_emu_report_status() optionally use IRQ endpoint by Harald Welte · 4 years, 9 months ago
  32. 12c9b7b card_emu: Remove extraneous initialization of ch->pts.state by Harald Welte · 4 years, 9 months ago
  33. 4d4405f card_emu: Remove extraneous code by Harald Welte · 4 years, 9 months ago
  34. 6a3a714 card_emu: Always print state names in string representation by Harald Welte · 4 years, 9 months ago
  35. e9f429d card_emu: Avoid recursive calls to card_set_state() by Harald Welte · 4 years, 9 months ago
  36. 02d0d73 card_emu: Initialize PTSS state every time we start PTS by Harald Welte · 4 years, 9 months ago
  37. 5b13602 host_communication: Send zero-length-packet on wMaxPacketSize by Harald Welte · 4 years, 9 months ago
  38. 81f4ef7 cardem: RST resets all state (including release of buffers) by Harald Welte · 4 years, 9 months ago
  39. fa197ca cardem: Move card_emu_io_statechg() calls out of interrupt context by Harald Welte · 4 years, 9 months ago
  40. e92cb50 card_emu: Factor out card_handle_reset() from card_emu_init() by Harald Welte · 4 years, 9 months ago
  41. 1714679 pseudo_talloc: Increment number of buffers from 10 to 20 by Harald Welte · 4 years, 9 months ago
  42. a812de8 usb_buf: Properly initialize buffered_endpoint->ep number by Harald Welte · 4 years, 9 months ago
  43. b0b457d USBD_HAL: Don't disable UDP peripheral clock on suspend by Harald Welte · 4 years, 9 months ago
  44. ad11709 usb_buf: Actually limit queue to 3 elements, not 4 by Harald Welte · 4 years, 9 months ago
  45. 56be0bf cardem: Fix memory leak on unsupported SIMTRACE_MSGT_DT_CEMU_CARDINSERT by Harald Welte · 4 years, 9 months ago
  46. 6011831 update copyright statement by Harald Welte · 4 years, 9 months ago
  47. 63c9e1f implement minimalistic talloc_report(); add 't' command on UART by Harald Welte · 4 years, 9 months ago
  48. 7c1d85e qmod: Document '!' and '@' commands on UART by Harald Welte · 4 years, 9 months ago
  49. 5872484 cosmetic: board_qmod: Annotate #endif with comments by Harald Welte · 4 years, 9 months ago
  50. f620c39 qmod: Don't print EEPROM operations in help when not supported by Harald Welte · 4 years, 9 months ago
  51. a14616c usb_buf: Limit the maximum queue length to 3 elements by Harald Welte · 4 years, 9 months ago
  52. f4a625b usb_buf: count number of elements in queue by Harald Welte · 4 years, 9 months ago
  53. 271be9d more comments in host_communication.c. by Harald Welte · 4 years, 9 months ago
  54. 342a7fe Add missing CR to achieve CRLF at end of log lines by Harald Welte · 4 years, 9 months ago
  55. 3c003cc Fix format string related warnings (int vs. long) by Harald Welte · 4 years, 9 months ago
  56. 37055b9 stdio: Add support for %p format string (pointer address) by Harald Welte · 4 years, 9 months ago
  57. 75a5f22 minor: improve trace output by Kévin Redon · 4 years, 10 months ago
  58. 198c3fb improve shared bootloader/application memory by Kévin Redon · 4 years, 10 months ago
  59. 98cf47a Makefile: add linker option showing memory usage by Kévin Redon · 4 years, 10 months ago
  60. 87940f1 Build only 'reasonable' combinations of APP/MEMORY by Harald Welte · 4 years, 10 months ago 0.7.0
  61. 36f888f Patch actual board name into the USB iProduct string descriptor by Harald Welte · 4 years, 10 months ago
  62. 0a7c691 usb_strings.txt: s/SIMtrace Phone/SIMtrace Card Emulation/ by Harald Welte · 4 years, 10 months ago
  63. c9af72d qmod DFU: Don't overwrite memory beyond end of usb_strings[] by Harald Welte · 4 years, 10 months ago
  64. d70836f DFU: restart bootloader when USB conf failed by Kévin Redon · 4 years, 10 months ago
  65. ed3ceec DFU: increase USB reset duration to 50 ms by Kévin Redon · 4 years, 10 months ago
  66. 15f48b2 minor: fix typo by Kévin Redon · 4 years, 10 months ago
  67. 503e184 cardem: use simplest ATR as default ATR by Kévin Redon · 5 years ago
  68. 24c6fe2 simtrace2-remsim: Use simplest ATR by Kévin Redon · 4 years, 10 months ago
  69. 8cbede7 minor: ignore usbstring binary by Kévin Redon · 5 years ago
  70. 8b6991c better detect VCC and nRST changes on simtrace2 board by Kévin Redon · 5 years ago
  71. 1cfc25e minor : fix typo in comment by Kévin Redon · 5 years ago
  72. 3864a79 minor: improve debug output by Kévin Redon · 6 years ago
  73. e051ddd minor: move USB debug output from info to debug level by Kévin Redon · 6 years ago
  74. 98fbf23 dfu: minor: make debug output only verbose in info level by Kévin Redon · 6 years ago
  75. 9b36787 minor: updated copyright years by Kévin Redon · 6 years ago
  76. 0b7e5f3 fix baudrate of 'make log' by Harald Welte · 4 years, 10 months ago
  77. 72a62cf minor: fix spacing by Kévin Redon · 6 years ago
  78. 483a320 simtrace2_api: Remove dead code by Harald Welte · 4 years, 10 months ago
  79. 71cfc2b Fix topdir Makefile and debian packaging by Oliver Smith · 4 years, 10 months ago 0.6.1
  80. 15e943a simtrace2-sniff.c: fix printf usage by Oliver Smith · 4 years, 10 months ago
  81. b7f94dc qmod: lower VCC threshold to 2.5V by Kévin Redon · 4 years, 10 months ago 0.6
  82. c90de69 free USB buffer when allocation failed by Kévin Redon · 4 years, 10 months ago
  83. 6f41349 merge simtrace2-discovery.[ch] to libusb_util.[ch] by Harald Welte · 4 years, 10 months ago
  84. 208890a use osmo_st2_ or osmo_ prefix for [shared] library symbols by Harald Welte · 4 years, 10 months ago
  85. 964cda3 host: use autotools and split shared code to libosmo-simtrace2 by Harald Welte · 4 years, 10 months ago
  86. 331fa5a remove unused function process_do_error() by Harald Welte · 4 years, 10 months ago
  87. 6fada56 simtrace2-remsim: Implement/Fix the 'skip_atr' option by Harald Welte · 4 years, 10 months ago
  88. 931fe55 fix typo: libisb -> libusb by Harald Welte · 4 years, 10 months ago
  89. d401b12 card_emu_tests: Cosmetic changes (re-order code; more comments) by Harald Welte · 5 years ago
  90. 389a404 add DFU enter override capability by Kévin Redon · 4 years, 10 months ago
  91. 5db9402 add serial and version info in USB description by Kévin Redon · 4 years, 10 months ago
  92. ac7e73a check RST/VCC/CLK line at every step of the activation by Kévin Redon · 4 years, 10 months ago
  93. 7233cf8 initialize VCC, RST, and VCC with actual values by Kévin Redon · 4 years, 10 months ago
  94. cdcdcc9 firmare/test/Makefile: Fix link order by Harald Welte · 5 years ago
  95. e876bf5 Attempt to fix master-simtrace2 publish stage (missing WORKSPACE env) by Harald Welte · 5 years ago
  96. f7f1ea8 add/fix mcp23017 i2c gpio expander functions and tests by Joachim Steiger · 5 years ago
  97. 3feadfa define LEDs for octsimtest by Kévin Redon · 5 years ago
  98. 9acff5e make LED definitions board specific by Kévin Redon · 5 years ago
  99. e5efbb1 hw: put board specific pin definition in corresponding file by Kévin Redon · 5 years ago
  100. ede87e0 USB: place version string in interface by Kévin Redon · 5 years ago