aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/apps
AgeCommit message (Expand)AuthorFilesLines
2019-12-11minor: improve trace outputKévin Redon1-2/+15
2019-12-06Patch actual board name into the USB iProduct string descriptorHarald Welte5-5/+5
2019-12-06usb_strings.txt: s/SIMtrace Phone/SIMtrace Card Emulation/Harald Welte4-4/+4
2019-12-03DFU: restart bootloader when USB conf failedKévin Redon1-2/+2
2019-12-03DFU: increase USB reset duration to 50 msKévin Redon1-3/+2
2019-12-02dfu: minor: make debug output only verbose in info levelKévin Redon1-1/+5
2019-12-02minor: updated copyright yearsKévin Redon2-4/+6
2019-10-24add/fix mcp23017 i2c gpio expander functions and testsJoachim Steiger1-3/+1
2019-07-30 add new board and app for gpio testing on octsimtest boardJoachim Steiger4-0/+77
2019-02-28Add freq_ctr appHarald Welte4-0/+122
2018-09-06minor: update copyrightKévin Redon1-0/+1
2018-09-06minor: fix typo in commentKévin Redon1-2/+1
2018-09-06minor: add checks on configurations and functionsKévin Redon1-5/+17
2018-09-03DFU: fix Wformat compile warningKévin Redon1-1/+1
2018-08-26firmware: Enable -Wformat and resolve all related compiler warningsHarald Welte2-4/+4
2018-08-07USB: increase USB reset timeKévin Redon1-1/+9
2018-07-29cardem: increase watchdog to 2 secondsKévin Redon1-2/+2
2018-07-29cardem: show detailed reset causeKévin Redon1-1/+15
2018-07-11sniffer: set LED patternKévin Redon1-2/+7
2018-07-11replace leading spaces with tabsKévin Redon3-3/+3
2018-07-11firmware: set license to GPLv2+Kévin Redon4-3/+74
2018-07-11DFU: use central DFU override checkKévin Redon1-8/+45
2018-07-04minor style change: use ARRAY_SIZEKing Kévin1-2/+1
2018-07-04sniff: print parsed ATR and PPS; use red LED to show main application is runn...Kévin Redon1-1/+3
2018-07-04DFU: switch green LED on to indicate DFU mode, and red LED to indicate flashi...Kévin Redon1-23/+39
2018-07-04trace: increase watchdog for 500 to 2000 ms to provide more time handling buf...Kévin Redon1-3/+3
2018-07-04simtrace: add support for sniffing on both USARTKévin Redon1-0/+1
2018-07-04sniff: use USART 0 instead of USART 1Kévin Redon1-1/+2
2018-07-04sniff mode: handle USART 1 RX interrupt to show sniffer dataKévin Redon1-0/+1
2018-07-04copy working cardem app to traceKévin Redon3-0/+222
2018-07-03echo all command characters entered on serial consoleHarald Welte1-0/+2
2018-06-29Use system include <foo.h> notation for libosmocore headersHarald Welte2-2/+2
2018-06-29apps/dfu/main.c: Avoid variable declaration in for loop initialHarald Welte1-1/+2
2018-06-29DFU: fix typo in USB stringsKévin Redon1-1/+1
2018-06-29DFU: incread watchdog timeout and restart watchdog before writing in flash to...Kévin Redon1-2/+9
2018-06-29DFU: unlock the flash before writing, verify written data, and relock itKévin Redon1-2/+23
2018-06-29USB: implement USB reset by setting the on-board pull-up on D+ lowKévin Redon1-0/+6
2018-06-29dfu: fix address destination check and add stack overwrite check in USBDFU_ha...Kévin Redon1-4/+6
2017-11-28rename ccid.c to mode_ccid.c to align with mode_cardemu.cHarald Welte2-2/+2
2017-11-28cardem: Don't dispatch UART IRQs to possible NULL pointersHarald Welte1-2/+4
2017-11-28DFU: Move "Override DFU" (force DFU) code to board-specific sectionHarald Welte1-25/+4
2017-11-28Make build of CCID code succeed again on BOARD=simtraceHarald Welte1-1/+1
2017-05-07migrate from req_ctx to msgbHarald Welte4-7/+2
2017-03-06DFU: Disable LED blinking codeHarald Welte1-2/+8
2017-03-06DFU: initialize g_dfu during real power upHarald Welte1-1/+6
2017-03-06LED: Introduce LED blinking pattern codeHarald Welte2-11/+5
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 Welte2-0/+13
2017-03-04DFU: Introduce board/app-specific override for booting in DFU modeHarald Welte1-0/+51
2017-03-03Make sure to print CPU Reset Cause when starting the softwareHarald Welte2-0/+3