Skip to content

Commit

Permalink
uhd: Remove support for N230
Browse files Browse the repository at this point in the history
Note: N230 is still supported on the 3.15 LTS branch
  • Loading branch information
mbr0wn committed Nov 26, 2019
1 parent 6c75624 commit d94140a
Show file tree
Hide file tree
Showing 32 changed files with 4 additions and 4,663 deletions.
2 changes: 1 addition & 1 deletion host/docs/configuration.dox
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ and possible more options.
system_ref_rate | Reference Clock Rate in Hz | X3x0 | system_ref_rate=10e6
self_cal_adc_delay | Run ADC transfer delay self-calibration. | X3x0 | self_cal_adc_delay=1
ext_adc_self_test | Run an extended ADC self test (more than the usual) | X3x0 | ext_adc_self_test=1
recover_mb_eeprom | Disable version checks. Can damage hardware. Only recommended for recovering devices with corrupted EEPROMs. | X3x0, N230 | recover_mb_eeprom=1
recover_mb_eeprom | Disable version checks. Can damage hardware. Only recommended for recovering devices with corrupted EEPROMs. | X3x0 | recover_mb_eeprom=1
skip_dram | Ignore DRAM FIFO block. Connect TX streamers straight into DUC or radio. | X3x0, N3xx | skip_dram=1
skip_ddc | Ignore DDC block. Connect Rx streamers straight into radio. | X3x0, N3xx, E3xx | skip_ddc=1
skip_duc | Ignore DUC block. Connect Rx streamers or DRAM straight into radio. | X3x0, N3xx, E3xx | skip_duc=1
Expand Down
2 changes: 1 addition & 1 deletion host/include/uhd/usrp/multi_usrp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ class UHD_API multi_usrp : uhd::noncopyable

/*! Return a user settings interface object
*
* This is only supported by some USRPs (B2xx series, N230). It will return
* This is only supported by the B2xx series. It will return
* an object that will allow to peek and poke user settings, which typically
* are implemented by custom FPGA images.
* If the device does not support such an interface, it will return a null
Expand Down
1 change: 0 additions & 1 deletion host/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ LIBUHD_REGISTER_COMPONENT("B200" ENABLE_B200 ON "ENABLE_LIBUHD;ENABLE_USB" OFF O
LIBUHD_REGISTER_COMPONENT("USRP1" ENABLE_USRP1 ON "ENABLE_LIBUHD;ENABLE_USB" OFF OFF)
LIBUHD_REGISTER_COMPONENT("USRP2" ENABLE_USRP2 ON "ENABLE_LIBUHD" OFF OFF)
LIBUHD_REGISTER_COMPONENT("X300" ENABLE_X300 ON "ENABLE_LIBUHD" OFF OFF)
LIBUHD_REGISTER_COMPONENT("N230" ENABLE_N230 ON "ENABLE_LIBUHD" OFF OFF)
LIBUHD_REGISTER_COMPONENT("MPMD" ENABLE_MPMD ON "ENABLE_LIBUHD" OFF OFF)
LIBUHD_REGISTER_COMPONENT("N300" ENABLE_N300 ON "ENABLE_LIBUHD;ENABLE_MPMD" OFF OFF)
LIBUHD_REGISTER_COMPONENT("N320" ENABLE_N320 ON "ENABLE_LIBUHD;ENABLE_MPMD" OFF OFF)
Expand Down
1 change: 0 additions & 1 deletion host/lib/usrp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ INCLUDE_SUBDIRECTORY(usrp2)
INCLUDE_SUBDIRECTORY(b100)
INCLUDE_SUBDIRECTORY(x300)
INCLUDE_SUBDIRECTORY(b200)
INCLUDE_SUBDIRECTORY(n230)
4 changes: 2 additions & 2 deletions host/lib/usrp/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ if(ENABLE_USB)
)
endif(ENABLE_USB)

if(ENABLE_E300 OR ENABLE_B200 OR ENABLE_N230 OR ENABLE_E320)
if(ENABLE_E300 OR ENABLE_B200 OR ENABLE_E320)
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/ad9361_driver")
LIBUHD_APPEND_SOURCES(
${CMAKE_CURRENT_SOURCE_DIR}/ad9361_ctrl.cpp
${CMAKE_CURRENT_SOURCE_DIR}/ad936x_manager.cpp
${CMAKE_CURRENT_SOURCE_DIR}/ad9361_driver/ad9361_device.cpp
)
endif(ENABLE_E300 OR ENABLE_B200 OR ENABLE_N230 OR ENABLE_E320)
endif(ENABLE_E300 OR ENABLE_B200 OR ENABLE_E320)

include_directories(${CMAKE_CURRENT_SOURCE_DIR})

Expand Down
28 changes: 0 additions & 28 deletions host/lib/usrp/n230/CMakeLists.txt

This file was deleted.

147 changes: 0 additions & 147 deletions host/lib/usrp/n230/n230_clk_pps_ctrl.cpp

This file was deleted.

79 changes: 0 additions & 79 deletions host/lib/usrp/n230/n230_clk_pps_ctrl.hpp

This file was deleted.

81 changes: 0 additions & 81 deletions host/lib/usrp/n230/n230_cores.cpp

This file was deleted.

Loading

0 comments on commit d94140a

Please sign in to comment.