aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-03sniffing: decrease USB IRQ prioprity to prevent USART overrunkredon/simtraceKévin Redon1-0/+4
2018-07-03sniffing: fix procedure byte handling and make TPDU parsing for strictKévin Redon1-4/+12
2018-07-03sniffer: also send incomplete (e.g. timeout) data (PPS/ATR/TPDU)Kévin Redon1-24/+39
2018-07-03sniffing: move conversion convertion and flag processing from ISR to main loo...Kévin Redon2-73/+98
2018-07-03buffer: increase buffer size to 512 to cope with fast and long TPDUsKévin Redon1-1/+1
2018-07-03console: drop data to be send when buffer is already fullKévin Redon1-10/+8
2018-07-03sniffer: display F and D values frim PPSKévin Redon3-3/+9
2018-07-01Merge branch 'kredon/simtrace' of ssh://gerrit.osmocom.org:29418/simtrace2 in...Kévin Redon1-0/+5
2018-07-01host USB: add host application to receive and display USB sniffing messages s...Kévin Redon2-1/+535
2018-07-01sniffer USB: implement USB communication and send parsed messagesKévin Redon1-63/+234
2018-07-01USB device: add USB message structure for sniffer communicationKévin Redon1-12/+52
2018-07-01host USB: use central SIMtrace USB ID definition headerKévin Redon2-12/+5
2018-07-01host usb_util fix: used provided class, sub-class, and interfave when finding...Kévin Redon1-4/+4
2018-07-01USB: add central file to define USB IDs, classes, and endpointsKévin Redon11-105/+120
2018-07-01reintroduce adc2uv used in boardver_adc.c and mode_cardemu.cKévin Redon3-7/+9
2018-07-01minor: fix typos in commentKévin Redon1-4/+4
2018-07-01sniff: add WT timeout detection using USART timeout (TC is not required)Kévin Redon1-4/+28
2018-07-01sniff: add TPDU parsing (TPDUs become APDUs on the upper layer)Kévin Redon1-9/+141
2018-07-01sniff: print parsed ATR and PPS; use red LED to show main application is runn...Kévin Redon2-4/+56
2018-07-01LED: add short LED pulse blinking patternKévin Redon2-11/+19
2018-07-01update_fidi: remove debug output since this function is called in time critic...Kévin Redon1-2/+2
2018-07-01DFU: switch green LED on to indicate DFU mode, and red LED to indicate flashi...Kévin Redon1-23/+39
2018-07-01board: fix LED pin definitionKévin Redon1-2/+2
2018-07-01DFU: remove force bootloader button debug message since the console is output...Kévin Redon1-1/+2
2018-07-01sniffer: use ISR to store sniffed data in buffer, add ATR and PPS parsing, an...Kévin Redon1-18/+363
2018-07-01trace: increase watchdog for 500 to 2000 ms to provide more time handling buf...Kévin Redon1-3/+3
2018-07-01ISO7816: change update_fidi to use provided USART, and disable write protecti...Kévin Redon2-13/+24
2018-07-01SIMtrace: enable interrupt on edge dection for SIM_RST pin to reset the sniff...Kévin Redon1-1/+1
2018-07-01SIMtrace: fix default SIM_RST pin state to allow phone controlled resetKévin Redon1-1/+3
2018-07-01SIMtrace: only enable main sniffing mode on SIMtrace boardKévin Redon1-2/+2
2018-07-01sniffer: add state definitions, improve IRQ handling, update pins configurationKévin Redon1-19/+70
2018-07-01simtrace: add support for sniffing on both USARTKévin Redon2-0/+2
2018-07-01board: comment USART definitions and add corresponding IRQ numbersKévin Redon1-2/+11
2018-07-01simtrace: add dedicated power pins configuration for sniffingKévin Redon1-5/+5
2018-07-01sniff: use USART 0 instead of USART 1Kévin Redon4-70/+65
2018-07-01SIMtrace board: comment and fix pin definitionKévin Redon1-65/+89
2018-07-01sniff mode: handle USART 1 RX interrupt to show sniffer dataKévin Redon3-2/+36
2018-07-01add more USB configuration checks and error messagesKévin Redon1-8/+64
2018-07-01enable (empty) sniffer support for SIMtrace boardKévin Redon2-8/+15
2018-07-01copy working cardem app to traceKévin Redon3-0/+222
2018-07-01fix: remove unused codeKévin Redon1-8/+0
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