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