From 70ce9a249e3b192e34ebfc20f0ca79da4de1d9ac Mon Sep 17 00:00:00 2001 From: Dhaval Khandla Date: Sun, 17 Sep 2023 14:11:04 +0530 Subject: [PATCH] am243x: docs: Update discovery path addition instruction - Add the note in main page Fixes: PINDSW-6637 Signed-off-by: Dhaval Khandla --- docs_src/docs/api_guide/main_page/main_page.md | 2 ++ .../docs/api_guide/migration_guides/mcusdk_migration_guide.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs_src/docs/api_guide/main_page/main_page.md b/docs_src/docs/api_guide/main_page/main_page.md index 2f5413a..506c7dd 100644 --- a/docs_src/docs/api_guide/main_page/main_page.md +++ b/docs_src/docs/api_guide/main_page/main_page.md @@ -15,6 +15,8 @@ Applications and PRU-ICSS firmwares for position sense and current sense are pro To get started, see GETTING STARTED page. +\note To build examples from Industrial Communications SDK and MCU+ SDK using CCS projects, user has to add ${SDK_INSTALL_PATH}/ind_comms_sdk path and ${SDK_INSTALL_PATH}/mcu_plus_sdk path to "Product discovery path" respectively in CCS (from Window->Preferences->Code Composer Studio->Products) + ## Block Diagram Given below is a block diagram of the SW modules in this SDK diff --git a/docs_src/docs/api_guide/migration_guides/mcusdk_migration_guide.md b/docs_src/docs/api_guide/migration_guides/mcusdk_migration_guide.md index 2b85f6f..c55c4cc 100644 --- a/docs_src/docs/api_guide/migration_guides/mcusdk_migration_guide.md +++ b/docs_src/docs/api_guide/migration_guides/mcusdk_migration_guide.md @@ -5,7 +5,7 @@ Components under Motor Control SDK were available in MCU+ SDK 7.x and 8.x releas If you are a user of MCU+ SDK, then items listed on this page that will assist you in migration to Motor Control SDK. -- To build examples from Industrial Communications SDK and MCU+ SDK using CCS projects, user has to add ${SDK_INSTALL_PATH}/ind_comms_sdk and ${SDK_INSTALL_PATH}/mcu_plus_sdk to "Product discovery path" respectively in CCS. +- To build examples from Industrial Communications SDK and MCU+ SDK using CCS projects, user has to add ${SDK_INSTALL_PATH}/ind_comms_sdk path and ${SDK_INSTALL_PATH}/mcu_plus_sdk path to "Product discovery path" respectively in CCS (from Window->Preferences->Code Composer Studio->Products). \cond SOC_AM64X || SOC_AM243X