aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-01-30remsim: allow selecting pcsc reader numberEric Wild1-2/+8
2020-01-17increase ringbuffer size from 512 to 1024 bytesHarald Welte1-1/+1
2020-01-17host/lib/gsmtap.c: Add GPLv2 disclaimerHarald Welte1-0/+19
2020-01-17host: Add COPYING file for host software (GPLv2)Harald Welte1-0/+339
2020-01-16add script to flash latest firmwareKévin Redon1-0/+162
2020-01-16DFU: add DFU applicationKévin Redon9-20/+92
2020-01-11firmware: apps/cardem/main.c: Synchronize with apps/trace/main.cHarald Welte1-3/+4
2020-01-11firmware: move printing of welcome banner to common function print_banner()Harald Welte6-60/+64
2019-12-26library: Add osmo_st2_compatible_dev_idsp[]Harald Welte4-2/+47
2019-12-26migrate to libosmousbHarald Welte10-429/+17
2019-12-26Update .gitignore file for hostHarald Welte1-0/+6
2019-12-25OSMO_ASSERT() on double-free or invalid pointerHarald Welte1-0/+2
2019-12-17[lib] apdu_dispatch: Don't print APDU state to stdoutHarald Welte2-9/+16
2019-12-17[lib] apdu_dispatch: Use DLGLOBAL and don't printf() directlyHarald Welte1-6/+7
2019-12-17jenkins.sh: Add verify_value_string_arrays_are_terminated.pyHarald Welte1-0/+3
2019-12-17firmware: Reformat value_string to pass our validation scriptsHarald Welte2-88/+22
2019-12-17simtrace2-sniff: Reformat value_string to pass our validation scriptsHarald Welte1-40/+10
2019-12-16cardem: Implement support for CEMU_FEAT_F_STATUS_IRQHarald Welte1-1/+13
2019-12-16cardem: Add SIMTRACE_MSGT_BD_CEMU_CONFIGHarald Welte4-0/+54
2019-12-16cardem: Make card_emu_report_status() optionally use IRQ endpointHarald Welte4-6/+9
2019-12-16card_emu: Remove extraneous initialization of ch->pts.stateHarald Welte1-2/+0
2019-12-16card_emu: Remove extraneous codeHarald Welte1-3/+1
2019-12-16card_emu: Always print state names in string representationHarald Welte1-10/+27
2019-12-16card_emu: Avoid recursive calls to card_set_state()Harald Welte1-7/+17
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