Software to turn the RTL2832U into a SDR receiver
Go to file
Steve Markgraf f68bb2fa77 lib: Add workaround for Linux usbfs mmap() bug
The Linux Kernel has a bug on ARM/ARM64 systems where the USB CMA
memory is incorrectly mapped to userspace, breaking zerocopy.

When the Kernel allocates the memory, it clears it with memset().
If the mapping worked correctly, we should have zeroed out buffers,
if it doesn't, we get random Kernel memory. We now check for this,
and fall back to buffers in userspace if that's the case.

Signed-off-by: Steve Markgraf <steve@steve-m.de>
2018-10-07 01:25:07 +02:00
cmake lib/cmake: check for libusb_handle_events_timeout_completed() 2014-01-24 03:57:53 +01:00
contrib add contrib/jenkins.sh for build testing 2018-04-18 23:59:17 +02:00
debian Add Debian packaging information 2018-06-03 15:19:53 +02:00
include lib: Use GPIO P0 to toggle an (optional) bias-t 2017-06-09 15:06:23 +02:00
m4 add autotools based build system 2012-03-27 20:53:49 +02:00
src lib: Add workaround for Linux usbfs mmap() bug 2018-10-07 01:25:07 +02:00
.gitignore add Cmake generated files to .gitignore 2012-05-20 18:13:34 +02:00
.travis.yml add configuration file for Travis CI 2014-02-05 18:07:15 +01:00
AUTHORS update authors 2012-12-16 16:25:40 +01:00
CMakeLists.txt change version to 0.6git 2018-10-07 01:00:49 +02:00
COPYING add autotools based build system 2012-03-27 20:53:49 +02:00
Doxyfile.in add autotools based build system 2012-03-27 20:53:49 +02:00
Makefile.am Fix "make uninstall" for documentation 2018-06-03 13:24:42 +02:00
README README: Update homepage/wiki URL from old trac to redmine 2018-06-03 14:31:39 +02:00
configure.ac configure.ac: Add --enable-sanitize and --enable-werror 2018-04-18 23:59:17 +02:00
git-version-gen add autotools based build system 2012-03-27 20:53:49 +02:00
librtlsdr.pc.in install pkg-config file when building with cmake 2012-05-12 12:34:21 +02:00
rtl-sdr.rules lib: add new HanfTek dongle 2016-11-27 12:19:44 +01:00

README

rtl-sdr
turns your Realtek RTL2832 based DVB dongle into a SDR receiver
======================================================================

For more information see:
https://osmocom.org/projects/rtl-sdr/wiki