From cc5f0b54c6fcd4c15424fd20ffe9677de64d0459 Mon Sep 17 00:00:00 2001 From: Joachim Krech <8290187+jkrech@users.noreply.github.com> Date: Wed, 14 Aug 2024 07:35:33 +0200 Subject: [PATCH] fix #1690 adding info for config wizard (#1695) --- libs/rtemodel/src/RteTarget.cpp | 4 ++-- test/projects/RteTestM4/regions_RteTest_ARMCM4_FP_ref.h | 4 ++-- test/projects/RteTestM4/regions_RteTest_CM4_board_ref.h | 4 ++-- .../ref/regions_RteTest-Test-board_With.Memory.h | 4 ++-- .../TestSolution/LinkerOptions/ref/regions_RteTest_ARMCM3.h | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/libs/rtemodel/src/RteTarget.cpp b/libs/rtemodel/src/RteTarget.cpp index de5f5abb9..080b30b47 100644 --- a/libs/rtemodel/src/RteTarget.cpp +++ b/libs/rtemodel/src/RteTarget.cpp @@ -1803,10 +1803,10 @@ std::string RteTarget::GenerateRegionsHeaderContent() const ostringstream oss; oss << RteUtils::LF_STRING; oss << "//-------- <<< Use Configuration Wizard in Context Menu >>> --------------------" << RteUtils::LF_STRING; + oss << "//------ With VS Code: Open Preview for Configuration Wizard -------------------" << RteUtils::LF_STRING; oss << RteUtils::LF_STRING; - oss << "// Auto-generated file: USE CONFIGURATION WIZARD TO CHANGE VALUES!" << RteUtils::LF_STRING; - oss << "// Generated using information from packs" << RteUtils::LF_STRING; + oss << "// Auto-generated using information from packs" << RteUtils::LF_STRING; oss << "// Device Family Pack (DFP): " << device->GetPackageID(true) << RteUtils::LF_STRING; if (board) { oss << "// Board Support Pack (BSP): " << board->GetPackageID(true) << RteUtils::LF_STRING; diff --git a/test/projects/RteTestM4/regions_RteTest_ARMCM4_FP_ref.h b/test/projects/RteTestM4/regions_RteTest_ARMCM4_FP_ref.h index 15bd29398..0b9be13d2 100644 --- a/test/projects/RteTestM4/regions_RteTest_ARMCM4_FP_ref.h +++ b/test/projects/RteTestM4/regions_RteTest_ARMCM4_FP_ref.h @@ -3,9 +3,9 @@ //-------- <<< Use Configuration Wizard in Context Menu >>> -------------------- +//------ With VS Code: Open Preview for Configuration Wizard ------------------- -// Auto-generated file: USE CONFIGURATION WIZARD TO CHANGE VALUES! -// Generated using information from packs +// Auto-generated using information from packs // Device Family Pack (DFP): ARM::RteTest_DFP@0.2.0 // ROM Configuration diff --git a/test/projects/RteTestM4/regions_RteTest_CM4_board_ref.h b/test/projects/RteTestM4/regions_RteTest_CM4_board_ref.h index 6defa5aed..5c05e5685 100644 --- a/test/projects/RteTestM4/regions_RteTest_CM4_board_ref.h +++ b/test/projects/RteTestM4/regions_RteTest_CM4_board_ref.h @@ -3,9 +3,9 @@ //-------- <<< Use Configuration Wizard in Context Menu >>> -------------------- +//------ With VS Code: Open Preview for Configuration Wizard ------------------- -// Auto-generated file: USE CONFIGURATION WIZARD TO CHANGE VALUES! -// Generated using information from packs +// Auto-generated using information from packs // Device Family Pack (DFP): ARM::RteTest_DFP@0.2.0 // Board Support Pack (BSP): ARM::RteTestBoard@0.1.0 diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/regions_RteTest-Test-board_With.Memory.h b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/regions_RteTest-Test-board_With.Memory.h index 56b369e8e..531eebd7a 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/regions_RteTest-Test-board_With.Memory.h +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/regions_RteTest-Test-board_With.Memory.h @@ -3,9 +3,9 @@ //-------- <<< Use Configuration Wizard in Context Menu >>> -------------------- +//------ With VS Code: Open Preview for Configuration Wizard ------------------- -// Auto-generated file: USE CONFIGURATION WIZARD TO CHANGE VALUES! -// Generated using information from packs +// Auto-generated using information from packs // Device Family Pack (DFP): ARM::RteTest_DFP@0.2.0 // Board Support Pack (BSP): ARM::RteTest_DFP@0.2.0 diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/regions_RteTest_ARMCM3.h b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/regions_RteTest_ARMCM3.h index 27b617e95..6711b81d3 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/regions_RteTest_ARMCM3.h +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/regions_RteTest_ARMCM3.h @@ -3,9 +3,9 @@ //-------- <<< Use Configuration Wizard in Context Menu >>> -------------------- +//------ With VS Code: Open Preview for Configuration Wizard ------------------- -// Auto-generated file: USE CONFIGURATION WIZARD TO CHANGE VALUES! -// Generated using information from packs +// Auto-generated using information from packs // Device Family Pack (DFP): ARM::RteTest_DFP@0.2.0 // ROM Configuration