aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bladerf/bladerf_source_c.cc
AgeCommit message (Expand)AuthorFilesLines
2022-07-07bladeRF: allow setting reference frequencyJan Hrach1-0/+9
2022-06-10bladeRF: calculate number of samples based on stream countRobert Ghilduta1-1/+1
2022-06-10bladeRF: enable and disable each channelRobert Ghilduta1-5/+3
2020-11-01Replace BOOST_FOREACH with range-based for loopsClayton Smith1-2/+2
2018-08-15bladerf: update bladerf to catch up with libbladeRFRobert Ghilduta1-2/+2
2018-08-15bladeRF: add support for biastee on bladeRF microRey Tucker1-0/+25
2018-08-15bladerf: compatibility with older libbladeRFRey Tucker1-1/+2
2018-08-15bladerf: add support for MIMORey Tucker1-167/+381
2018-08-15bladerf: use nchan option to enable multi-channelsRyan Tucker1-17/+23
2018-08-15bladerf: formatting/consistency fixesRyan Tucker1-119/+144
2018-08-15bladerf: replace bladerf_module with bladerf_directionRyan Tucker1-10/+10
2018-08-15bladeRF: fix identification of channelsRyan Tucker1-14/+15
2018-08-15bladeRF: remove set_bb_gainRyan Tucker1-5/+0
2018-08-15update copyright datesRey Tucker1-1/+1
2018-08-15WIP: more port workRyan Tucker1-2/+6
2018-08-15bladerf: initial support for new bladeRF hardwareRey Tucker1-155/+21
2017-02-27bladeRF: Use VOLK for type conversionSylvain Munaut1-15/+4
2016-02-28bladerf: implement options for clock configurationDimitri Stolnikov1-0/+15
2015-07-17bladeRF: Added SOB/EOB stream tag handling support to bladerf_sinkJon Szymaniak1-1/+9
2015-01-10bladerf: include rxvga1 to the BB gain settingDimitri Stolnikov1-5/+19
2014-11-03bladeRF: Don't fail out until 3 consecutive errors have occurredJon Szymaniak1-1/+11
2014-11-03bladeRF: Removed unused bladerf_metadata parameter from rx/tx callsJon Szymaniak1-2/+1
2014-03-10bladerf: Updated source/sink to use libbladeRF's sync interfaceBrian Padalino1-170/+36
2014-02-16bladeRF: RXVGA2 range is [0, 30]Jon Szymaniak1-1/+1
2014-01-18bladeRF: Modifying correction calls.Brian Padalino1-25/+2
2014-01-13bladerf: Removed sign extension and masking of samplesJon Szymaniak1-10/+17
2014-01-13bladerf: Updates for libbladeRF v0.11.0 API changesJon Szymaniak1-5/+11
2014-01-13bladerf: Use rational sample rate functionsJon Szymaniak1-34/+2
2014-01-13bladerf: Added start()/stop() implementationsJon Szymaniak1-28/+46
2014-01-11bladerf: implement DC offset and IQ imbalance correctionDimitri Stolnikov1-9/+39
2013-12-28bladerf: prepare functions to control DC offset / IQ balance (WIP)Dimitri Stolnikov1-0/+39
2013-10-30bladerf: Moved initializations to bladerf_common.c, misc. cleanupJon Szymaniak1-108/+44
2013-10-30bladerf: Moved no longer "common" items out of bladerf_commonJon Szymaniak1-0/+34
2013-10-29bladerf: Added device caching, this enables full-duplex operation.Daniel Gröber1-30/+27
2013-10-04bladerf: use newstyle version gettersDimitri Stolnikov1-5/+5
2013-10-03bladerf: make source less picky wrt rf gainDimitri Stolnikov1-10/+7
2013-09-28bladerf: implement automatic bandwidth selectionDimitri Stolnikov1-0/+3
2013-09-28bladerf: migration to async api (WIP)Dimitri Stolnikov1-128/+144
2013-08-29Support setting external sampling to bladerfFrederik M.J. Vestre1-0/+20
2013-08-27bladerf: follow recent API changesDimitri Stolnikov1-22/+22
2013-07-26bladerf: migrate to new api to enable/disable TX/RX modulesDimitri Stolnikov1-3/+13
2013-07-21bladerf: add support for nuand LLC bladeRF (WIP)Dimitri Stolnikov1-0/+584