Release v0.8.2 on 2023-09-15
  1. ecafd5a firmware/Makefile: don't use distribution's CFLAGS by Oliver Smith · 9 months ago
  2. 61b4aad firmware: remove dfu-dfu default target by Eric Wild · 2 years, 6 months ago
  3. 7ac8518 firmware: add missing usb strings to blupdate that prevented building it by Eric Wild · 2 years, 7 months ago
  4. c85f52d firmware: drop cref printing by Eric Wild · 2 years, 7 months ago
  5. a079e2b firmware: increase reset delay before usb reattach by Eric Wild · 2 years, 7 months ago
  6. f83d42c firmware: remove usb pullup that dates back to simtrace1 by Eric Wild · 2 years, 7 months ago
  7. a7e306f firmware: add bootloader update "app" by Eric Wild · 2 years, 7 months ago
  8. 17bfa52 fix bootloader led config crash by Eric Wild · 2 years, 8 months ago
  9. a65fb1e clang build support by Eric Wild · 2 years, 8 months ago
  10. af6ae8b drop unused exidx sections when linking by Eric Wild · 2 years, 8 months ago
  11. 5e82a2a Revert "firmware: data sections" by Eric Wild · 2 years, 8 months ago
  12. 301aec5 contrib/jenkins.sh: lower trace to make bl fit by Eric Wild · 2 years, 8 months ago
  13. 7ca6835 cardem: fix spurious NULL bytes during transfers by Eric Wild · 2 years, 10 months ago
  14. 1ad205e firmware: make the ngff beakout blink by Eric Wild · 2 years, 10 months ago
  15. 34317c1 firmware: proper makefile deps by Eric Wild · 2 years, 11 months ago
  16. e6a76c7 firmware: data sections by Eric Wild · 2 years, 11 months ago
  17. 4fe93be introduce support for new ngff_cardem board by Harald Welte · 3 years ago
  18. 264f615 cardemu: support 1v8 for the tester by Eric Wild · 3 years ago
  19. 017e10e cardem: free the buf by Eric Wild · 3 years ago
  20. f2e924c firmware: octsimtest: ensure all card_insert GPIO are 0 after reset by Harald Welte · 3 years ago
  21. efb47b3 firmware: octsimtest: Add i/I command for setting card-insert via I2C GPIO by Harald Welte · 3 years ago
  22. 2b1d1e6 firmware: octsimtest: Fix disabling the card_insert signal by Harald Welte · 3 years ago
  23. e2971de firmware: octsimtest: use TRACE_* macros instead of direct printf by Harald Welte · 3 years ago
  24. 731e199 firmware: octsimtest: Support SIMTRACE_MSGT_DT_CEMU_CARDINSERT by Harald Welte · 3 years ago
  25. f69a60f firmware: cardem: re-factor CARDINSERT command processing by Harald Welte · 3 years ago
  26. dd5794c firmware: octsimtest: mcp23017 initializaiton by Harald Welte · 3 years ago
  27. d46f6ba firmware: octsimtest: Make slot mux configurable via USB by Harald Welte · 3 years ago
  28. 3561fc4 firmware: octsimtest: Fix IO_DIR pin definition by Harald Welte · 3 years ago
  29. 4996d7d octsimtest: Adjust VCC voltage thresholds (resistive VCC divider) by Harald Welte · 3 years ago
  30. 5b825be octsimtest: Switch direction of I/O level shifter depending on uart tx / rx by Harald Welte · 3 years ago
  31. 31d103b octsimtest: most code for support of this new board by Harald Welte · 3 years ago
  32. 73466e2 octsimtest: remove lots of unused #defines by Harald Welte · 3 years ago
  33. 913c86b Add usb product ID of sysmoOCTSIMTEST by Harald Welte · 3 years ago
  34. 0516464 assert: Use printf_sync() to ensure printing of assert / panic by Harald Welte · 3 years, 2 months ago
  35. 0f75d6e simtrace board.h: Enable HAVE_CARDEM if we build the cardem firmware by Harald Welte · 3 years ago
  36. 7b68198 card_emu: Fix computation of waiting time by Harald Welte · 3 years, 2 months ago
  37. e410842 card_emu: Fix USART timer, particularly in re-start situations by Harald Welte · 3 years, 2 months ago
  38. 752bc7f card_emu: Use USART timeout for waiting time by Harald Welte · 3 years, 2 months ago
  39. 7f421ef card_emu: explicitly initialize PTS and TPDU states by Harald Welte · 3 years, 2 months ago
  40. a708ea1 card_emu: improve reset detection conditions by Harald Welte · 3 years, 2 months ago
  41. c1ffc8a iso7816_fidi: Add iso7816_3_ prefix to symbols; fix terminology by Harald Welte · 3 years, 2 months ago
  42. 79f0ea7 card_emu: Clarify and differentiate F/Fi/F_index/Fi_index by Harald Welte · 3 years, 2 months ago
  43. 9454a06 card_emu: Rename fi to Fi and di to Di by Harald Welte · 3 years, 2 months ago
  44. 6b7f8d1 make sim switch board specific by Kévin Redon · 5 years ago
  45. 9c95162 card_emu: waiting_time is stored in etu, not clocks. by Harald Welte · 3 years, 2 months ago
  46. 878fadd firmware: disable stack protector by default by Oliver Smith · 3 years, 2 months ago
  47. 9e0e0dd firmware: qmod-dfu: disable stack protector by Oliver Smith · 3 years, 2 months ago
  48. 7a3d936 Revert "add library providing ISO 7816-3 utilities" by Harald Welte · 3 years, 2 months ago
  49. 0186877 Revert "add ISO 7816-3 library to remsim project" by Harald Welte · 3 years, 2 months ago
  50. b218cc3 minor add comments by Kévin Redon · 4 years, 2 months ago
  51. 50360e0 rename PIN_PHONE_{CLK,IO} to PIN_USIM1_{CLK,IO} by Kévin Redon · 5 years ago
  52. 4a58c08 add ISO 7816-3 library to remsim project by Kévin Redon · 5 years ago
  53. 4a29f64 add library providing ISO 7816-3 utilities by Kévin Redon · 5 years ago
  54. 0b1a3b4 cardem: choose a more reasonable default ATR by Eric Wild · 4 years, 2 months ago
  55. 9316890 firmware: allow verbose builds by Eric Wild · 4 years, 2 months ago
  56. 19cd3b0 firmware: do not allow undefined symbols by Eric Wild · 4 years, 2 months ago
  57. a1579ff minor: use same LED pattern for cardem as other applications by Kévin Redon · 5 years ago
  58. 1031d9b firmware: create duplicate files for upload only by Oliver Smith · 3 years, 3 months ago
  59. 09c3d45 firmware/Makefile: fix UNKNOWN in OBS packages by Oliver Smith · 3 years, 3 months ago
  60. 657cce1 dfu: let the device reset itself by Eric · 3 years, 4 months ago
  61. 3907085 dfu: Save another 60 bytes by changing the way we print horizontal lines by Harald Welte · 3 years, 10 months ago
  62. 9866c73 dfu: Shrink code by 144 bytes (by not calling PIO_InitializeInterrupts) by Harald Welte · 3 years, 10 months ago
  63. 1afb70a firmware: fix builds with gcc stack smashing protection enabled by Harald Welte · 3 years, 10 months ago
  64. e424929 pio_it.c: Permit repeated calls to PIO_ConfigureIt() by Harald Welte · 4 years, 3 months ago
  65. a625ef0 USBD.c: Don't reset EP0 on SetConfiguration(0) by Harald Welte · 4 years, 3 months ago
  66. 823f453 cosmetic: Add missing CR to LF in dispatch_received_usb_msg() by Harald Welte · 4 years, 3 months ago
  67. e6806e5 cardem: Fix infinite loop + watchdog reset on long OUT message by Harald Welte · 4 years, 3 months ago
  68. 37220cc Disable interrupts during EEFC_ReadUniqueID() by Harald Welte · 4 years, 3 months ago
  69. c7173bc increase ringbuffer size from 512 to 1024 bytes by Harald Welte · 4 years, 5 months ago
  70. b6e2f0f DFU: add DFU application by Kévin Redon · 4 years, 6 months ago
  71. 34200e4 firmware: apps/cardem/main.c: Synchronize with apps/trace/main.c by Harald Welte · 4 years, 5 months ago
  72. e3b2de4 firmware: move printing of welcome banner to common function print_banner() by Harald Welte · 4 years, 5 months ago
  73. b566ea3 OSMO_ASSERT() on double-free or invalid pointer by Harald Welte · 4 years, 6 months ago
  74. bfd27af firmware: Reformat value_string to pass our validation scripts by Harald Welte · 4 years, 6 months ago
  75. e213cc4 cardem: Implement support for CEMU_FEAT_F_STATUS_IRQ by Harald Welte · 4 years, 6 months ago
  76. a5bbe78 cardem: Add SIMTRACE_MSGT_BD_CEMU_CONFIG by Harald Welte · 4 years, 6 months ago
  77. 140f007 cardem: Make card_emu_report_status() optionally use IRQ endpoint by Harald Welte · 4 years, 6 months ago
  78. 12c9b7b card_emu: Remove extraneous initialization of ch->pts.state by Harald Welte · 4 years, 6 months ago
  79. 4d4405f card_emu: Remove extraneous code by Harald Welte · 4 years, 6 months ago
  80. 6a3a714 card_emu: Always print state names in string representation by Harald Welte · 4 years, 6 months ago
  81. e9f429d card_emu: Avoid recursive calls to card_set_state() by Harald Welte · 4 years, 6 months ago
  82. 02d0d73 card_emu: Initialize PTSS state every time we start PTS by Harald Welte · 4 years, 6 months ago
  83. 5b13602 host_communication: Send zero-length-packet on wMaxPacketSize by Harald Welte · 4 years, 6 months ago
  84. 81f4ef7 cardem: RST resets all state (including release of buffers) by Harald Welte · 4 years, 6 months ago
  85. fa197ca cardem: Move card_emu_io_statechg() calls out of interrupt context by Harald Welte · 4 years, 6 months ago
  86. e92cb50 card_emu: Factor out card_handle_reset() from card_emu_init() by Harald Welte · 4 years, 6 months ago
  87. 1714679 pseudo_talloc: Increment number of buffers from 10 to 20 by Harald Welte · 4 years, 6 months ago
  88. a812de8 usb_buf: Properly initialize buffered_endpoint->ep number by Harald Welte · 4 years, 6 months ago
  89. b0b457d USBD_HAL: Don't disable UDP peripheral clock on suspend by Harald Welte · 4 years, 6 months ago
  90. ad11709 usb_buf: Actually limit queue to 3 elements, not 4 by Harald Welte · 4 years, 6 months ago
  91. 56be0bf cardem: Fix memory leak on unsupported SIMTRACE_MSGT_DT_CEMU_CARDINSERT by Harald Welte · 4 years, 6 months ago
  92. 6011831 update copyright statement by Harald Welte · 4 years, 6 months ago
  93. 63c9e1f implement minimalistic talloc_report(); add 't' command on UART by Harald Welte · 4 years, 6 months ago
  94. 7c1d85e qmod: Document '!' and '@' commands on UART by Harald Welte · 4 years, 6 months ago
  95. 5872484 cosmetic: board_qmod: Annotate #endif with comments by Harald Welte · 4 years, 6 months ago
  96. f620c39 qmod: Don't print EEPROM operations in help when not supported by Harald Welte · 4 years, 6 months ago
  97. a14616c usb_buf: Limit the maximum queue length to 3 elements by Harald Welte · 4 years, 6 months ago
  98. f4a625b usb_buf: count number of elements in queue by Harald Welte · 4 years, 6 months ago
  99. 271be9d more comments in host_communication.c. by Harald Welte · 4 years, 6 months ago
  100. 342a7fe Add missing CR to achieve CRLF at end of log lines by Harald Welte · 4 years, 6 months ago