diff options
author | Josh Blum <josh@joshknows.com> | 2011-11-15 15:27:20 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-15 15:27:20 -0800 |
commit | f68a9271f448a8c8878e2f0fb03b801f345287b3 (patch) | |
tree | f1807184f2dd8fa3408d3418c2b5e99434e6500d /host/utils | |
parent | 317bff29a5358c7bfc576359ab5a3b3fcf30ad10 (diff) | |
download | uhd-f68a9271f448a8c8878e2f0fb03b801f345287b3.tar.gz uhd-f68a9271f448a8c8878e2f0fb03b801f345287b3.tar.bz2 uhd-f68a9271f448a8c8878e2f0fb03b801f345287b3.zip |
uhd: added calibration usage app notes and renamed apps again
Diffstat (limited to 'host/utils')
-rw-r--r-- | host/utils/CMakeLists.txt | 6 | ||||
-rw-r--r-- | host/utils/uhd_cal_rx_iq_balance.cpp (renamed from host/utils/usrp_cal_rx_iq_balance.cpp) | 0 | ||||
-rw-r--r-- | host/utils/uhd_cal_tx_dc_offset.cpp (renamed from host/utils/usrp_cal_tx_dc_offset.cpp) | 0 | ||||
-rw-r--r-- | host/utils/uhd_cal_tx_iq_balance.cpp (renamed from host/utils/usrp_cal_tx_iq_balance.cpp) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/host/utils/CMakeLists.txt b/host/utils/CMakeLists.txt index 92807f882..430b49c47 100644 --- a/host/utils/CMakeLists.txt +++ b/host/utils/CMakeLists.txt @@ -21,6 +21,9 @@ SET(util_runtime_sources uhd_find_devices.cpp uhd_usrp_probe.cpp + uhd_cal_rx_iq_balance.cpp + uhd_cal_tx_dc_offset.cpp + uhd_cal_tx_iq_balance.cpp ) #for each source: build an executable and install @@ -37,9 +40,6 @@ ENDFOREACH(util_source) SET(util_share_sources usrp_burn_db_eeprom.cpp usrp_burn_mb_eeprom.cpp - usrp_cal_rx_iq_balance.cpp - usrp_cal_tx_dc_offset.cpp - usrp_cal_tx_iq_balance.cpp ) IF(ENABLE_USB) diff --git a/host/utils/usrp_cal_rx_iq_balance.cpp b/host/utils/uhd_cal_rx_iq_balance.cpp index 7924323a5..7924323a5 100644 --- a/host/utils/usrp_cal_rx_iq_balance.cpp +++ b/host/utils/uhd_cal_rx_iq_balance.cpp diff --git a/host/utils/usrp_cal_tx_dc_offset.cpp b/host/utils/uhd_cal_tx_dc_offset.cpp index 8615e231c..8615e231c 100644 --- a/host/utils/usrp_cal_tx_dc_offset.cpp +++ b/host/utils/uhd_cal_tx_dc_offset.cpp diff --git a/host/utils/usrp_cal_tx_iq_balance.cpp b/host/utils/uhd_cal_tx_iq_balance.cpp index 29b6f5ede..29b6f5ede 100644 --- a/host/utils/usrp_cal_tx_iq_balance.cpp +++ b/host/utils/uhd_cal_tx_iq_balance.cpp |