aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-12-16card_emu: Initialize PTSS state every time we start PTSHarald Welte1-4/+2
2019-12-16host_communication: Send zero-length-packet on wMaxPacketSizeHarald Welte3-0/+18
2019-12-15cardem: RST resets all state (including release of buffers)Harald Welte1-2/+19
2019-12-15cardem: Move card_emu_io_statechg() calls out of interrupt contextHarald Welte1-28/+51
2019-12-15card_emu: Factor out card_handle_reset() from card_emu_init()Harald Welte1-3/+9
2019-12-15pseudo_talloc: Increment number of buffers from 10 to 20Harald Welte1-1/+3
2019-12-15usb_buf: Properly initialize buffered_endpoint->ep numberHarald Welte1-0/+1
2019-12-15USBD_HAL: Don't disable UDP peripheral clock on suspendHarald Welte1-1/+4
2019-12-15usb_buf: Actually limit queue to 3 elements, not 4Harald Welte1-1/+1
2019-12-14cardem: Fix memory leak on unsupported SIMTRACE_MSGT_DT_CEMU_CARDINSERTHarald Welte1-0/+1
2019-12-14update copyright statementHarald Welte1-1/+1
2019-12-14implement minimalistic talloc_report(); add 't' command on UARTHarald Welte3-0/+21
2019-12-14qmod: Document '!' and '@' commands on UARTHarald Welte1-0/+2
2019-12-14cosmetic: board_qmod: Annotate #endif with commentsHarald Welte1-6/+6
2019-12-14qmod: Don't print EEPROM operations in help when not supportedHarald Welte1-0/+4
2019-12-14usb_buf: Limit the maximum queue length to 3 elementsHarald Welte1-0/+12
2019-12-14usb_buf: count number of elements in queueHarald Welte6-13/+58
2019-12-14more comments in host_communication.c.Harald Welte1-2/+5
2019-12-14Add missing CR to achieve CRLF at end of log linesHarald Welte3-10/+10
2019-12-14Fix format string related warnings (int vs. long)Harald Welte5-8/+8
2019-12-14stdio: Add support for %p format string (pointer address)Harald Welte1-0/+1
2019-12-11minor: improve trace outputKévin Redon3-15/+23
2019-12-11improve shared bootloader/application memoryKévin Redon4-8/+17
2019-12-11Makefile: add linker option showing memory usageKévin Redon1-1/+1
2019-12-06Build only 'reasonable' combinations of APP/MEMORY0.7.0Harald Welte1-4/+6
2019-12-06Patch actual board name into the USB iProduct string descriptorHarald Welte10-6/+15
2019-12-06usb_strings.txt: s/SIMtrace Phone/SIMtrace Card Emulation/Harald Welte4-4/+4
2019-12-06qmod DFU: Don't overwrite memory beyond end of usb_strings[]Harald Welte1-0/+2
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-03minor: fix typoKévin Redon1-1/+1
2019-12-02cardem: use simplest ATR as default ATRKévin Redon1-2/+2
2019-12-02simtrace2-remsim: Use simplest ATRKévin Redon1-3/+1
2019-12-02minor: ignore usbstring binaryKévin Redon1-0/+1
2019-12-02better detect VCC and nRST changes on simtrace2 boardKévin Redon1-2/+2
2019-12-02minor : fix typo in commentKévin Redon1-2/+2
2019-12-02minor: improve debug outputKévin Redon1-2/+2
2019-12-02minor: move USB debug output from info to debug levelKévin Redon1-24/+24
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-12-02fix baudrate of 'make log'Harald Welte1-1/+1
2019-12-02minor: fix spacingKévin Redon1-1/+1
2019-12-02simtrace2_api: Remove dead codeHarald Welte1-11/+0
2019-11-28Fix topdir Makefile and debian packaging0.6.1Oliver Smith7-3/+72
2019-11-27simtrace2-sniff.c: fix printf usageOliver Smith1-1/+1
2019-11-26qmod: lower VCC threshold to 2.5V0.6Kévin Redon1-1/+1
2019-11-26free USB buffer when allocation failedKévin Redon1-4/+27
2019-11-24merge simtrace2-discovery.[ch] to libusb_util.[ch]Harald Welte8-129/+48
2019-11-24use osmo_st2_ or osmo_ prefix for [shared] library symbolsHarald Welte6-75/+87
2019-11-24host: use autotools and split shared code to libosmo-simtrace2Harald Welte31-382/+791