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