aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-04USB device: add USB message structure for sniffer communicationKévin Redon1-12/+52
2018-07-04host USB: use central SIMtrace USB ID definition headerKévin Redon2-12/+5
2018-07-04host usb_util fix: used provided class, sub-class, and interfave when finding...Kévin Redon1-4/+4
2018-07-04USB: add central file to define USB IDs, classes, and endpointsKévin Redon11-105/+121
2018-07-04minor: fix typos in commentKévin Redon1-4/+4
2018-07-04sniff: add WT timeout detection using USART timeout (TC is not required)Kévin Redon1-4/+28
2018-07-04sniff: add TPDU parsing (TPDUs become APDUs on the upper layer)Kévin Redon1-10/+143
2018-07-04sniff: print parsed ATR and PPS; use red LED to show main application is runn...Kévin Redon2-3/+56
2018-07-04LED: add short LED pulse blinking patternKévin Redon2-9/+17
2018-07-04update_fidi: remove debug output since this function is called in time critic...Kévin Redon1-2/+2
2018-07-04DFU: switch green LED on to indicate DFU mode, and red LED to indicate flashi...Kévin Redon1-23/+39
2018-07-04board: fix LED pin definitionKévin Redon1-2/+2
2018-07-04DFU: remove force bootloader button debug message since the console is output...Kévin Redon1-1/+2
2018-07-04sniffer: use ISR to store sniffed data in buffer, add ATR and PPS parsing, an...Kévin Redon1-18/+362
2018-07-04trace: increase watchdog for 500 to 2000 ms to provide more time handling buf...Kévin Redon1-3/+3
2018-07-04ISO7816: change update_fidi to use provided USARTKévin Redon2-13/+24
2018-07-04SIMtrace: enable interrupt on edge dection for SIM_RST pin to reset the sniff...Kévin Redon1-1/+1
2018-07-04SIMtrace: fix default SIM_RST pin state to allow phone controlled resetKévin Redon1-1/+3
2018-07-04SIMtrace: only enable main sniffing mode on SIMtrace boardKévin Redon1-2/+2
2018-07-04sniffer: add state definitions, improve IRQ handling, update pins configurationKévin Redon1-18/+69
2018-07-04simtrace: add support for sniffing on both USARTKévin Redon2-0/+2
2018-07-04board: comment USART definitions and add corresponding IRQ numbersKévin Redon1-2/+11
2018-07-04simtrace: add dedicated power pins configuration for sniffingKévin Redon2-6/+6
2018-07-04sniff: use USART 0 instead of USART 1Kévin Redon4-68/+65
2018-07-04SIMtrace board: comment and fix pin definitionKévin Redon1-65/+89
2018-07-04sniff mode: handle USART 1 RX interrupt to show sniffer dataKévin Redon3-2/+36
2018-07-04enable (empty) sniffer support for SIMtrace boardKévin Redon2-8/+15
2018-07-04copy working cardem app to traceKévin Redon3-0/+222
2018-07-04ringbuffer: Don't print/TRAC from ringbufferHarald Welte3-4/+10
2018-07-03echo all command characters entered on serial consoleHarald Welte1-0/+2
2018-07-01contrib/jenkins.sh: Also run firmware tests + build-test host softwareHarald Welte1-2/+40
2018-07-01firmware/test: Add more include pathsHarald Welte1-2/+14
2018-06-29Use system include <foo.h> notation for libosmocore headersHarald Welte14-21/+21
2018-06-29Makefile: fix automatic creation of obj directoryHarald Welte1-1/+1
2018-06-29add contrib/jenkins.sh for build verificationHarald Welte1-0/+19
2018-06-29apps/dfu/main.c: Avoid variable declaration in for loop initialHarald Welte1-1/+2
2018-06-29ring buffer: increase buffer size from 128 to 256 to cope with large debug ou...Kévin Redon1-1/+1
2018-06-29console: use buffer and interrupts instead of busy loops for UART debug outputKévin Redon2-13/+52
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: only boot the application if it has a valid startKévin Redon1-3/+14
2018-06-29DFU: uncomment print message when DFU is forced using the buttonKévin Redon1-1/+1
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 Redon3-7/+18
2018-06-29USBD: send empty packet when non-existing descriptor string is requestedKévin Redon1-2/+8
2018-06-29dfu: fix address destination check and add stack overwrite check in USBDFU_ha...Kévin Redon1-4/+6
2018-06-29README: rewrite to better explain environment variables and point to the wiki...Kévin Redon1-45/+56
2018-06-29fix pointer casting warningKévin Redon1-1/+1
2018-06-29fix: initialize uninitialized variable in USBDFU_DFU_RequestHandlerKévin Redon2-2/+2
2018-05-21add printf attribute declaration to remove warningKévin Redon1-0/+2