1. c90de69 free USB buffer when allocation failed by Kévin Redon · 4 years, 10 months ago
  2. ac7e73a check RST/VCC/CLK line at every step of the activation by Kévin Redon · 4 years, 10 months ago
  3. 7233cf8 initialize VCC, RST, and VCC with actual values by Kévin Redon · 4 years, 10 months ago
  4. 2fdcf3b cardem: add more debug information for TPDU state by Kévin Redon · 6 years ago
  5. c394109 firmware: Enable -Wformat and resolve all related compiler warnings by Harald Welte · 6 years ago
  6. 910e683 cardem (minor): trace tx data send over USB by Kévin Redon · 6 years ago
  7. 8a4fba5 cardem: add state name in trace by Kévin Redon · 6 years ago
  8. 1b39fd3 cardem (minor): remove to verbose log trace by Kévin Redon · 6 years ago
  9. 0f4abf5 cardem: minor typo fix in comment by Kévin Redon · 6 years ago
  10. 8b8e58b cardem: use TC2 as WI and update WT after ATR by Kévin Redon · 6 years ago
  11. ebe672e cardem: use TC_ETU to trigger ATR sending by Kévin Redon · 6 years ago
  12. 680bdab cardem: fix typo by Kévin Redon · 6 years ago
  13. 5f6b871 fix 'ISO_S_IN_ATR not handled' gcc warning by Kévin Redon · 6 years ago
  14. 9a12d68 firmware: set license to GPLv2+ by Kévin Redon · 6 years ago
  15. 9d90d28 Use system include <foo.h> notation for libosmocore headers by Harald Welte · 6 years ago
  16. b91f6ad firmware: fix various compiler warnings by Harald Welte · 7 years ago
  17. 25a9a80 Convert to new generalized SIMTRACE2 USB protocol by Harald Welte · 7 years ago
  18. 8e7fca3 migrate from req_ctx to msgb by Harald Welte · 7 years ago
  19. c430ac1 have local stdio.h file to avoid newlib issues by Harald Welte · 8 years ago
  20. d8a003d Structure build system to build for multiple boards/apps/environments by Harald Welte · 8 years ago[Renamed from firmware/src_simtrace/card_emu.c]
  21. b41598b Introudce an include_libosmocore directory and move (updated) linuxlist there by Harald Welte · 8 years ago
  22. dde112e print instance/channel number in all trace messages by Harald Welte · 9 years ago
  23. 53079bb debug/tracing updates by Harald Welte · 9 years ago
  24. c58bba0 wait for UART Tx completion before switching baud rate at PTS by Harald Welte · 9 years ago
  25. 903d63a card_emu: Alwasys update state before enabling UART Rx/Tx by Harald Welte · 9 years ago
  26. 52d5546 card_emu: Avoid PTS related race-condition by Harald Welte · 9 years ago
  27. ccb8a22 card_emu: Avoid PTS related race-condition by Harald Welte · 9 years ago
  28. a929f21 card_emu: Differentiate between TRACE_{DEBUG/ERROR/INFO} by Harald Welte · 9 years ago
  29. ff16065 implement CEMU_USB_MSGT_DT_GET_STATUS by Harald Welte · 9 years ago
  30. d295b92 ensure usb_msg_hdr contains raw message length by Harald Welte · 9 years ago
  31. 7abdb51 ringbuffer: Make ring buffer access irq-save by Harald Welte · 9 years ago
  32. 40901a0 various printf/debug output improvements by Harald Welte · 9 years ago
  33. ad43440 card_emu: Fix various compiler warnings by switch/default/break by Harald Welte · 9 years ago
  34. fcdd660 card_emu: Don't de-reference a NULL variable by Harald Welte · 9 years ago
  35. dda7355 card_emu: Only transmit NULL byte from the right state by Harald Welte · 9 years ago
  36. f1697e2 card_emu: Only allocate a new buffer if needed in send_tpdu_header() by Harald Welte · 9 years ago
  37. acae412 explicitly inform card_emu once data to transmit has arrived by Harald Welte · 9 years ago
  38. 54cb3d0 host_communication/card_emu: adapt to nwe req_ctx / queuing paradignm by Harald Welte · 9 years ago
  39. 22bf67f card_emu: Use \r\n instead of \n by Harald Welte · 9 years ago
  40. 47ee283 card_emu_io_statechg(): properly determine edges from levels by Harald Welte · 9 years ago
  41. 43f7949 card_emu: Add TRACE_DEBUG once TPDU header is sent to USB by Harald Welte · 9 years ago
  42. 8c49636 card_emu.c: avoid re-defining update_fidi() symbol by Harald Welte · 9 years ago
  43. 17db2f1 card_emu: Fix PTS checksum verification by Harald Welte · 9 years ago
  44. 4ba66d0 implement forwarding of PTS/PPS from emulator to host PC + test case by Harald Welte · 9 years ago
  45. 0ef96d5 card_emu: Ensure the length is properly set on a TPDU header rctx by Harald Welte · 9 years ago
  46. f16b618 card_emu: Fix the length checks for transmit beyond rctx->tot_len by Harald Welte · 9 years ago
  47. 22cdf2a card_sim: fix passing handle to tc_etu_*() functions by Harald Welte · 9 years ago
  48. 855ba9e card_emu: Ensure TX happens synchronously before state changes by Harald Welte · 9 years ago
  49. 61bb30e card_emu: Correctly handle SW after reader -> card data phase by Harald Welte · 9 years ago
  50. 4d80467 card_emu: Fix state transitions for both Rx and Tx data phase by Harald Welte · 9 years ago
  51. b5288e8 card_emu: Introduce new flush_rx_buffer() function and use it by Harald Welte · 9 years ago
  52. e7194ab card_emu: Ensure to re-set PTS state when coming out of reset by Harald Welte · 9 years ago
  53. 52922ff card_emu: Properly handle end of a procedure-byte carrying REQ_CTX by Harald Welte · 9 years ago
  54. 05b41c6 card_emu: fix set_tpdu_state() by Harald Welte · 9 years ago
  55. 2935b3c card_emu: detect end of TX data from CEMU_DATA_F_FINAL by Harald Welte · 9 years ago
  56. d79dc4f card_emu: Implement get_byte_pts() by Harald Welte · 9 years ago
  57. 4c473da card_emu: Fail with assert in case next_tpdu_state from wrong state by Harald Welte · 9 years ago
  58. 612d65a card_emu: Make update_fidi() void by Harald Welte · 9 years ago
  59. 16cf408 card_emu.c: More comments about data structures by Harald Welte · 9 years ago
  60. 9d3e382 initial commit of more code towards card emulation by Harald Welte · 9 years ago