aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing parameter: modulation indexFelix Erckenbrecht2022-03-241-4/+8
* ran 'correct indentation'Felix Erckenbrecht2022-03-241-293/+293
* Work in progress: Refactor IQ mod to Ampliphase modFelix Erckenbrecht2022-03-241-86/+209
* Print messages to stdoutFelix Erckenbrecht2022-02-091-3/+5
* Add 'ignore eof' optionFelix Erckenbrecht2022-02-091-1/+9
* Implement swap I/Q optionFelix Erckenbrecht2020-07-311-11/+19
* Turn double to floatFelix Erckenbrecht2020-07-311-23/+24
* Use previous amplitude as start and slope towards actual amplitudeFelix Erckenbrecht2020-07-311-2/+2
* Bugfix: allocate correct amount of memoryFelix Erckenbrecht2020-07-311-2/+2
* Set default samplerate to 96 MS/sFelix Erckenbrecht2020-07-311-2/+2
* Make shared variable volatileFelix Erckenbrecht2020-07-311-1/+2
* Remove unused optionFelix Erckenbrecht2020-07-311-1/+1
* Lock mutex before calling cond_wait or cond_signalFelix Erckenbrecht2020-07-311-0/+8
* Refactor rename mutexFelix Erckenbrecht2020-07-311-3/+3
* Bugfix: Fixed typo that lead to I-baseband sample being used twice and Q not ...Felix Erckenbrecht2020-07-261-1/+1
* Implement proper amplitude scaling by 1/sqrt(2) to achieve correct amplitudeFelix Erckenbrecht2020-07-261-5/+5
* Refactor AM modulator into IQ modulator (work in progress)Felix Erckenbrecht2020-07-262-83/+91
* fl2k_am workingFelix Erckenbrecht2020-04-182-1/+509
* Bugfix: Generate proper baseband - code was shifted by one bitFelix Erckenbrecht2019-11-241-2/+4
* Rename mutexesFelix Erckenbrecht2019-11-021-9/+4
* Precalculate baseband samplesFelix Erckenbrecht2019-11-021-1/+1
* Precalculate baseband samplesFelix Erckenbrecht2019-11-021-35/+57
* Include garage door opener (12 Bit code)Felix Erckenbrecht2019-11-022-1/+536
* Rename delta_freq to deviationFelix Erckenbrecht2019-11-011-3/+3
* fl2k_tcp: don't free buffer while lib still uses itSteve Markgraf2019-08-261-1/+1
* improve exit handling on device removalSteve Markgraf2019-08-265-11/+35
* lib: wait for sample worker thread before freeing buffersSteve Markgraf2019-08-251-0/+2
* fl2k_file: check read return value before repeatingSteve Markgraf2019-08-251-1/+1
* fl2k_fm: make inline functions staticSteve Markgraf2019-08-251-7/+7
* contrib/jenkins.sh: osmo-fl2k build verificationOliver Smith2019-08-011-0/+18
* lib: Add workaround for Linux usbfs mmap() bugSteve Markgraf2018-10-071-2/+17
* lib: add I2C supportSteve Markgraf2018-06-172-0/+136
* fix sleep durations on WindowsSteve Markgraf2018-06-174-39/+24
* debian: build-dep on dh-autoreconf for Ubuntu 16.04/Debian8Harald Welte2018-06-031-1/+1
* debian: Attempt to down-grade the debhelper version requirementHarald Welte2018-06-032-2/+2
* Add Debian packaging informationHarald Welte2018-06-0310-0/+187
* enable multiarch build by means of GNUInstallDirsThorsten Alteholz2018-06-032-3/+7
* libusb-1.0.22 deprecated libusb_set_debug() with libusb_set_option()Harald Welte2018-06-031-0/+4
* fl2k_file: support reading from stdinSteve Markgraf2018-05-231-4/+11
* lib: update output on zero-copy allocationSteve Markgraf2018-05-011-2/+3
* lib: free zero-copy buffers in case of errorSteve Markgraf2018-05-011-4/+17
* set version to 0.1gitSteve Markgraf2018-04-281-1/+1
* update version to 0.1.1v0.1.1Steve Markgraf2018-04-281-1/+1
* fl2k_fm: add missing help text for stereo and rdsSteve Markgraf2018-04-271-0/+2
* fl2k_test: fix build on Mac OSSteve Markgraf2018-04-271-2/+2
* CMake: Make UDEV_RULES_PATH configurableMartin Hauke2018-04-241-1/+6
* Fix build with MinGWMartin Hauke2018-04-243-3/+16
* lib: libusb_dev_mem_free() is not present in old versionsSteve Markgraf2018-04-231-0/+2
* fl2k_fm: add SPDX identifierSteve Markgraf2018-04-231-0/+2
* add missing cmake modulesSteve Markgraf2018-04-193-0/+361