Commit Graph

29 Commits

Author SHA1 Message Date
Dimitri Stolnikov ba4fd96622 cross platform usleep() 2015-12-11 18:45:23 +01:00
Steve Markgraf effcaa75bf cmake: detect libusb on FreeBSD
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>
2013-11-17 19:17:02 +01:00
Dimitri Stolnikov cd37e9fab1 software/libosmosdr: remove spaces from Makefile template 2012-12-08 20:04:48 +01:00
Dimitri Stolnikov d79e4f8dca don't install udev rules by default, as it may pollute the system
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-08 16:45:01 +02:00
Dimitri Stolnikov b81bf9a481 install (and uninstall) udev rules file 2012-09-02 22:15:36 +02:00
Dimitri Stolnikov a09144bc88 implement a more robust cancelation mechanism of async reader 2012-08-08 21:20:59 +02:00
Dimitri Stolnikov 14f7dd4461 disable e4k enhanced mixer gain as it seems to have no effect 2012-08-05 16:36:58 +02:00
Dimitri Stolnikov 233c5b7201 fix symbol visibility for automake builds 2012-06-13 01:30:08 +02:00
Dimitri Stolnikov 9e2a7e199a sanitize internal and external return codes 2012-06-09 19:46:05 +02:00
Dimitri Stolnikov e91056e736 automake: define pkg-config variables 2012-06-07 22:39:19 +02:00
Dimitri Stolnikov a630fc0810 implement setting the sample rate 2012-06-06 00:44:04 +02:00
Dimitri Stolnikov 41eb541606 fix access violation error 2012-06-02 16:49:51 +02:00
Dimitri Stolnikov 292a986830 introduce getters for tuner parameters (gain, type) 2012-06-02 01:41:04 +02:00
Christian Daniel a2382d66d8 fix fix of fix for mixer_gain API 2012-06-01 00:31:39 +02:00
Christian Daniel 4eed4e7870 provide accessors for expanded USB API 2012-06-01 00:17:33 +02:00
Christian Daniel 1c329c8165 fix mixer setting in libosmosdr 2012-05-30 22:03:27 +02:00
Dimitri Stolnikov e1cef7b07b fix vid case in udev rules file 2012-05-27 19:28:36 +02:00
Dimitri Stolnikov c9e015c711 fix c&p error 2012-05-27 15:34:49 +02:00
Dimitri Stolnikov 4c49d57323 fix gain setting in CLI tool 2012-05-27 15:19:14 +02:00
Dimitri Stolnikov bcc45534de add preliminary tuner control 2012-05-27 15:17:39 +02:00
Dimitri Stolnikov 5b2f5902b0 libosmosdr: update USB endpoint used for IQ streaming 2012-05-25 00:15:41 +02:00
Dimitri Stolnikov 8650ea86db add osmo_sdr utility 2012-05-20 16:44:57 +02:00
Dimitri Stolnikov 7d90bb808a introduce api function to read usb string descriptors
This API allows to read manufacturer and product names as well as the
serial number advertized by the device on the bus.
2012-05-20 16:43:59 +02:00
Dimitri Stolnikov 129324b3dd rename osmosdr.c to libosmosdr.c 2012-05-20 14:02:53 +02:00
Dimitri Stolnikov d01cbad359 add api version information to the library when building with cmake 2012-05-15 18:14:20 +02:00
Dimitri Stolnikov 5140eade9f fix a typo in Makefile.am 2012-05-14 20:46:50 +02:00
Dimitri Stolnikov 790aa13a5b fix a memory leak by unreferencing libusb devices 2012-05-12 16:08:02 +02:00
Dimitri Stolnikov c4ed664383 install pkg-config file when building with cmake 2012-05-12 16:07:41 +02:00
Dimitri Stolnikov ce0473f5fe initial commit of libosmosdr files
this is largely based on the code of rtl-sdr project.
2012-05-12 00:23:41 +02:00