-
Notifications
You must be signed in to change notification settings - Fork 1.6k
ccpackrf_lvds: Remove project #1633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -202,7 +202,6 @@ command. | |
============= =============================================== | ||
ccbob_cmos ADRV9361Z7035-SOM (CMOS Mode) + ADRV1CRR-BOB | ||
ccbob_lvds ADRV9361Z7035-SOM (LVDS Mode) + ADRV1CRR-BOB | ||
ccpackrf_lvds ADRV9361Z7035-SOM (LVDS Mode) + ADRV1CRR-PACKRF | ||
ccfmc_lvds ADRV9361Z7035-SOM (LVDS Mode) + ADRV1CRR-FMC | ||
ccpci_lvds ADRV9361Z7035-SOM (LVDS Mode) + ADRV1CRR-PCI | ||
ccusb_lvds ADRV9361Z7035-SOM (LVDS Mode) + ADRV1CRR-USB | ||
|
@@ -215,7 +214,6 @@ command. | |
=========================== ===================================== | ||
common/adrv9361z7035_bd.tcl ADRV9361Z7035-SOM board design file. | ||
common/ccbob_bd.tcl carrier, break out board design file. | ||
common/ccpackrf_bd.tcl carrier, pack rf board design file. | ||
common/ccfmc_bd.tcl carrier, fmc board design file. | ||
common/ccpci_bd.tcl carrier, pci-e board design file. | ||
common/ccusb_bd.tcl carrier, usb board design file. | ||
|
@@ -243,9 +241,6 @@ command. | |
| common/ccbob_constr.xdc | carrier, break out board constraints | | ||
| | file. | | ||
+-------------------------------+--------------------------------------+ | ||
| common/ccpackrf_constr.xdc | carrier, packrf board constraints | | ||
| | file. | | ||
+-------------------------------+--------------------------------------+ | ||
| common/ccfmc_constr.xdc | carrier, fmc board constraints file. | | ||
+-------------------------------+--------------------------------------+ | ||
| common/ccpci_constr.xdc | carrier, pci-e board constraints | | ||
|
@@ -341,7 +336,7 @@ HDL related | |
|
||
- ``*`` only used for ccfmc_lvds (ADRV1CRR-FMC) | ||
- ``**`` only used for ccbob_cmos (ADRV1CRR-BOB), ccbob_lvds (ADRV1CRR-BOB), ccfmc_lvds (ADRV1CRR-FMC) | ||
- ``***`` only used for ccfmc_lvds (ADRV1CRR-FMC), ccpackrf_lvds (ADRV1CRR-PACKRF) | ||
- ``***`` only used for ccfmc_lvds (ADRV1CRR-FMC) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Delete this line entirely because we already have a case for ADRV1CRR-FMC (* - L337) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also delete the IP that was marked with *** |
||
|
||
Software related | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
@@ -351,7 +346,6 @@ Software related | |
- :git-linux:`ADRV9361-Z7035 ccfmc_lvds Linux device tree <arch/arm/boot/dts/xilinx/zynq-adrv9361-z7035-fmc.dts>` | ||
- :git-linux:`ADRV9361-Z7035 ccfmc_lvds Linux device tree <arch/arm/boot/dts/xilinx/zynq-adrv9361-z7035-userspace.dts>` | ||
- :git-linux:`ADRV9361-Z7035 ccfmc_lvds Linux device tree - TDD mode <arch/arm/boot/dts/xilinx/zynq-adrv9361-z7035-fmc-rfcard-tdd.dts>` | ||
- :git-linux:`ADRV9361-Z7035 ccpackrf_lvds Linux device tree <arch/arm/boot/dts/xilinx/zynq-adrv9361-z7035-packrf.dts>` | ||
|
||
- :dokuwiki:`[Wiki] ADRV9361-Z7035 User Guide - Software documentation<resources/eval/user-guides/adrv936x_rfsom/user-guide/software>` | ||
- :dokuwiki:`[Wiki] AD9361 Linux device driver documentation <resources/tools-software/linux-drivers/iio-transceiver/ad9361>` | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be better if you put a * or something, and below the table (but inside the collapsible) to have a note saying that this can be found on the last release branch where it was present (and give link)