Skip to content

Commit

Permalink
allsoc: docs: rearrange sequence in userguide
Browse files Browse the repository at this point in the history
Rearrange sequence in navigation of user guide

Fixes: MCUSDK-10109

Signed-off-by: Ankur <[email protected]>
  • Loading branch information
ankur-ti authored and Mrinmaya Atre committed Apr 17, 2023
1 parent e763f75 commit 37c88a6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ INPUT+= $(MCU_PLUS_SDK_PATH)/docs_src/docs/api_guide/components/networking/enet_
$(MCU_PLUS_SDK_PATH)/docs_src/docs/api_guide/components/networking/enet_lld/mdio_manual_mode.md \
$(MCU_PLUS_SDK_PATH)/docs_src/docs/api_guide/components/networking/enet_lld/enet_migration_guide.md

INPUT += $(MCU_PLUS_SDK_PATH)/source/networking/enet/core/ \
$(MCU_PLUS_SDK_PATH)/source/networking/enet/core/include/common \
INPUT += $(MCU_PLUS_SDK_PATH)/source/networking/enet/core/include/common \
$(MCU_PLUS_SDK_PATH)/source/networking/enet/core/include/core \
$(MCU_PLUS_SDK_PATH)/source/networking/enet/core/include/dma \
$(MCU_PLUS_SDK_PATH)/source/networking/enet/core/include/dma/udma \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ INPUT+= $(MCU_PLUS_SDK_PATH)/docs_src/docs/api_guide/components/networking/enet_
$(MCU_PLUS_SDK_PATH)/docs_src/docs/api_guide/components/networking/enet_lld/enet_migration_guide.md \
$(MCU_PLUS_SDK_PATH)/docs_src/docs/api_guide/components/networking/enet_lld/enet_cpsw_performance_am273x.md

INPUT += $(MCU_PLUS_SDK_PATH)/source/networking/enet/core/ \
$(MCU_PLUS_SDK_PATH)/source/networking/enet/core/include/common \
INPUT += $(MCU_PLUS_SDK_PATH)/source/networking/enet/core/include/common \
$(MCU_PLUS_SDK_PATH)/source/networking/enet/core/include/core \
$(MCU_PLUS_SDK_PATH)/source/networking/enet/core/include/dma \
$(MCU_PLUS_SDK_PATH)/source/networking/enet/core/include/dma/cpdma \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ INPUT+= $(MCU_PLUS_SDK_PATH)/docs_src/docs/api_guide/components/networking/enet_
$(MCU_PLUS_SDK_PATH)/docs_src/docs/api_guide/components/networking/enet_lld/mdio_manual_mode.md \
$(MCU_PLUS_SDK_PATH)/docs_src/docs/api_guide/components/networking/enet_lld/enet_migration_guide.md

INPUT += $(MCU_PLUS_SDK_PATH)/source/networking/enet/core/ \
$(MCU_PLUS_SDK_PATH)/source/networking/enet/core/include/common \
INPUT += $(MCU_PLUS_SDK_PATH)/source/networking/enet/core/include/common \
$(MCU_PLUS_SDK_PATH)/source/networking/enet/core/include/core \
$(MCU_PLUS_SDK_PATH)/source/networking/enet/core/include/dma \
$(MCU_PLUS_SDK_PATH)/source/networking/enet/core/include/dma/udma \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ INPUT+= $(MCU_PLUS_SDK_PATH)/docs_src/docs/api_guide/components/networking/enet_
$(MCU_PLUS_SDK_PATH)/docs_src/docs/api_guide/components/networking/enet_lld/mdio_manual_mode.md \
$(MCU_PLUS_SDK_PATH)/docs_src/docs/api_guide/components/networking/enet_lld/enet_migration_guide.md \

INPUT += $(MCU_PLUS_SDK_PATH)/source/networking/enet/core/ \
$(MCU_PLUS_SDK_PATH)/source/networking/enet/core/include/common \
INPUT += $(MCU_PLUS_SDK_PATH)/source/networking/enet/core/include/common \
$(MCU_PLUS_SDK_PATH)/source/networking/enet/core/include/core \
$(MCU_PLUS_SDK_PATH)/source/networking/enet/core/include/dma \
$(MCU_PLUS_SDK_PATH)/source/networking/enet/core/include/dma/cpdma \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
\cond SOC_AM263X || SOC_AM273X
- \subpage enetlld_performance
\endcond
\cond SOC_AM263X || SOC_AM243X || SOC_AM64X
\cond SOC_AM263X || SOC_AM243X || SOC_AM64X || SOC_AM273X
- \subpage enet_tas_top
\endcond
- \subpage enet_migration_guide_top
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ AM263x| R5F | AM263x ControlCard Revision E1 (referred to as am263x
AM263x| R5F | AM263x LaunchPad Revision E2 (referred to as am263x-lp in code) | Windows 10 64b or Ubuntu 18.04 64b
\endcond

Refer here for information about using this release with E2 revision of ControlCard
- \subpage RELEASE_NOTES_08_03_00_EVM_REV_E2_SUPPORT_PAGE

## Dependent Tools and Compiler Information

Tools | Supported CPUs | Version
Expand Down

0 comments on commit 37c88a6

Please sign in to comment.