fix(linux): Split CSI2RX documentation into platform-specific files#645
Open
Rishikesh-D wants to merge 1 commit intoTexasInstruments:masterfrom
Open
fix(linux): Split CSI2RX documentation into platform-specific files#645Rishikesh-D wants to merge 1 commit intoTexasInstruments:masterfrom
Rishikesh-D wants to merge 1 commit intoTexasInstruments:masterfrom
Conversation
Refactor the CSI documentation to have a per platform file. This improves the maintainability and organization by separating platform-specific content from common documentation The monolithic CSI2RX.rst file has been split into: - CSI2RX_common.rst: Shared introduction, architecture, driver details, and usage instructions - CSI2RX_AM62X.rst: AM62X-specific testing details and sensor information - CSI2RX_AM62PX.rst: AM62PX-specific content including V3Link support and mosaic pipelines - CSI2RX_AM62AX.rst: AM62AX-specific FPDLink camera support and ISP pipelines - CSI2RX_J721E.rst: J721E platform-specific details - CSI2RX_J721S2.rst: J721S2 platform-specific details - CSI2RX_J722S.rst: J722S platform-specific details - CSI2RX_J784S4.rst: J784S4 platform-specific details Signed-off-by: Rishikesh Donadkar <r-donadkar@ti.com>
|
New issues found with check_toc_txt.py: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refactor the CSI documentation to have a per platform file. This improves the maintainability and organization by separating platform-specific content from common documentation
The monolithic CSI2RX.rst file has been split into:
Testing: A diff comparison of these files before and after refactoring showed no differences.