aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/libcommon/source/mode_cardemu.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-03firmware: More common infrastructure for USB handlingHarald Welte1-49/+34
2020-03-03cosmetic: Add missing CR to LF in dispatch_received_usb_msg()Harald Welte1-1/+1
2020-03-01cardem: Fix infinite loop + watchdog reset on long OUT messageHarald Welte1-0/+1
2019-12-16cardem: Add SIMTRACE_MSGT_BD_CEMU_CONFIGHarald Welte1-0/+5
2019-12-16cardem: Make card_emu_report_status() optionally use IRQ endpointHarald Welte1-1/+1
2019-12-15cardem: Move card_emu_io_statechg() calls out of interrupt contextHarald Welte1-28/+51
2019-12-14cardem: Fix memory leak on unsupported SIMTRACE_MSGT_DT_CEMU_CARDINSERTHarald Welte1-0/+1
2019-11-26qmod: lower VCC threshold to 2.5V0.6Kévin Redon1-1/+1
2019-11-14initialize VCC, RST, and VCC with actual valuesKévin Redon1-8/+7
2018-08-26firmware: Enable -Wformat and resolve all related compiler warningsHarald Welte1-4/+4
2018-07-30cardem: use TC_ETU to trigger ATR sendingKévin Redon1-8/+19
2018-07-18cardem: fix USB message parsingKévin Redon1-1/+1
2018-07-18cardem: fix typoKévin Redon1-2/+2
2018-07-11make adc2uv commonKévin Redon1-7/+1
2018-07-11replace leading spaces with tabsKévin Redon1-1/+1
2018-07-11firmware: set license to GPLv2+Kévin Redon1-2/+18
2018-07-04USB: add central file to define USB IDs, classes, and endpointsKévin Redon1-8/+9
2018-07-04ringbuffer: Don't print/TRAC from ringbufferHarald Welte1-1/+2
2018-06-29Use system include <foo.h> notation for libosmocore headersHarald Welte1-2/+2
2017-11-28mode_cardem: Build on platforms without WWAN_PERST suppotrtHarald Welte1-1/+6
2017-11-03[firmware] cardemu: Skip CARD_INSERT if board doesn't support itHarald Welte1-0/+5
2017-05-20set local slot LED according to remote/local state.Harald Welte1-0/+3
2017-05-11cardemu: Fix interpretation of MSGC_MODEM messagesHarald Welte1-0/+3
2017-05-10firmware: fix various compiler warningsHarald Welte1-3/+3
2017-05-09Generalize SIM switching code and allow local/remote switching via USBHarald Welte1-0/+17
2017-05-09cardem: Implement WWAN Modem reset via USBHarald Welte1-0/+26
2017-05-09Convert to new generalized SIMTRACE2 USB protocolHarald Welte1-15/+78
2017-05-07migrate from req_ctx to msgbHarald Welte1-44/+49
2017-05-05QMOD: Add code to determine SIM Card presenceHarald Welte1-0/+8
2017-02-27Structure build system to build for multiple boards/apps/environmentsHarald Welte1-0/+572