-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…666) (#1080) * Add License Information to cbuild.yml files (BOM for projects) #1046 RTE Model is extended to deliver required information Pack ID format made consistent across RTE model and CMSIS-Toolbox Co-authored-by: Evgueni Driouk <[email protected]>
- Loading branch information
1 parent
9b487dd
commit 37c1991
Showing
34 changed files
with
738 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -341,14 +341,14 @@ class RteItem : public XmlTreeItem<RteItem> | |
virtual const std::string& GetID() const; | ||
|
||
/** | ||
* @brief get unique component ID: "Vendor::Class&Bundle:Group:Sub&[email protected](condition)[pack]" | ||
* @brief get unique component ID: "Vendor::Class&Bundle:Group:Sub&Variant\@1.2.3(condition)[pack]" | ||
* @return component unique ID | ||
*/ | ||
virtual std::string GetComponentUniqueID() const; | ||
|
||
/** | ||
* @brief get full component ID: "Vendor::Class&Bundle:Group:Sub&[email protected]" | ||
* @param withVersion true to append version as "@1.2.3" | ||
* @brief get full component ID: "Vendor::Class&Bundle:Group:Sub&Variant\@1.2.3" | ||
* @param withVersion true to append version as "\@1.2.3" | ||
* @return full component ID | ||
*/ | ||
virtual std::string GetComponentID(bool withVersion) const; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.