aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-29CCID driver: Use USBD_GetDriver() instead of non-initialized state variableHarald Welte1-3/+1
2017-11-29CCID: re-enable control request handler for CCID class requestsHarald Welte1-2/+0
2017-11-29USB: Handle DFU requests by USBD.c to keep application callbackHarald Welte2-7/+7
2017-11-28rename ccid.c to mode_ccid.c to align with mode_cardemu.cHarald Welte3-2/+2
2017-11-28cardem: Don't dispatch UART IRQs to possible NULL pointersHarald Welte1-2/+4
2017-11-28iso7816_4: Re-trigger watchdog while waiting for characterHarald Welte1-0/+1
2017-11-28simtrace: Boot into DFU when BOOTLOADER button is pressedHarald Welte2-0/+15
2017-11-28DFU: Move "Override DFU" (force DFU) code to board-specific sectionHarald Welte3-25/+41
2017-11-28board_simtrace: Add minimal debug menu on debug USARTHarald Welte1-0/+20
2017-11-28{ccid,sniffer}.c: Add comments on USB callbacksHarald Welte2-0/+8
2017-11-28remove dead code (source/phone.c), superseded by card_emu.c/mode_cardemu.cHarald Welte1-196/+0
2017-11-28Make build of CCID code succeed again on BOARD=simtraceHarald Welte4-4/+7
2017-11-28Makefile: Disable -Wundef and -Wsign-compare for nowHarald Welte1-2/+2
2017-11-28fix build of APP=cardem on BOARD=simtraceHarald Welte3-6/+24
2017-11-28mode_cardem: Build on platforms without WWAN_PERST suppotrtHarald Welte1-1/+6
2017-11-28Fix typos in usb.c, llist_irqsafe.h and dfu.hHarald Welte3-5/+5
2017-11-04WIP: use local_irq_{save,restore}()Harald Welte2-16/+27
2017-11-04[firmware] WIP: make talloc irq-safeHarald Welte1-0/+10
2017-11-03[firmware] sim_switch + wwan_perst: Don't re-initializeHarald Welte2-0/+2
2017-11-03[firmware] cardemu: Skip CARD_INSERT if board doesn't support itHarald Welte1-0/+5
2017-11-03[firmware] wwan_perst: Print index when releasing WWAN_PERSTHarald Welte1-1/+4
2017-11-03[firmware] wwam_led: use 0/1 instead of 1/2Harald Welte1-6/+6
2017-11-03[firmware] card_pres: use modem number at start of lineHarald Welte1-1/+1
2017-11-03[firmware] card_pres: Use 0/1 index number instead of 1/2Harald Welte1-5/+5
2017-05-20set local slot LED according to remote/local state.Harald Welte3-0/+12
2017-05-20uart_console: Re-start watchdog during busy-waiting for serial charsHarald Welte1-1/+3
2017-05-14Fix swapped manufacturer/product strings0.4Harald Welte1-2/+2
2017-05-11host: Allow matching of device to USB path, not just address0.3v0.3Harald Welte4-4/+44
2017-05-11host: Ignore some more libusb error return codesHarald Welte1-1/+3
2017-05-11host: Switch SIM to remote and issue modem reset on startupHarald Welte1-0/+75
2017-05-11cardemu: Fix interpretation of MSGC_MODEM messagesHarald Welte1-0/+3
2017-05-11dfu: make sure to not bloat the loader with main board init stuff.Harald Welte1-0/+7
2017-05-11perst/sim_switch: Log events using TRACE_INFOHarald Welte2-4/+13
2017-05-11consistently use 0-based counting of modems/slotsHarald Welte3-8/+8
2017-05-10firmware: fix various compiler warningsHarald Welte2-4/+4
2017-05-10host: fix various compiler warningsHarald Welte3-9/+10
2017-05-10host: Split transport from slotHarald Welte1-26/+55
2017-05-09host: split the transport layer from card emulationHarald Welte1-30/+42
2017-05-09host: cosmetic cleanup, function renamingHarald Welte1-28/+44
2017-05-09Generalize SIM switching code and allow local/remote switching via USBHarald Welte5-32/+93
2017-05-09wwan_perst: Warn if somebody failed to initialize usHarald Welte1-0/+7
2017-05-09cardem: Implement WWAN Modem reset via USBHarald Welte1-0/+26
2017-05-09wwan_perst: Support varying timeout and permanent active/inactiveHarald Welte3-29/+51
2017-05-09Convert to new generalized SIMTRACE2 USB protocolHarald Welte9-249/+523
2017-05-07qmod: debug_cmd: Avoid 'Unknown command' for valid commandsHarald Welte1-50/+53
2017-05-07Make hardfault handler a bit more verboseHarald Welte1-1/+47
2017-05-07qmod: Initialize ST12 specific I/O pins only on ST12Harald Welte1-4/+8
2017-05-07migrate from req_ctx to msgbHarald Welte18-383/+495
2017-05-07import libosmocore msgb handling (and dependencies)Harald Welte15-61/+1961
2017-05-07Makefile: remove .p files during 'make clean'Harald Welte1-1/+1