Skip to content

Commit

Permalink
fix #1690 adding info for config wizard (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrech authored Aug 14, 2024
1 parent 9d31afe commit cc5f0b5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions libs/rtemodel/src/RteTarget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 << "// <n> Generated using information from packs" << RteUtils::LF_STRING;
oss << "// <n> Auto-generated using information from packs" << RteUtils::LF_STRING;
oss << "// <i> Device Family Pack (DFP): " << device->GetPackageID(true) << RteUtils::LF_STRING;
if (board) {
oss << "// <i> Board Support Pack (BSP): " << board->GetPackageID(true) << RteUtils::LF_STRING;
Expand Down
4 changes: 2 additions & 2 deletions test/projects/RteTestM4/regions_RteTest_ARMCM4_FP_ref.h
Original file line number Diff line number Diff line change
Expand Up @@ -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!
// <n> Generated using information from packs
// <n> Auto-generated using information from packs
// <i> Device Family Pack (DFP): ARM::RteTest_DFP@0.2.0

// <h> ROM Configuration
Expand Down
4 changes: 2 additions & 2 deletions test/projects/RteTestM4/regions_RteTest_CM4_board_ref.h
Original file line number Diff line number Diff line change
Expand Up @@ -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!
// <n> Generated using information from packs
// <n> Auto-generated using information from packs
// <i> Device Family Pack (DFP): ARM::RteTest_DFP@0.2.0
// <i> Board Support Pack (BSP): ARM::RteTestBoard@0.1.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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!
// <n> Generated using information from packs
// <n> Auto-generated using information from packs
// <i> Device Family Pack (DFP): ARM::RteTest_DFP@0.2.0
// <i> Board Support Pack (BSP): ARM::RteTest_DFP@0.2.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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!
// <n> Generated using information from packs
// <n> Auto-generated using information from packs
// <i> Device Family Pack (DFP): ARM::RteTest_DFP@0.2.0

// <h> ROM Configuration
Expand Down

0 comments on commit cc5f0b5

Please sign in to comment.