Skip to content

Commit

Permalink
am62dx: enet: Update AVTP Documentation
Browse files Browse the repository at this point in the history
- Update AVTP Documentation in AVTP examples
- Add gen-build files for the updated docs.

Fixes: SITSW-3762

Signed-off-by: Thilak <t-karanam@ti.com>
  • Loading branch information
thilak committed Jan 15, 2025
1 parent 4381517 commit 4ff1fcb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/tsn/aafpcmlistener_app/.project/project_am62dx.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const lnkfiles = {

const syscfgfile = "../example.syscfg";

const readmeDoxygenPageTag = "EXAMPLES_ENET_CPSW_TSN_GPTP";
const readmeDoxygenPageTag = "EXAMPLES_ENET_CPSW_AVTP";

const templates_freertos_r5f =
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
</file>
<file path="../example.syscfg" openOnCreation="false" excludeFromBuild="false" action="link">
</file>
<file path="${MCU_PLUS_SDK_PATH}/docs/api_guide_am62dx/EXAMPLES_ENET_CPSW_TSN_GPTP.html"
<file path="${MCU_PLUS_SDK_PATH}/docs/api_guide_am62dx/EXAMPLES_ENET_CPSW_AVTP.html"
openOnCreation="false" excludeFromBuild="false" targetName="README.html" action="link">
</file>
<file path="syscfg_c.rov.xs" openOnCreation="false" excludeFromBuild="false" action="copy">
Expand Down
2 changes: 1 addition & 1 deletion examples/tsn/aafpcmtalker_app/.project/project_am62dx.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const lnkfiles = {

const syscfgfile = "../example.syscfg";

const readmeDoxygenPageTag = "EXAMPLES_ENET_CPSW_TSN_GPTP";
const readmeDoxygenPageTag = "EXAMPLES_ENET_CPSW_AVTP";

const templates_freertos_r5f =
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
</file>
<file path="../example.syscfg" openOnCreation="false" excludeFromBuild="false" action="link">
</file>
<file path="${MCU_PLUS_SDK_PATH}/docs/api_guide_am62dx/EXAMPLES_ENET_CPSW_TSN_GPTP.html"
<file path="${MCU_PLUS_SDK_PATH}/docs/api_guide_am62dx/EXAMPLES_ENET_CPSW_AVTP.html"
openOnCreation="false" excludeFromBuild="false" targetName="README.html" action="link">
</file>
<file path="syscfg_c.rov.xs" openOnCreation="false" excludeFromBuild="false" action="copy">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const lnkfiles = {

const syscfgfile = "../example.syscfg";

const readmeDoxygenPageTag = "EXAMPLES_ENET_CPSW_TSN_GPTP";
const readmeDoxygenPageTag = "EXAMPLES_ENET_CPSW_AVTP";

const templates_freertos_r5f =
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
</file>
<file path="../example.syscfg" openOnCreation="false" excludeFromBuild="false" action="link">
</file>
<file path="${MCU_PLUS_SDK_PATH}/docs/api_guide_am62dx/EXAMPLES_ENET_CPSW_TSN_AVTP.html"
<file path="${MCU_PLUS_SDK_PATH}/docs/api_guide_am62dx/EXAMPLES_ENET_CPSW_AVTP.html"
openOnCreation="false" excludeFromBuild="false" targetName="README.html" action="link">
</file>
<file path="syscfg_c.rov.xs" openOnCreation="false" excludeFromBuild="false" action="copy">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const lnkfiles = {

const syscfgfile = "../example.syscfg";

const readmeDoxygenPageTag = "EXAMPLES_ENET_CPSW_TSN_GPTP";
const readmeDoxygenPageTag = "EXAMPLES_ENET_CPSW_AVTP";

const templates_freertos_r5f =
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
</file>
<file path="../example.syscfg" openOnCreation="false" excludeFromBuild="false" action="link">
</file>
<file path="${MCU_PLUS_SDK_PATH}/docs/api_guide_am62dx/EXAMPLES_ENET_CPSW_TSN_AVTP.html"
<file path="${MCU_PLUS_SDK_PATH}/docs/api_guide_am62dx/EXAMPLES_ENET_CPSW_AVTP.html"
openOnCreation="false" excludeFromBuild="false" targetName="README.html" action="link">
</file>
<file path="syscfg_c.rov.xs" openOnCreation="false" excludeFromBuild="false" action="copy">
Expand Down

0 comments on commit 4ff1fcb

Please sign in to comment.