Skip to content

Commit

Permalink
[projmgr] list category doc files from components in *.cbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
grasci-arm authored Apr 4, 2024
1 parent 79f517b commit 0578f0f
Show file tree
Hide file tree
Showing 43 changed files with 258 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/projmgr/src/ProjMgrWorker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2042,7 +2042,7 @@ bool ProjMgrWorker::ProcessComponentFiles(ContextItem& context) {
const auto& language = componentFile->GetAttribute("language");
const auto& select = componentFile->GetAttribute("select");
const auto& version = componentFile->GetVersionString();
if ((scope == "hidden") || (attr == "template") || (category == "header" && (!select.empty())) ||
if ((scope == "hidden") || (attr == "template") || (category == "doc") || (category == "header" && (!select.empty())) ||
((((category == "preIncludeGlobal") || (category == "preIncludeLocal")) && attr.empty()) && (IsPreIncludeByTarget(context.rteActiveTarget, name)))){
context.componentFiles[componentId].push_back({ name, attr, category, language, scope, version, select });
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.1.1/Doc/html/index.html
category: doc
version: 0.1.1
linker:
script: ../../data/TestDefault/RTE/Device/RteTest_ARMCM0/gcc_linker_script.ld.src
regions: ../../data/TestDefault/RTE/Device/RteTest_ARMCM0/regions_RteTest_ARMCM0.h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.1.1/Doc/html/index.html
category: doc
version: 0.1.1
linker:
script: ../../data/TestDefault/RTE/Device/RteTest_ARMCM0/gcc_linker_script.ld.src
regions: ../../data/TestDefault/RTE/Device/RteTest_ARMCM0/regions_RteTest_ARMCM0.h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: RteTest:CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/html/index.html
category: doc
version: 0.1.1
generators:
- generator: RteTestGeneratorIdentifier
from-pack: ARM::[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: RteTest:CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/html/index.html
category: doc
version: 0.1.1
generators:
- generator: RteTestGeneratorIdentifier
from-pack: ARM::[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: RteTest:CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/html/index.html
category: doc
version: 0.1.1
generators:
- generator: RteTestGeneratorIdentifier
from-pack: ARM::[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: RteTest:CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/html/index.html
category: doc
version: 0.1.1
generators:
- generator: RteTestGeneratorIdentifier
from-pack: ARM::[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: RteTest:CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/html/index.html
category: doc
version: 0.1.1
generators:
- generator: RteTestGeneratorIdentifier
from-pack: ARM::[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ build:
from-pack: ARM::[email protected]
selected-by: Startup
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/https:/arm-software.github.io/CMSIS_5/Core_A/html/startup_c_pg.html
category: doc
version: 2.0.3
- file: ../data/TestSolution/DeviceAttributes/branch-protection/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
category: linkerScript
attr: config
Expand All @@ -48,6 +51,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/html/index.html
category: doc
version: 0.1.1
linker:
script: ../data/TestSolution/DeviceAttributes/branch-protection/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
constructed-files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ build:
from-pack: ARM::[email protected]
selected-by: Startup
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/https:/arm-software.github.io/CMSIS_5/Core_A/html/startup_c_pg.html
category: doc
version: 2.0.3
- file: ../data/TestSolution/DeviceAttributes/branch-protection/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
category: linkerScript
attr: config
Expand All @@ -48,6 +51,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/html/index.html
category: doc
version: 0.1.1
linker:
script: ../data/TestSolution/DeviceAttributes/branch-protection/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
constructed-files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ build:
from-pack: ARM::[email protected]
selected-by: Startup
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/https:/arm-software.github.io/CMSIS_5/Core_A/html/startup_c_pg.html
category: doc
version: 2.0.3
- file: ../data/TestSolution/DeviceAttributes/branch-protection/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
category: linkerScript
attr: config
Expand All @@ -48,6 +51,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/html/index.html
category: doc
version: 0.1.1
linker:
script: ../data/TestSolution/DeviceAttributes/branch-protection/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
constructed-files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ build:
from-pack: ARM::[email protected]
selected-by: Startup
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/https:/arm-software.github.io/CMSIS_5/Core_A/html/startup_c_pg.html
category: doc
version: 2.0.3
- file: ../data/TestSolution/DeviceAttributes/dsp/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
category: linkerScript
attr: config
Expand All @@ -48,6 +51,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/html/index.html
category: doc
version: 0.1.1
linker:
script: ../data/TestSolution/DeviceAttributes/dsp/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
constructed-files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ build:
from-pack: ARM::[email protected]
selected-by: Startup
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/https:/arm-software.github.io/CMSIS_5/Core_A/html/startup_c_pg.html
category: doc
version: 2.0.3
- file: ../data/TestSolution/DeviceAttributes/dsp/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
category: linkerScript
attr: config
Expand All @@ -48,6 +51,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/html/index.html
category: doc
version: 0.1.1
linker:
script: ../data/TestSolution/DeviceAttributes/dsp/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
constructed-files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ build:
from-pack: ARM::[email protected]
selected-by: Startup
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/https:/arm-software.github.io/CMSIS_5/Core_A/html/startup_c_pg.html
category: doc
version: 2.0.3
- file: ../data/TestSolution/DeviceAttributes/endian/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
category: linkerScript
attr: config
Expand All @@ -48,6 +51,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/html/index.html
category: doc
version: 0.1.1
linker:
script: ../data/TestSolution/DeviceAttributes/endian/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
constructed-files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ build:
from-pack: ARM::[email protected]
selected-by: Startup
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/https:/arm-software.github.io/CMSIS_5/Core_A/html/startup_c_pg.html
category: doc
version: 2.0.3
- file: ../data/TestSolution/DeviceAttributes/endian/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
category: linkerScript
attr: config
Expand All @@ -48,6 +51,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/html/index.html
category: doc
version: 0.1.1
linker:
script: ../data/TestSolution/DeviceAttributes/endian/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
constructed-files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ build:
from-pack: ARM::[email protected]
selected-by: Startup
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/https:/arm-software.github.io/CMSIS_5/Core_A/html/startup_c_pg.html
category: doc
version: 2.0.3
- file: ../data/TestSolution/DeviceAttributes/fpu/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
category: linkerScript
attr: config
Expand All @@ -47,6 +50,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/html/index.html
category: doc
version: 0.1.1
linker:
script: ../data/TestSolution/DeviceAttributes/fpu/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
constructed-files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ build:
from-pack: ARM::[email protected]
selected-by: Startup
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/https:/arm-software.github.io/CMSIS_5/Core_A/html/startup_c_pg.html
category: doc
version: 2.0.3
- file: ../data/TestSolution/DeviceAttributes/fpu/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
category: linkerScript
attr: config
Expand All @@ -47,6 +50,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/html/index.html
category: doc
version: 0.1.1
linker:
script: ../data/TestSolution/DeviceAttributes/fpu/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
constructed-files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ build:
from-pack: ARM::[email protected]
selected-by: Startup
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/https:/arm-software.github.io/CMSIS_5/Core_A/html/startup_c_pg.html
category: doc
version: 2.0.3
- file: ../data/TestSolution/DeviceAttributes/fpu/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
category: linkerScript
attr: config
Expand All @@ -47,6 +50,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/html/index.html
category: doc
version: 0.1.1
linker:
script: ../data/TestSolution/DeviceAttributes/fpu/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
constructed-files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ build:
from-pack: ARM::[email protected]
selected-by: Startup
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/https:/arm-software.github.io/CMSIS_5/Core_A/html/startup_c_pg.html
category: doc
version: 2.0.3
- file: ../data/TestSolution/DeviceAttributes/mve/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
category: linkerScript
attr: config
Expand All @@ -48,6 +51,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/html/index.html
category: doc
version: 0.1.1
linker:
script: ../data/TestSolution/DeviceAttributes/mve/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
constructed-files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ build:
from-pack: ARM::[email protected]
selected-by: Startup
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/https:/arm-software.github.io/CMSIS_5/Core_A/html/startup_c_pg.html
category: doc
version: 2.0.3
- file: ../data/TestSolution/DeviceAttributes/mve/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
category: linkerScript
attr: config
Expand All @@ -48,6 +51,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/html/index.html
category: doc
version: 0.1.1
linker:
script: ../data/TestSolution/DeviceAttributes/mve/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
constructed-files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ build:
from-pack: ARM::[email protected]
selected-by: Startup
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/https:/arm-software.github.io/CMSIS_5/Core_A/html/startup_c_pg.html
category: doc
version: 2.0.3
- file: ../data/TestSolution/DeviceAttributes/mve/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
category: linkerScript
attr: config
Expand All @@ -48,6 +51,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/html/index.html
category: doc
version: 0.1.1
linker:
script: ../data/TestSolution/DeviceAttributes/mve/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
constructed-files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ build:
from-pack: ARM::[email protected]
selected-by: Startup
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/https:/arm-software.github.io/CMSIS_5/Core_A/html/startup_c_pg.html
category: doc
version: 2.0.3
- file: ../data/TestSolution/DeviceAttributes/trustzone/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
category: linkerScript
attr: config
Expand All @@ -48,6 +51,10 @@ build:
condition: Cortex-M Device
from-pack: ARM::[email protected]
selected-by: CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/html/index.html
category: doc
version: 0.1.1
linker:
script: ../data/TestSolution/DeviceAttributes/trustzone/RTE/Device/RteTest_ARMCM0/ARMCM0_ac6.sct
constructed-files:
Expand Down
Loading

0 comments on commit 0578f0f

Please sign in to comment.