aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
Commit message (Expand)AuthorAgeFilesLines
* mpmd: Fix corner case in MPM device reachabilitySugandha Gupta2019-08-071-1/+1
* rfnoc: fix multidevice graph connectionsMark Meserve2019-08-061-96/+107
* x300: Refactor heavilyMartin Braun2019-08-0215-1352/+1607
* x300: Factor out mb-type specific codeMartin Braun2019-08-025-165/+220
* Remove GPSd dependencyMartin Braun2019-07-244-348/+0
* n310: add capability to control RF filter bypass and freq.band limitsThomas Vogel2019-07-246-39/+133
* gpsd: Fix gpsdata API: .separation -> .fix.geoid_sepMichael Dickens2019-07-231-0/+8
* converters: Improve exception string for illegal formatsMartin Braun2019-07-201-1/+1
* ad9361: Improve loggingMartin Braun2019-07-181-10/+15
* Device3: Fix MTU and default frame sizesMichael West2019-07-186-158/+277
* nirio: Fix typo in nirio_zero_copyMichael West2019-07-181-1/+1
* transport: usb: Allow to cancel USB requests without throwingBehnam Sabaghi2019-07-181-1/+3
* sbx: Only update ATRs when lock state changesMartin Braun2019-07-171-5/+7
* x310: fixed udp WSA buffer size assignment issueMatthew Crymble2019-07-171-3/+21
* rfnoc: Add update_graph() API callMartin Braun2019-07-154-12/+13
* device3: Remove unused 'rate' argument from update_?x_streamers()Martin Braun2019-07-154-11/+14
* device3: rfnoc: formatting changesBrent Stapleton2019-07-154-53/+57
* nocscript: add optional port argument to block sr_writeMark Meserve2019-07-101-4/+15
* transport: fixed a pre-mature buffer resetmcrymble2019-06-141-2/+3
* x300: dac: Replace uhd::get_system_time() with steady_clockMartin Braun2019-06-121-5/+4
* max287x: improve loggingMark Meserve2019-06-121-7/+12
* ubx: add temperature compensation modeMark Meserve2019-06-121-0/+41
* transport: Remove warning for memset in super_recv_packet_handlerAlex Williams2019-06-071-4/+4
* twinrx: increase rev c lo1 charge pump default valueMark Meserve2019-05-282-2/+2
* X300: fixed get_mtu for pcieMatthew Crymble2019-05-251-1/+4
* fixup! uhdlib: add rational approximation to math utilitiesMartin Braun2019-05-231-1/+1
* cores: Use NSDMI consistently in ?x_dsp_core_3000.*Martin Braun2019-05-222-23/+16
* cores: Apply clang-format to ?x_dsp_core_3000.*Martin Braun2019-05-224-243/+280
* lib: rfnoc: Apply clang-format to graph_impl.hppMartin Braun2019-05-221-35/+26
* mpmd: image_loader: Add support for devices without fpga_typeSugandha Gupta2019-05-211-1/+5
* cmake: Remove superfluous "E300/E320 enabled" messagesMartin Braun2019-05-161-2/+0
* rfnoc: tick_node: Search all nodes for tick ratesMartin Braun2019-05-081-3/+5
* log: Change logging coloursMartin Braun2019-05-071-3/+3
* log: Fix ANSI colour codesMartin Braun2019-05-071-7/+9
* adf435x: run clang-formatMark Meserve2019-05-071-146/+251
* twinrx: set lo2 to use new low spur tuning modeMark Meserve2019-05-072-6/+3
* adf435x: add low spur tuning modeMark Meserve2019-05-071-5/+56
* uhdlib: add rational approximation to math utilitiesMark Meserve2019-05-071-0/+75
* twinrx: add lo charge pump propertiesMark Meserve2019-05-025-19/+116
* adf535x: add charge pump controlMark Meserve2019-05-021-3/+55
* adf435x: add charge pump with double parameterMark Meserve2019-05-021-0/+34
* adf435x: enhance logging messagesMark Meserve2019-05-021-10/+13
* utils: add support for directly updating components from image_loaderAndrew Lynch2019-05-021-71/+96
* prop_tree: add pop() functionBrent Stapleton2019-05-021-0/+23
* prop_tree: formatting property tree filesBrent Stapleton2019-05-021-58/+82
* C: Add uhd_get_abi_string, uhd_get_version_stringNicholas Corgan2019-05-022-0/+35
* mpmd: Release resources on destructionVirendra Kakade2019-05-012-4/+6
* liberio: Release context holder on destruction of last liberio xportSugandha Gupta2019-05-011-3/+24
* mpmd: Fix spurious reclaim call after unclaimVirendra Kakade2019-05-011-3/+6
* device3: Constraint send/recv_frame_size based on down/upstream MTUSugandha Gupta2019-05-019-6/+100