1. c394109 firmware: Enable -Wformat and resolve all related compiler warnings by Harald Welte · 6 years ago
  2. ebe672e cardem: use TC_ETU to trigger ATR sending by Kévin Redon · 6 years ago
  3. b605388 cardem: fix USB message parsing by Kévin Redon · 6 years ago
  4. 680bdab cardem: fix typo by Kévin Redon · 6 years ago
  5. ac0843a make adc2uv common by Kévin Redon · 6 years ago
  6. 33d1eb7 replace leading spaces with tabs by Kévin Redon · 6 years ago
  7. 9a12d68 firmware: set license to GPLv2+ by Kévin Redon · 6 years ago
  8. a1012b1 USB: add central file to define USB IDs, classes, and endpoints by Kévin Redon · 6 years ago
  9. 05cc7f6 ringbuffer: Don't print/TRAC from ringbuffer by Harald Welte · 6 years ago
  10. 9d90d28 Use system include <foo.h> notation for libosmocore headers by Harald Welte · 6 years ago
  11. fc87c24 mode_cardem: Build on platforms without WWAN_PERST suppotrt by Harald Welte · 7 years ago
  12. 965d5c9 [firmware] cardemu: Skip CARD_INSERT if board doesn't support it by Harald Welte · 7 years ago
  13. c47fc5f set local slot LED according to remote/local state. by Harald Welte · 7 years ago
  14. 23c00b6 cardemu: Fix interpretation of MSGC_MODEM messages by Harald Welte · 7 years ago
  15. b91f6ad firmware: fix various compiler warnings by Harald Welte · 7 years ago
  16. 5c583d3 Generalize SIM switching code and allow local/remote switching via USB by Harald Welte · 7 years ago
  17. 2e9254a cardem: Implement WWAN Modem reset via USB by Harald Welte · 7 years ago
  18. 25a9a80 Convert to new generalized SIMTRACE2 USB protocol by Harald Welte · 7 years ago
  19. 8e7fca3 migrate from req_ctx to msgb by Harald Welte · 7 years ago
  20. 6d1128e QMOD: Add code to determine SIM Card presence by Harald Welte · 7 years ago
  21. d8a003d Structure build system to build for multiple boards/apps/environments by Harald Welte · 8 years ago[Renamed from firmware/src_simtrace/mode_cardemu.c]
  22. b41598b Introudce an include_libosmocore directory and move (updated) linuxlist there by Harald Welte · 8 years ago
  23. fd9c041 fix TRACE_ENTRY line termination (LF -> CRLF) by Harald Welte · 9 years ago
  24. 622b6be Fix ADC based VCC detection by Harald Welte · 9 years ago
  25. 3bafe43 dynamically dispatch USART IRQs by Harald Welte · 9 years ago
  26. dde112e print instance/channel number in all trace messages by Harald Welte · 9 years ago
  27. 28772eb ADC: Make errata work-arounds depend on run-time detection of chip version by Harald Welte · 9 years ago
  28. 53079bb debug/tracing updates by Harald Welte · 9 years ago
  29. c58bba0 wait for UART Tx completion before switching baud rate at PTS by Harald Welte · 9 years ago
  30. c8beefb wait for transmitter to be done before receiving by Harald Welte · 9 years ago
  31. 07872b6 VCC/ADC: finish implementing VCC detection via ADC by Harald Welte · 9 years ago
  32. 6dcacf3 OWHW: fix operation with second modem/UART by Harald Welte · 9 years ago
  33. 419eb8a WIP: Use ADC to determine VCC voltage by Harald Welte · 9 years ago
  34. ff16065 implement CEMU_USB_MSGT_DT_GET_STATUS by Harald Welte · 9 years ago
  35. b26d003 split/segment multiple commands from single USB transfer by Harald Welte · 9 years ago
  36. d295b92 ensure usb_msg_hdr contains raw message length by Harald Welte · 9 years ago
  37. 9f240b6 use irq-safe version of llist operations between USB callback and main by Harald Welte · 9 years ago
  38. da15ca0 mode_cardemu: mask the USART status register with mask register by Harald Welte · 9 years ago
  39. 5820ea9 dispatch_usb_command: Ensure list consistency + avoid mem leaks by Harald Welte · 9 years ago
  40. 0eaa992 cardem: Add support for USB host based set/clear of card_insert by Harald Welte · 9 years ago
  41. 7abdb51 ringbuffer: Make ring buffer access irq-save by Harald Welte · 9 years ago
  42. 1605564 ensure USB config numbers always start from 1 by Harald Welte · 9 years ago
  43. 13e8202 mode_cardem: Prepare for full support of second UART/USIM by Harald Welte · 9 years ago
  44. 06b27f6 mode_cardemu: Implement CEMU_USB_MSGT_DT_SET_ATR by Harald Welte · 9 years ago
  45. ebb80ed introduce 'main' queue between USB receive and UART TX by Harald Welte · 9 years ago
  46. 12d4bdf mode_cardemu: Process RX interrupts before TX by Harald Welte · 9 years ago
  47. acae412 explicitly inform card_emu once data to transmit has arrived by Harald Welte · 9 years ago
  48. 8a416b1 mode_cardemu: fix ordering of events when switching rx/tx mode by Harald Welte · 9 years ago
  49. 45688d4 mode_cardemu: Disable UART TXRDY generation if we don't have data to TX by Harald Welte · 9 years ago
  50. 54cb3d0 host_communication/card_emu: adapt to nwe req_ctx / queuing paradignm by Harald Welte · 9 years ago
  51. c0bd7f0 mode_cardemu: Move GPIO detection to IRQ, use ring buffer for UART RX by Harald Welte · 9 years ago
  52. 99f62a6 mode_cardemu: update_fidi just needs to execute by Harald Welte · 9 years ago
  53. 9dbc46e mode_cardemu: Proper enabling/disabling of USART IRQ sources by Harald Welte · 9 years ago
  54. bd71768 mode_card_emu: connect the update_fidi() callback by Harald Welte · 9 years ago
  55. 2a6d3af re-introduce req_ctx buffers into the host communication by Harald Welte · 9 years ago