aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-24remove unused function process_do_error()Harald Welte1-19/+0
2019-11-24simtrace2-remsim: Implement/Fix the 'skip_atr' optionHarald Welte1-6/+8
2019-11-24fix typo: libisb -> libusbHarald Welte1-1/+1
2019-11-24card_emu_tests: Cosmetic changes (re-order code; more comments)Harald Welte1-9/+20
2019-11-18add DFU enter override capabilityKévin Redon2-1/+17
2019-11-18add serial and version info in USB descriptionKévin Redon3-14/+141
2019-11-14check RST/VCC/CLK line at every step of the activationKévin Redon1-0/+7
2019-11-14initialize VCC, RST, and VCC with actual valuesKévin Redon4-20/+27
2019-10-30firmare/test/Makefile: Fix link orderHarald Welte1-2/+2
2019-10-30Attempt to fix master-simtrace2 publish stage (missing WORKSPACE env)Harald Welte1-2/+2
2019-10-24add/fix mcp23017 i2c gpio expander functions and testsJoachim Steiger6-9/+52
2019-10-04define LEDs for octsimtestKévin Redon1-0/+16
2019-10-04make LED definitions board specificKévin Redon5-13/+70
2019-10-04hw: put board specific pin definition in corresponding fileKévin Redon2-6/+3
2019-08-13USB: place version string in interfaceKévin Redon1-4/+39
2019-08-12disable ERASE pinKévin Redon1-0/+3