aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-04-04add ISO 7816-3 library to remsim projectKévin Redon1-1/+1
2021-04-04add library providing ISO 7816-3 utilitiesKévin Redon2-0/+229
2021-04-04cardem: currently simtrace does not support cardemKévin Redon1-1/+1
2021-04-04cardem: choose a more reasonable default ATREric Wild2-3/+38
2021-04-04firmware: allow verbose buildsEric Wild1-6/+14
2021-04-04firmware: do not allow undefined symbolsEric Wild2-2/+7
2021-04-04minor: use same LED pattern for cardem as other applicationsKévin Redon1-1/+2
2021-03-08contrib/prepare_upload.sh: fix cd problemsOliver Smith2-1/+3
2021-03-05firmware: create duplicate files for upload onlyOliver Smith3-4/+15
2021-03-05gitignore: add firmware/apps/*/usb_strings.txt.patchedOliver Smith1-0/+1
2021-03-05host: use git-version-gen/tarball-v. from topdirOliver Smith3-153/+2
2021-03-05firmware/Makefile: fix UNKNOWN in OBS packagesOliver Smith1-1/+1
2021-03-05d/source/format: new fileOliver Smith1-0/+1
2021-01-29dfu: let the device reset itselfEric2-4/+7
2020-10-27remove old pre-autoconf makefileHarald Welte1-28/+0
2020-10-27Update READMEHarald Welte1-9/+8
2020-10-27rename simtrace2-remsim to simtrace2-cardem-pcscHarald Welte5-9/+9
2020-10-27remove usb2udpHarald Welte6-370/+43
2020-10-27remsim: adding cli argument to set the atrLeonard Hübner1-4/+20
2020-10-18migrate from BSC_FD_* to OSMO_FD_*Harald Welte1-4/+4
2020-08-16dfu: Save another 60 bytes by changing the way we print horizontal linesHarald Welte1-5/+16
2020-08-16dfu: Shrink code by 144 bytes (by not calling PIO_InitializeInterrupts)Harald Welte1-2/+0
2020-08-05firmware: fix builds with gcc stack smashing protection enabledHarald Welte2-1/+15
2020-05-25Introduce support for asynchronous USB transmissionHarald Welte3-15/+77
2020-05-19contrib: integrate RPM specOliver Smith3-4/+3
2020-05-19contrib: import RPM specOliver Smith1-0/+103
2020-03-19simtrace2_siff: getopt_long() returns int, not charHarald Welte1-1/+1
2020-03-13pio_it.c: Permit repeated calls to PIO_ConfigureIt()Harald Welte2-7/+19
2020-03-13USBD.c: Don't reset EP0 on SetConfiguration(0)Harald Welte1-1/+1
2020-03-03cosmetic: Add missing CR to LF in dispatch_received_usb_msg()Harald Welte1-1/+1
2020-03-03extend osmo_st2_cardem_inst with fields required by osmo-remsimHarald Welte1-0/+4
2020-03-01cardem: Fix infinite loop + watchdog reset on long OUT messageHarald Welte1-0/+1
2020-03-01Disable interrupts during EEFC_ReadUniqueID()Harald Welte1-0/+7
2020-02-22simtrace2_api: Add osmo_st2_cardem_request_config()Harald Welte2-0/+16
2020-01-30cardem: disable upload for simtrace2Eric Wild1-0/+2
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