aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-10-20simtrace2_api: Fix transmission of SIMTRACE_CMD_BD_BOARD_INFOlaforge/rp2040-wipHarald Welte1-1/+1
2023-10-20WIP: hack simtrace2-tool for USB testing of rp2040 firmwareHarald Welte1-0/+9
2023-09-14WIP: generic board-infoHarald Welte3-1/+45
2023-09-14firmware/sniffer: Handle USART BREAK conditionHarald Welte1-1/+9
2023-09-14firmware/sniffer: Add performance/error countersHarald Welte2-5/+56
2023-09-14HACK: Solve weird problem wih lost OUT transfer on ping-pong endpointHarald Welte1-0/+4
2023-09-13firmware/Makefile: don't use distribution's CFLAGSOliver Smith1-0/+7
2023-07-21simtrace2-cardem-pcsc: mark reset events in GSMTAP tracePhilipp Maier1-0/+3
2023-07-18Fix unchecked return value of osmo_libusb_init()Harald Welte1-1/+1
2023-05-16contrib/jenkins: tweak shell logicOliver Smith1-4/+10
2023-05-15fw: only build the bl with clangEric Wild1-1/+2
2023-04-26debian: set compat level to 10Oliver Smith3-4/+4
2023-04-26debian/rules: remove override_dh_autoreconfOliver Smith1-3/+0
2023-04-25Cosmetic: fix CI errorsOliver Smith6-20/+21
2022-11-22contrib/jenkins.sh : build and publish combined targetsEric Wild1-7/+24
2022-11-19firmware/sniffer: Enable interrupts for overrun/parity/frame errorsHarald Welte1-1/+1
2022-11-19firmware/sniffer: introduce #define for interrupt enable flagsHarald Welte1-2/+4
2022-11-19firmware/sniffer: Handle WT timeouts via ring-bufferHarald Welte1-66/+73
2022-11-19firmware/sniffer: Pass PARITY/OVERRUN/FRAMING error via ringbufferHarald Welte2-11/+36
2022-11-19firmware/sniffer: Add + use 16bit ringbufferHarald Welte3-6/+88
2022-11-19firmware/sniffer: Disable TIMEOUT interrupts in USART IER on exitHarald Welte1-1/+1
2022-11-19firmware/sniffer: Rename global variable 'wt' to 'g_wt'Harald Welte1-6/+6
2022-11-19firmware/sniffer: Log cause of WT changeHarald Welte1-6/+7
2022-11-19firmware/sniffer: Group global variables in structsHarald Welte1-94/+102
2022-11-19firmware/sniffer: Make all global variables 'static'Harald Welte1-14/+14
2022-11-19firmware/sniffer: Fix programming error in PPSHarald Welte1-1/+1
2022-11-19firmware/sniffer: Avoid extra call for rbuf_is_fullHarald Welte1-4/+1
2022-11-19firmware/sniffer: Log old and new state in ISO7816-3 state changesHarald Welte1-1/+2
2022-11-19firmware/sniffer: refactor setting TPDU stateHarald Welte1-12/+21
2022-11-19firmware/sniffer: Log parity errors, just like overruns and framing errorsHarald Welte1-7/+7
2022-11-16conrtrib/upload : upload elf filesEric Wild1-1/+1
2022-11-15firmware/sniffer: Fix copy+paste when logging invalid INS bytesHarald Welte1-1/+1
2022-11-14Fix missing generation of waiting-time-extension in some situationsJames Tavares1-0/+9
2022-11-13main: rotor: erase immediately after sendJames Tavares1-1/+1
2022-11-11cosmetic: Fix compile-time #error message string typoHarald Welte1-1/+1
2022-10-13contrib/jenkins.sh: set USE_CLANG=1Oliver Smith1-1/+1
2022-07-25cardem: reset the uC in case of USB disconnectHarald Welte1-0/+4
2022-07-11host/cardem: fix integer overflow in process_do_rx_da()Vadim Yanitskiy1-0/+7
2022-06-17update git URLs (git -> https; gitea)Harald Welte1-2/+2
2022-04-05simtrace2-cardem-pcsc.c: Send APDUs via GSMTAPHarald Welte1-0/+3
2022-03-11firmware: bugfix: disable cardemu comms in local SIM modeJames Tavares1-13/+31
2022-03-09firmware: usb: call USBD_HAL_DISCONNECT while usb init to recover from resetsAlexander Couzens1-0/+1
2022-03-03Reduce bInterval of interrupt endpoints to avoid interrupt missesHarald Welte1-5/+5
2022-03-03contrib/simtrace.lua: Add Flag bits + Data to COL_INFOHarald Welte1-0/+24
2022-03-03simtrace2-cardem-pcsc: continue in case of LIBUSB_TRANSFER_ERRORHarald Welte1-0/+6
2022-03-03simtrace2-cardem-pcsc: Fix copy+paste error in log messageHarald Welte1-1/+1
2022-03-03host: Don't pass -1 (converted to 255) as addressHarald Welte2-2/+4
2022-03-03simtrace2-cardem-pcsc: Detect card power-up without RESETHarald Welte1-5/+23
2022-03-03simtrace2-cardem-pcsc: Move all logging into libosmocoreHarald Welte1-13/+19
2022-03-03simtrace2-cardem-pcsc: rename 'flags' to 'status_flags'Harald Welte1-11/+11