aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/libboard/qmod
AgeCommit message (Expand)AuthorFilesLines
2018-07-11firmware: set license to GPLv2+Kévin Redon10-7/+166
2018-07-07DFU: re-enable UART after testing forced bootloaderKévin Redon1-8/+20
2018-07-04USB: add central file to define USB IDs, classes, and endpointsKévin Redon1-0/+1
2018-06-29Use system include <foo.h> notation for libosmocore headersHarald Welte2-2/+2
2017-11-28DFU: Move "Override DFU" (force DFU) code to board-specific sectionHarald Welte1-0/+36
2017-11-03[firmware] sim_switch + wwan_perst: Don't re-initializeHarald Welte1-0/+1
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 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 Welte1-2/+8
2017-05-11consistently use 0-based counting of modems/slotsHarald Welte2-6/+6
2017-05-09Generalize SIM switching code and allow local/remote switching via USBHarald Welte2-32/+8
2017-05-09wwan_perst: Warn if somebody failed to initialize usHarald Welte1-0/+7
2017-05-09wwan_perst: Support varying timeout and permanent active/inactiveHarald Welte3-29/+51
2017-05-07qmod: debug_cmd: Avoid 'Unknown command' for valid commandsHarald Welte1-50/+53
2017-05-07qmod: Initialize ST12 specific I/O pins only on ST12Harald Welte1-4/+8
2017-05-07migrate from req_ctx to msgbHarald Welte1-1/+3
2017-05-05QMOD: Add code to determine SIM Card presenceHarald Welte4-5/+71
2017-05-05qmod: wwan_led.c: Fix handling of LED for second ModemHarald Welte1-1/+1
2017-05-05qmod: Disable various console commands on ST34Harald Welte1-40/+55
2017-03-07qmod: Fix polarity of SPDT switchHarald Welte1-4/+4
2017-03-06qmod: Use different Interface Strings for Modem1+2 / Modem 3+4Harald Welte1-0/+8
2017-03-06qmod: Add code to switch between physical and virtual SIMHarald Welte1-0/+35
2017-03-05qmod: (re)activate USB port remapping.Harald Welte1-1/+1
2017-03-05qmod: Replace hand-crafted delay loop with call to mdelay()Harald Welte1-5/+1
2017-03-05qmod eeprom/i2c: Re-start watchdog while slow bit-bangingHarald Welte3-5/+13
2017-03-03only simtrace is bus-powered, SAM3 on qmod + owhw are self-poweredHarald Welte1-0/+2
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-40/+40
2017-02-27Structure build system to build for multiple boards/apps/environmentsHarald Welte1-0/+201
2017-02-27Change directory structure to align with Atmel softpackHarald Welte7-0/+438