summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-12-11cross platform usleep()HEADmasterDimitri Stolnikov1-0/+8
2015-11-07slim_pro.c: Fix format string related compiler warningHarald Welte1-1/+1
2013-11-17cmake: detect libusb on FreeBSDSteve Markgraf1-1/+10
Source: http://patch-tracker.debian.org/patch/series/view/libosmosdr/0.1.7.cd37e9-2/libusb-freebsd Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-12-08software/libosmosdr: remove spaces from Makefile templateDimitri Stolnikov1-2/+2
2012-09-08don't install udev rules by default, as it may pollute the systemDimitri Stolnikov2-5/+8
For cmake call with -DINSTALL_UDEV_RULES=ON for the rules to be installed during the default install/uninstall stages. For autotools call "make install-udev-rules" or "make uninstall-udev- The rules file will be installed to "/etc/udev/rules.d".
2012-09-02install (and uninstall) udev rules fileDimitri Stolnikov2-1/+18
2012-08-08implement a more robust cancelation mechanism of async readerDimitri Stolnikov1-8/+27
2012-08-05disable e4k enhanced mixer gain as it seems to have no effectDimitri Stolnikov1-2/+7
2012-07-14change si570.h permissions to 644Dimitri Stolnikov1-0/+0
2012-06-25include auto-generated GIT_REVISION into the DFU and firmware buildsHarald Welte5-5/+162
At the moment it is only shown on the serial console, though.
2012-06-13fix symbol visibility for automake buildsv0.1Dimitri Stolnikov2-2/+2
2012-06-09sanitize internal and external return codesDimitri Stolnikov1-44/+68
2012-06-07automake: define pkg-config variablesDimitri Stolnikov1-0/+4
2012-06-06implement setting the sample rateDimitri Stolnikov3-110/+80
2012-06-05set TWI/I2C speed to 400kHz - all devices on the OsmoSDR support thisChristian Daniel1-1/+1
2012-06-05e4k: fix return value of debug functionChristian Daniel1-0/+1
2012-06-05USB: fix statemachine to prevent bulk ep hangChristian Daniel1-3/+1
2012-06-05req queue: resize buffers and fix irq enable/disableChristian Daniel1-4/+5
2012-06-05remove generic USB debugging printfChristian Daniel1-2/+2
2012-06-05proper e4k initChristian Daniel1-0/+2
2012-06-05add lots of debugging stuffChristian Daniel10-1/+66
2012-06-02fix access violation errorDimitri Stolnikov1-16/+13
2012-06-02introduce getters for tuner parameters (gain, type)Dimitri Stolnikov3-0/+43
2012-06-01fix fix of fix for mixer_gain APIChristian Daniel1-1/+1
2012-06-01fix typoChristian Daniel1-1/+1
2012-06-01provide accessors for expanded USB APIChristian Daniel2-1/+170
2012-06-01expand USB APIChristian Daniel1-3/+35
2012-06-01swap I/Q by default (OsmoSDR is q first)Christian Daniel1-1/+2
2012-06-01added accessor functions for specific FPGA registersChristian Daniel2-0/+28
2012-05-30new fpga firmware - sorry, only one blobChristian Daniel22-196/+596
new features: - bit to swap I and Q (spectrum inversion) - make GPS PPS input usable as clock reference (PPS acts as clock gate for a counter) - change unused pins into GPIOs (input, output, etc. configuration via SPI register bank) - LED connected to FPGA can be switched on and off have a look at the updated register description ODF/PDF
2012-05-30fix mixer setting in libosmosdrChristian Daniel1-1/+1
2012-05-30add workaround for E4K gap between 325-350 MHzChristian Daniel1-1/+3
2012-05-30add a few debug stringsChristian Daniel1-0/+23
2012-05-29fix build of usb-dfu-projectSteve Markgraf1-0/+2
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-05-27fix vid case in udev rules fileDimitri Stolnikov1-1/+1
2012-05-27fix c&p errorDimitri Stolnikov1-1/+1
2012-05-27fix gain setting in CLI toolDimitri Stolnikov1-13/+25
2012-05-27add preliminary tuner controlDimitri Stolnikov1-5/+103
2012-05-26add bulk mode and initial USB APIChristian Daniel1-5/+232
2012-05-26export subsystem structs and add support for bulk modeChristian Daniel1-19/+12
2012-05-26remove a few debug messages to clean the outputChristian Daniel1-6/+5
2012-05-26add bulk EP descriptors (switchable by #define)Christian Daniel1-0/+215
2012-05-26add an API function to directly write to an SI570 registerChristian Daniel2-0/+16
2012-05-26import modified E4000 driver from rtl-sdrChristian Daniel3-234/+287
2012-05-25libosmosdr: update USB endpoint used for IQ streamingDimitri Stolnikov1-2/+2
2012-05-20add osmo_sdr utilityDimitri Stolnikov3-1/+293
2012-05-20introduce api function to read usb string descriptorsDimitri Stolnikov2-3/+122
This API allows to read manufacturer and product names as well as the serial number advertized by the device on the bus.
2012-05-20rename osmosdr.c to libosmosdr.cDimitri Stolnikov3-3/+3
2012-05-17added register description for FPGA firmwareChristian Daniel1-0/+0
2012-05-17added DFU functionality for the FPGA - crudely removed stuff from the loader ↵Christian Daniel5-16/+1747
to make it fit into the 16k