aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/apps/cardem
AgeCommit message (Expand)AuthorFilesLines
2018-07-03echo all command characters entered on serial consoleHarald Welte1-0/+2
2018-06-29Use system include <foo.h> notation for libosmocore headersHarald Welte1-1/+1
2017-11-28rename ccid.c to mode_ccid.c to align with mode_cardemu.cHarald Welte1-1/+1
2017-11-28cardem: Don't dispatch UART IRQs to possible NULL pointersHarald Welte1-2/+4
2017-11-28Make build of CCID code succeed again on BOARD=simtraceHarald Welte1-1/+1
2017-05-07migrate from req_ctx to msgbHarald Welte2-4/+1
2017-03-06LED: Introduce LED blinking pattern codeHarald Welte1-5/+2
2017-03-06qmod: Use different Interface Strings for Modem1+2 / Modem 3+4Harald Welte1-2/+4
2017-03-05Generate USB Strings from apps/*/usb_strings.txt files at compile timeHarald Welte1-0/+8
2017-03-03Make sure to print CPU Reset Cause when starting the softwareHarald Welte1-0/+2
2017-03-03Enable Watchdog (500ms)Harald Welte1-2/+5
2017-03-03Call USBD_Disconnect before software-triggered CPU resetHarald Welte1-0/+1
2017-03-03change from \r\n (CRLF) to \n\r (LFCR)Harald Welte1-12/+12
2017-02-27fix some compiler warningsHarald Welte1-1/+1
2017-02-27Structure build system to build for multiple boards/apps/environmentsHarald Welte2-0/+210