uhd/host/utils
Marcus Müller 45335d1e1c fx2: std::system("/sbin/rmmod usbtest") not portable, fixed that
FX2 code has complications on Windows machine due to
shell misinterpreting the "/sbin/rmmod usbtest" string.

* path should not be hardcoded
* std::system error message means "possible success" (which is confusing, and contains little information)
* replaced std::system by matching syscall
* used #ifdef UHD_PLATFORM_LINUX to make checking & removal Linux-only
2016-01-26 17:19:39 +01:00
..
latency utils: Backported latency bugfix from master 2014-11-26 20:49:40 +01:00
b2xx_fx3_utils.cpp B2xx: Added B205mini support. 2015-12-10 16:14:46 -08:00
b2xx_side_channel.py utils: Updated b2xx_side_channel utility, moved over from tools/ 2015-07-31 17:14:41 -07:00
CMakeLists.txt Added uhd_config_info utility 2015-12-30 14:23:05 -08:00
converter_benchmark.cpp utils: Fixed converter benchmark build fail on older compilers 2015-10-20 09:41:32 -07:00
converter_benchmark.py tools: Added converter benchmark tool 2015-10-19 17:33:17 -07:00
FastSendDatagramThreshold.reg udp: increase FastSendDatagramThreshold 2048 + docs 2012-04-27 13:10:36 -07:00
fx2_init_eeprom.cpp fx2: std::system("/sbin/rmmod usbtest") not portable, fixed that 2016-01-26 17:19:39 +01:00
octoclock_burn_eeprom.cpp OctoClock firmware upgrade, added host driver 2014-07-23 07:37:32 -07:00
octoclock_firmware_burner.cpp octoclock: Now uses internal ihex parser 2015-12-14 13:26:44 -08:00
query_gpsdo_sensors.cpp utils: Updated query_gpsdo_sensors 2015-11-11 10:37:26 -08:00
uhd-usrp.rules Added B205mini VID/PID to udev file 2015-12-14 13:51:57 -08:00
uhd_cal_rx_iq_balance.cpp UHD: Fixes for dboard calibration utilities. 2015-01-16 08:46:21 +01:00
uhd_cal_tx_dc_offset.cpp UHD: Fixes for dboard calibration utilities. 2015-01-16 08:46:21 +01:00
uhd_cal_tx_iq_balance.cpp UHD: Fixes for dboard calibration utilities. 2015-01-16 08:46:21 +01:00
uhd_config_info.cpp Added uhd_config_info utility 2015-12-30 14:23:05 -08:00
uhd_find_devices.cpp examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectively 2012-10-26 14:00:29 -07:00
uhd_image_loader.cpp image_loader: force user to specify device 2015-08-05 13:04:04 -07:00
uhd_images_downloader.py.in utils: Added pre-API change python request compatibility 2015-10-19 09:52:10 -07:00
uhd_usrp_probe.cpp utils: added integer, range and double property tree accessors 2015-04-21 11:56:50 -07:00
usrp2_card_burner.py usrp2: removed errors='ignore' for burners for py26 2012-04-22 15:41:22 -07:00
usrp2_card_burner_gui.py usrp2: restore executable permission on python scripts 2011-04-06 08:01:40 -07:00
usrp2_recovery.py usrp2: restore executable permission on python scripts 2011-04-06 08:01:40 -07:00
usrp_burn_db_eeprom.cpp OctoClock firmware upgrade, added host driver 2014-07-23 07:37:32 -07:00
usrp_burn_mb_eeprom.cpp utils: Removed deprecated options from mb eeprom and simple net burner. 2014-10-09 15:01:48 +02:00
usrp_cal_utils.hpp uhd: Fixed several type-cast related warnings for naggy compilers 2015-03-11 16:58:23 -07:00
usrp_e3x0_network_mode.cpp Initial commit E300 support. 2014-10-07 12:09:33 +02:00
usrp_n2xx_net_burner.py Added uhd::image_loader class and uhd_image_loader utility 2015-07-15 09:32:18 -07:00
usrp_n2xx_net_burner_gui.py utils: usrp_n2xx_net_burner_gui can now overwrite safe images with command line option 2013-09-06 11:13:49 -07:00
usrp_n2xx_simple_net_burner.cpp Added uhd::image_loader class and uhd_image_loader utility 2015-07-15 09:32:18 -07:00
usrp_x3xx_fpga_burner.cpp x300: Increased the max image size for legacy burner 2015-07-23 11:08:58 -07:00