uhd/host/lib/usrp
Martin Braun a5ee66ade9 lib: Fix time-cast for dboard_iface::sleep()
The previous cast would take the number of nanoseconds, cast them to an
integer, and then add that to the previous command time. Now, we cast
the nanoseconds duration to a number of seconds, represented as a double,
first.
2023-07-18 13:03:16 -07:00
..
b100 uhd: Replace Boost mutexes and locks with standard options 2021-10-19 12:21:33 -07:00
b200 b200: Fix invalid RF switch positions 2023-04-11 14:29:52 -05:00
common cal: add method to get the current power cal tracking mode 2022-06-29 12:08:31 -07:00
cores usrp: Add xport_adapter_ctrl core 2023-01-10 14:19:00 -08:00
dboard lib: fbx: Remove unused lambda captures 2023-07-12 09:43:23 -07:00
mpmd SelfCal: Trigger if clocking has changed 2023-07-07 12:35:55 -07:00
usrp1 uhd: math: Replace wrap-frequency math with a single function 2021-10-19 12:21:33 -07:00
usrp2 usrp2: Remove unused code segments 2022-06-17 06:45:04 -07:00
x300 rfnoc: Enable SEP throttle register 2023-03-13 17:51:17 -04:00
x400 SelfCal: Remove self-cal from boot and fpga update 2023-07-13 07:33:08 -05:00
CMakeLists.txt uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
dboard_base.cpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
dboard_ctor_args.hpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
dboard_eeprom.cpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
dboard_eeprom_c.cpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
dboard_id.cpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
dboard_iface.cpp lib: Fix time-cast for dboard_iface::sleep() 2023-07-18 13:03:16 -07:00
dboard_iface_python.hpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
dboard_manager.cpp host: Update code base using clang-tidy 2021-03-04 08:07:26 -06:00
fe_connection.cpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
fe_connection_python.hpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
gps_ctrl.cpp uhd: Fix non-standard function name macros 2022-01-12 15:07:54 -06:00
mboard_eeprom_c.cpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
multi_usrp.cpp extension: Add extension framework 2022-08-30 08:49:26 -05:00
multi_usrp_python.cpp python: multi_usrp: Add set_rx_spp() 2021-11-09 08:31:40 -08:00
multi_usrp_python.hpp python: Move multi_usrp_python to its own module 2020-10-12 15:10:47 -05:00
multi_usrp_rfnoc.cpp multi_usrp: rfnoc: Added warning when handling tune_request 2023-06-05 07:49:41 -05:00
subdev_spec.cpp host: Update code base using clang-tidy 2021-03-04 08:07:26 -06:00
subdev_spec_c.cpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
subdev_spec_python.hpp python: Fix subdev_spec_t wrapping 2023-06-29 09:39:47 -05:00
usrp_c.cpp C API: Fix double-free issue with sensor values 2022-11-11 15:31:50 -06:00