-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[devtools] Omit leading Cvendor delimiter
::
in API identifier
- Loading branch information
1 parent
d0c0775
commit 936cf7d
Showing
48 changed files
with
51 additions
and
51 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
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 |
---|---|---|
|
@@ -28,8 +28,8 @@ TEST(RteItemTest, GetComponentID_all_attributes) { | |
RteItem item(attributes); | ||
item.SetTag("require"); | ||
|
||
EXPECT_EQ("::Class:Group(API)@1.1.1", item.GetApiID(true)); | ||
EXPECT_EQ("::Class:Group(API)", item.GetApiID(false)); | ||
EXPECT_EQ("Class:Group(API)@1.1.1", item.GetApiID(true)); | ||
EXPECT_EQ("Class:Group(API)", item.GetApiID(false)); | ||
|
||
EXPECT_EQ("Vendor::Class&Bundle:Group:Sub&[email protected]", item.GetComponentID(true)); | ||
EXPECT_EQ("Vendor::Class&Bundle:Group:Sub&Variant", item.GetComponentID(false)); | ||
|
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 |
---|---|---|
|
@@ -243,10 +243,10 @@ TEST(RteModelTest, LoadPacks) { | |
EXPECT_FALSE(c != nullptr); | ||
|
||
// get API | ||
const string& apiId = "::RteTest:CORE(API)"; | ||
const string& apiId = "RteTest:CORE(API)"; | ||
RteApi* api = rteModel->GetLatestApi(apiId); | ||
ASSERT_TRUE(api); | ||
EXPECT_EQ(api->GetID(), "::RteTest:CORE(API)@1.1.2"); | ||
EXPECT_EQ(api->GetID(), "RteTest:CORE(API)@1.1.2"); | ||
EXPECT_EQ(api->GetPackageID(), "ARM::[email protected]"); | ||
|
||
// make pack "dominant" | ||
|
@@ -257,7 +257,7 @@ TEST(RteModelTest, LoadPacks) { | |
pack->Construct(); // refresh internal state | ||
api = rteModel->GetLatestApi(apiId); | ||
ASSERT_TRUE(api); | ||
EXPECT_EQ(api->GetID(), "::RteTest:CORE(API)@1.1.1"); | ||
EXPECT_EQ(api->GetID(), "RteTest:CORE(API)@1.1.1"); | ||
EXPECT_EQ(api->GetPackageID(), "ARM::[email protected]"); | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -11,9 +11,9 @@ licenses: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) | ||
|
||
- license: BSD-3-Clause | ||
packs: | ||
|
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 |
---|---|---|
|
@@ -71,5 +71,5 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -68,5 +68,5 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -68,5 +68,5 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -119,5 +119,5 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -107,5 +107,5 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -145,5 +145,5 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -113,5 +113,5 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -107,5 +107,5 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -85,7 +85,7 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:TemplateFile(API) | ||
- component: RteTest:TemplateFile(API) | ||
- license: <unknown> | ||
license-agreement: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/license.txt | ||
packs: | ||
|
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 |
---|---|---|
|
@@ -84,6 +84,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -84,6 +84,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -84,6 +84,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -84,6 +84,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -84,6 +84,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -84,6 +84,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -84,6 +84,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -83,6 +83,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -83,6 +83,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -83,6 +83,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -84,6 +84,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -84,6 +84,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -84,6 +84,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -84,6 +84,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -84,6 +84,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -86,6 +86,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -84,6 +84,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -86,6 +86,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -101,7 +101,7 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Board:Test:[email protected] | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -99,7 +99,7 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Board:Test:[email protected] | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -82,6 +82,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -89,6 +89,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -78,7 +78,7 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:TemplateFile(API) | ||
- component: RteTest:TemplateFile(API) | ||
- license: <unknown> | ||
license-agreement: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/license.txt | ||
packs: | ||
|
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 |
---|---|---|
|
@@ -91,6 +91,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -91,6 +91,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -158,6 +158,6 @@ build-gen: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -119,6 +119,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -197,6 +197,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -190,6 +190,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -128,6 +128,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -125,6 +125,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -89,6 +89,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -81,6 +81,6 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) |
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 |
---|---|---|
|
@@ -148,9 +148,9 @@ build: | |
packs: | ||
- pack: ARM::[email protected] | ||
components: | ||
- component: ::RteTest:CORE(API) | ||
- component: ARM::Device:Startup&RteTest [email protected] | ||
- component: ARM::RteTest:[email protected] | ||
- component: RteTest:CORE(API) | ||
- license: BSD-3-Clause | ||
packs: | ||
- pack: ARM::[email protected] | ||
|
Oops, something went wrong.