From 351e8918dc97a6318e8030ba2c94d5f098b24e3a Mon Sep 17 00:00:00 2001 From: Sourabh Mehta Date: Thu, 30 Apr 2026 16:07:06 +0200 Subject: [PATCH 1/7] Use lychee link checker --- .github/markdown-link-check.jsonc | 15 --------------- .github/workflows/markdown.yml | 8 ++++---- 2 files changed, 4 insertions(+), 19 deletions(-) delete mode 100644 .github/markdown-link-check.jsonc diff --git a/.github/markdown-link-check.jsonc b/.github/markdown-link-check.jsonc deleted file mode 100644 index e332fbf9d..000000000 --- a/.github/markdown-link-check.jsonc +++ /dev/null @@ -1,15 +0,0 @@ -{ - "ignorePatterns": [ - { - "pattern": "^https://opensource.org" - } - ], - "httpHeaders": [ - { - "urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/"], - "headers": { - "Accept-Encoding": "zstd, br, gzip, deflate" - } - } - ], -} diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index 3d4c33ef7..b3ac4e462 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -51,9 +51,9 @@ jobs: - name: Checkout devtools uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - name: Check markdown links - uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225 # v1.1.2 + uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0 with: - use-quiet-mode: 'no' - use-verbose-mode: 'yes' - config-file: '.github/markdown-link-check.jsonc' + fail: true + jobSummary: true From c43406ea47edaa7b6e054de135b7ba27832c72f4 Mon Sep 17 00:00:00 2001 From: Sourabh Mehta Date: Thu, 30 Apr 2026 16:39:09 +0200 Subject: [PATCH 2/7] Added lychee.toml --- .github/lychee.toml | 44 +++++++++++++++++++ .github/workflows/buildmgr.yml | 2 +- .github/workflows/markdown.yml | 1 + LICENSE.md | 10 ++--- .../docs/RTE+Model+Library+Overview.md | 2 +- .../Doxygen_Templates/cmsis_header.html | 4 +- tools/buildmgr/docs/doxygen/index.html | 4 +- tools/packchk/README.md | 2 +- tools/packgen/README.md | 2 +- 9 files changed, 58 insertions(+), 13 deletions(-) create mode 100644 .github/lychee.toml diff --git a/.github/lychee.toml b/.github/lychee.toml new file mode 100644 index 000000000..454425806 --- /dev/null +++ b/.github/lychee.toml @@ -0,0 +1,44 @@ +# For all options, see + +# Verbose program output +# Accepts log level: "error", "warn", "info", "debug", "trace" +verbose = "info" + +# Output display mode +mode = "emoji" + +# Interactive progress bar while checking links. +no_progress = true + +# Enable link caching. This can be helpful to avoid checking the same links on +# multiple runs. +cache = true + +# Accept 200 (OK) and 403 (Forbidden) responses as valid +accept = [ + "200" +] + +# Maximum number of allowed redirects. +max_redirects = 2 + +# Maximum number of allowed retries before a link is declared dead. +max_retries = 2 + +# Only test links with the given schemes (e.g. https). +# Omit to check links with any other scheme. +# At the moment, we support http, https, file, and mailto. +scheme = ["https"] + +# Exclude links +exclude = [ + # Exclude links as cookies needed to be accepted + 'https://developer.arm.com' +] + +# Exclude paths from getting checked. The values are treated as regular expressions +exclude_path = [ + "\\.txt$", # skip .txt extensions + "(^|/)test/", # skip directories named "test" + "external/", # skip external directories +] diff --git a/.github/workflows/buildmgr.yml b/.github/workflows/buildmgr.yml index 6918b63d7..34bfd8e8f 100644 --- a/.github/workflows/buildmgr.yml +++ b/.github/workflows/buildmgr.yml @@ -141,7 +141,7 @@ jobs: run: | sudo apt-get update sudo apt-get install ninja-build python3 - wget -q http://security.ubuntu.com/ubuntu/pool/main//d/doxygen/doxygen_1.8.6-2_amd64.deb + wget -q https://security.ubuntu.com/ubuntu/pool/main//d/doxygen/doxygen_1.8.6-2_amd64.deb sudo dpkg -i doxygen_1.8.6-2_amd64.deb sudo pip install LinkChecker==10.6.0 - name: Create build folder diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index b3ac4e462..fbc29ea48 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -55,5 +55,6 @@ jobs: - name: Check markdown links uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0 with: + args: --config .github/lychee.toml --verbose --no-progress './**/*.md' './**/*.html' fail: true jobSummary: true diff --git a/LICENSE.md b/LICENSE.md index aacd8a607..98019a59b 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -6,7 +6,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -20,12 +20,12 @@ Individual files contain the following tag instead of the full license text. SPDX-License-Identifier: Apache-2.0 -This enables machine processing of license information based on the SPDX License Identifiers that are here available: http://spdx.org/licenses/ +This enables machine processing of license information based on the SPDX License Identifiers that are here available: https://spdx.org/licenses/ ## Third Party Licenses All files listed in the path `test/packs/ARM/RteTest_DFP/0.1.1/Device` are licensed under -[Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0) and are attributed to ARM Limited. The files originate +[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) and are attributed to ARM Limited. The files originate from https://github.com/ARM-software/CMSIS_5/tree/develop/Device/ARM. ## External Dependencies @@ -41,8 +41,8 @@ or testing purposes. |Google C++ Testing Framework|1.11.0|[BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)|https://github.com/google/googletest.git| Testing | |cxxopts|2.2.1|[MIT](https://opensource.org/licenses/MIT)|https://github.com/jarro2783/cxxopts.git| packgen | |yaml-cpp|0.7.0|[MIT](https://opensource.org/licenses/MIT)|https://github.com/jbeder/yaml-cpp.git| packgen | -|[GetGitRevisionDescription.cmake](./cmake/GetGitRevisionDescription.cmake)||[Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt)||Continuous integration| -|[GetGitRevisionDescription.cmake.in](./cmake/GetGitRevisionDescription.cmake.in)||[Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt)||Continuous integration| +|[GetGitRevisionDescription.cmake](./cmake/GetGitRevisionDescription.cmake)||[Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt)||Continuous integration| +|[GetGitRevisionDescription.cmake.in](./cmake/GetGitRevisionDescription.cmake.in)||[Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt)||Continuous integration| |json|3.10.5|[MIT](https://opensource.org/licenses/MIT)|https://github.com/nlohmann/json| yml-schema-checker | |json-schema-validator|2.1.0|[MIT](https://opensource.org/licenses/MIT)|https://github.com/pboettch/json-schema-validator| yml-schema-checker | diff --git a/libs/rtemodel/docs/RTE+Model+Library+Overview.md b/libs/rtemodel/docs/RTE+Model+Library+Overview.md index 3cf64c098..b484f6a2c 100644 --- a/libs/rtemodel/docs/RTE+Model+Library+Overview.md +++ b/libs/rtemodel/docs/RTE+Model+Library+Overview.md @@ -243,7 +243,7 @@ This version is used in its exact form in: \$CMSIS_PACK_ROOT/ARM/CMSIS/5.7.0/ - in index.pidx file entry:  \\" vendor=\"ARM\" name=\"CMSIS\" + url=\"\" vendor=\"ARM\" name=\"CMSIS\" version=\"5.7.0\" /> - RtePackageFilter to define \"FIXED\" and \"EXCLUDED\" packs. diff --git a/tools/buildmgr/docs/doxygen/Doxygen_Templates/cmsis_header.html b/tools/buildmgr/docs/doxygen/Doxygen_Templates/cmsis_header.html index 957bf7ccf..8394641ef 100644 --- a/tools/buildmgr/docs/doxygen/Doxygen_Templates/cmsis_header.html +++ b/tools/buildmgr/docs/doxygen/Doxygen_Templates/cmsis_header.html @@ -1,5 +1,5 @@ - - + + diff --git a/tools/buildmgr/docs/doxygen/index.html b/tools/buildmgr/docs/doxygen/index.html index 0aa710786..f3edaab4d 100644 --- a/tools/buildmgr/docs/doxygen/index.html +++ b/tools/buildmgr/docs/doxygen/index.html @@ -1,5 +1,5 @@ - - + + Redirect to the CMSIS Build main page after 0 seconds diff --git a/tools/packchk/README.md b/tools/packchk/README.md index 835af9d8e..acf94bbdc 100644 --- a/tools/packchk/README.md +++ b/tools/packchk/README.md @@ -78,7 +78,7 @@ verify the URL to the Pack Server, and generate a ASCII text file with the standardized name of the Software Pack. ```bash -packchk "MyVendor.MVCM3.pdsc" -u "http://www.myvendor.com/pack" -n packname.txt +packchk "MyVendor.MVCM3.pdsc" -u "https://www.myvendor.com/pack" -n packname.txt ``` Run `packchk` on the package description file called MyVendor.MVCM3.pdsc. diff --git a/tools/packgen/README.md b/tools/packgen/README.md index acd869300..a99a122ab 100644 --- a/tools/packgen/README.md +++ b/tools/packgen/README.md @@ -280,7 +280,7 @@ When starting the process of generating a new pack, the following workflow is re description: "TestPack description" vendor: "ARM" license: "LICENSE" - url: "http://arm.com/" + url: "https://arm.com/" releases: - version: "1.0.0" date: "2021-08-10" From 36a26a3bc73d6a5411f340e0cd81c65fb1c1ee08 Mon Sep 17 00:00:00 2001 From: Sourabh Mehta Date: Mon, 4 May 2026 08:46:07 +0200 Subject: [PATCH 3/7] Update to safe HTTPS --- LICENSE | 2 +- cmake/GetGitRevisionDescription.cmake | 4 ++-- cmake/GetGitRevisionDescription.cmake.in | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index f433b1a53..49cc83d2e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION diff --git a/cmake/GetGitRevisionDescription.cmake b/cmake/GetGitRevisionDescription.cmake index e6d6f781f..8b411efbb 100644 --- a/cmake/GetGitRevisionDescription.cmake +++ b/cmake/GetGitRevisionDescription.cmake @@ -33,7 +33,7 @@ # # Original Author: # 2009-2020 Ryan Pavlik -# http://academic.cleardefinition.com +# https://academic.cleardefinition.com # # Copyright 2009-2013, Iowa State University. # Copyright 2013-2020, Ryan Pavlik @@ -41,7 +41,7 @@ # SPDX-License-Identifier: BSL-1.0 # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# https://www.boost.org/LICENSE_1_0.txt) if(__get_git_revision_description) return() diff --git a/cmake/GetGitRevisionDescription.cmake.in b/cmake/GetGitRevisionDescription.cmake.in index 04db9a8e4..6d377a6c8 100644 --- a/cmake/GetGitRevisionDescription.cmake.in +++ b/cmake/GetGitRevisionDescription.cmake.in @@ -5,13 +5,13 @@ # # Original Author: # 2009-2010 Ryan Pavlik -# http://academic.cleardefinition.com +# https://academic.cleardefinition.com # Iowa State University HCI Graduate Program/VRAC # # Copyright Iowa State University 2009-2010. # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# https://www.boost.org/LICENSE_1_0.txt) set(HEAD_HASH) From 9edaa2582c9f06a08f04527fa731072ff88d1441 Mon Sep 17 00:00:00 2001 From: Sourabh Mehta Date: Mon, 4 May 2026 08:46:07 +0200 Subject: [PATCH 4/7] Update to safe HTTPS --- CONTRIBUTING.md | 2 +- LICENSE | 2 +- cmake/GetGitRevisionDescription.cmake | 4 +- cmake/GetGitRevisionDescription.cmake.in | 4 +- libs/rteutils/include/VersionCmp.h | 4 +- libs/rteutils/src/VersionCmp.cpp | 2 +- libs/xmlreader/include/XML_Reader.h | 2 +- libs/xmlreader/test/XmlReaderTest.cpp | 4 +- libs/xmlschemachecker/test/data/invalid.pdsc | 4 +- libs/xmlschemachecker/test/data/valid.pdsc | 4 +- libs/xmltree/src/XmlFormatter.cpp | 2 +- libs/xmltree/test/src/XmlFormatterTest.cpp | 2 +- libs/xmltreeslim/test/XmlTreeSlimTest.cpp | 4 +- .../test/data/clayer.schema.json | 2 +- .../test/data/cproject.schema.json | 2 +- .../test/data/csettings.schema.json | 2 +- .../test/data/csolution.schema.json | 2 +- .../test/data/invalid-schema.json | 2 +- .../.Local/local_repository.pidx | 2 +- test/local/.Local/local_repository.pidx | 2 +- test/local_packs/A/ARM.RteTestRequired.pdsc | 2 +- test/local_packs/L/LocalVendor.LocalPack.pdsc | 2 +- .../R/ARM.RteTestRequiredRecursive.pdsc | 2 +- test/local_packs/S/SomeVendor.RteTest.pdsc | 2 +- .../0.1.0/ARM.RteTestMissingCondition.pdsc | 2 +- .../0.1.0/ARM.RteTestRecursive.pdsc | 2 +- test/packs/.Local/local_repository.pidx | 2 +- test/packs/ARM/RteTest/0.1.0/ARM.RteTest.pdsc | 2 +- .../ARM/RteTest/0.1.0/licenses/apache2.0.txt | 4 +- .../RteTestBoard/0.0.1/ARM.RteTestBoard.pdsc | 2 +- .../RteTestBoard/0.1.0/ARM.RteTestBoard.pdsc | 2 +- .../0.1.0/ARM.RteTestGenerator.pdsc | 2 +- .../0.1.0/Templates/RteTest.gpdsc.template | 2 +- .../1.0.0/ARM.RteTestRequired.pdsc | 2 +- .../1.0.0/ARM.RteTestRequiredRecursive.pdsc | 2 +- .../RteTest_DFP/0.1.1/ARM.RteTest_DFP.pdsc | 10 ++-- .../0.1.1/Device/ARM/SVD/ARMCM0.svd | 2 +- .../0.1.1/Device/ARM/SVD/ARMCM3.svd | 2 +- .../0.1.1/Device/ARM/SVD/ARMCM4.svd | 2 +- .../ARM/RteTest_DFP/0.1.1/Doc/html/index.html | 4 +- .../RteTest_DFP/0.2.0/ARM.RteTest_DFP.pdsc | 10 ++-- .../0.2.0/Device/ARM/SVD/ARMCM0.svd | 2 +- .../0.2.0/Device/ARM/SVD/ARMCM3.svd | 2 +- .../0.2.0/Device/ARM/SVD/ARMCM4.svd | 2 +- .../ARM/RteTest_DFP/0.2.0/Doc/html/index.html | 4 +- .../RteTest/0.0.1/SomeVendor.RteTest.pdsc | 2 +- test/projects/RteTestM3/MissingComponent.cprj | 2 +- test/projects/RteTestM3/RteTestM3.cprj | 2 +- .../RteTestM3/RteTestM3NoComponents.cprj | 2 +- .../RteTestM3/RteTestM3_ConfigFolder.cprj | 2 +- .../RteTestM3/RteTestM3_PackPath.cprj | 2 +- .../RteTestM3/RteTestM3_PackPath_Invalid.cprj | 2 +- .../RteTestM3_PackPath_MultiplePdscs.cprj | 2 +- .../RteTestM3/RteTestM3_PackPath_NoPdsc.cprj | 2 +- .../projects/RteTestM3/RteTestM3_PackReq.cprj | 2 +- .../RteTestM3_Rte_Update_Header.cprj | 2 +- test/projects/RteTestM3/broken_xml.cprj | 2 +- test/projects/RteTestM4/RteTestM4.cprj | 2 +- test/projects/RteTestM4/RteTestM4_Board.cprj | 2 +- .../projects/RteTestM4/RteTestM4_CompDep.cprj | 2 +- tools/buildmgr/cbuildgen/config/CPRJ.xsd | 2 +- .../buildmgr/cbuildgen/installer/make_deb.sh | 2 +- .../buildmgr/cbuildgen/src/cbuildgen.manifest | 2 +- tools/buildmgr/docs/LICENSE.txt | 6 +-- .../buildmgr/docs/doxygen/Build/Build.dxy.in | 54 +++++++++---------- .../docs/doxygen/Build/src/CmdLineBuild.txt | 10 ++-- .../docs/doxygen/Build/src/cprj_schema.txt | 14 ++--- tools/buildmgr/test/scripts/download_packs.sh | 4 +- .../testinput/Examples/AC6/ArmAsm/Target.cprj | 2 +- .../testinput/Examples/AC6/Asm/Target.cprj | 2 +- .../AC6/BranchProtection/Project.cprj | 2 +- .../Examples/AC6/Build_AC6/CustomRTE.cprj | 2 +- .../Examples/AC6/Build_AC6/Simulation.cprj | 2 +- .../AC6/Build_AC6/Simulation.fixed.cprj.ref | 2 +- .../Examples/AC6/Build_AC6PP/Simulation.cprj | 2 +- .../testinput/Examples/AC6/Flags/Target.cprj | 2 +- .../Examples/AC6/Library/project.cprj | 2 +- .../Examples/AC6/Minimal/MyProject.cprj | 2 +- .../Examples/AC6/NestedGroups/Project.cprj | 2 +- .../Examples/AC6/RelativePath/Project.cprj | 2 +- .../CM33_ns/FVP_Simulation_Model.cprj | 2 +- .../CM33_s/FVP_Simulation_Model.cprj | 2 +- .../Examples/AC6/Whitespace/Target_Name.cprj | 2 +- .../Examples/GCC/AccessSequence/Project.cprj | 2 +- .../Project_Invalid_Access_Sequence.cprj | 2 +- .../Project_Missing_BoardName.cprj | 2 +- .../Project_Unknown_Board_Name.cprj | 2 +- .../testinput/Examples/GCC/Asm/Target.cprj | 2 +- .../GCC/BranchProtection/Project.cprj | 2 +- .../Examples/GCC/Build_GCC/CustomRTE.cprj | 2 +- .../GCC/Build_GCC/Invalid_Schema.cprj | 2 +- .../Examples/GCC/Build_GCC/Simulation.cprj | 2 +- .../Examples/GCC/Build_GPP/Simulation.cprj | 2 +- .../Examples/GCC/DupFilename/Project.cprj | 2 +- .../Examples/GCC/FlagOrder/MyProject.cprj | 2 +- .../testinput/Examples/GCC/Flags/Target.cprj | 2 +- .../Examples/GCC/Library/project.cprj | 2 +- .../Examples/GCC/LibraryCustom/project.cprj | 2 +- .../GCC/LinkerPreProcessing/MyProject.cprj | 2 +- .../LinkerPreProcessingDefines/MyProject.cprj | 2 +- .../LinkerPreProcessingSrcFile/MyProject.cprj | 2 +- .../Examples/GCC/Minimal/MyProject.cprj | 2 +- .../Examples/GCC/NestedGroups/Project.cprj | 2 +- .../Examples/GCC/Pre Include/Target.cprj | 2 +- .../Examples/GCC/RelativePath/Project.cprj | 2 +- .../GCC/StandardLibrary/MyProject.cprj | 2 +- .../TranslationControl/Project1/Project.cprj | 2 +- .../TranslationControl/Project2/Project.cprj | 2 +- .../TranslationControl/Project3/Project.cprj | 2 +- .../CM33_ns/FVP_Simulation_Model.cprj | 2 +- .../CM33_s/FVP_Simulation_Model.cprj | 2 +- .../Examples/GCC/Whitespace/Target_Name.cprj | 2 +- .../test/testinput/Examples/IAR/Asm/Asm.cprj | 2 +- .../Examples/IAR/Library/Library.cprj | 2 +- .../Examples/IAR/Minimal/MyProject.cprj | 2 +- .../Examples/IAR/MixedSource/Project.cprj | 2 +- .../Layers_Add/Layer_Ref/device/device.clayer | 2 +- .../Project_Partial/Simulation.cprj | 2 +- .../Layers_Add/Project_Ref/Simulation.cprj | 2 +- .../Project_Ref/Simulation.cprj.bak | 2 +- .../Layer_Ref/application/application.clayer | 2 +- .../Layer_Ref/device/device.clayer | 2 +- .../Project_Ref/Simulation.cprj | 2 +- .../Layer_Ref/application/application.clayer | 2 +- .../Layer_Ref/device/device.clayer | 2 +- .../Project_Full/Simulation.cprj | 2 +- .../Project_Full/Simulation.cprj | 2 +- .../Layers_Remove/Project_Ref/Simulation.cprj | 2 +- .../Project_Ref/Simulation.cprj.bak | 2 +- .../Mixed/Build_AC6_GCC/Build.Simulation.cprj | 2 +- .../Mixed/GpdscBundle/MultipleComponents.cprj | 2 +- .../RteTestGen_ARMCM0/RteTest.gpdsc | 2 +- .../RteTestGen_ARMCM0/RteTest.gpdsc | 2 +- .../Mixed/GpdscWithoutComponents/Project.cprj | 2 +- .../Mixed/Minimal_DupSrc/MyProject.cprj | 2 +- .../Examples/Mixed/Pre Include/Target.cprj | 2 +- .../test/testinput/InvalidComponent.cprj | 2 +- .../test/testinput/InvalidSchema.pdsc | 6 +-- .../test/testinput/LayerInfoMissing.cprj | 2 +- .../buildmgr/test/testinput/LayerProject.cprj | 2 +- .../test/testinput/MissingDeviceName.cprj | 2 +- .../test/testinput/MissingTargetInfo.cprj | 2 +- .../testinput/ModelTest/InvalidPackRepo.cprj | 2 +- .../testinput/ModelTest/InvalidTarget.cprj | 2 +- .../test/testinput/ModelTest/NoPackage.cprj | 2 +- .../testinput/ModelTest/PacklistProject.cprj | 2 +- .../test/testinput/ModelTest/ValidTarget.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM0P.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM0P_MPU.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM1.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM23.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM23_TZ.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM3.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM33.cprj | 2 +- .../MultiTarget.CM33_DSP_FP.cprj | 2 +- .../MultiTarget.CM33_DSP_FP_TZ.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM33_TZ.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM35P.cprj | 2 +- .../MultiTarget.CM35P_DSP_FP.cprj | 2 +- .../MultiTarget.CM35P_DSP_FP_TZ.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM35P_TZ.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM4.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM4_FP.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM55.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM7.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM7_DP.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM7_SP.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CMO.cprj | 2 +- .../MultiTargetAC6/MultiTarget.SC000.cprj | 2 +- .../MultiTargetAC6/MultiTarget.SC300.cprj | 2 +- .../MultiTarget.V81MML_DSP_DP_MVE_FP.cprj | 2 +- .../MultiTargetAC6/MultiTarget.V8MBL.cprj | 2 +- .../MultiTargetAC6/MultiTarget.V8MML.cprj | 2 +- .../MultiTargetAC6/MultiTarget.V8MML_DP.cprj | 2 +- .../MultiTargetAC6/MultiTarget.V8MML_DSP.cprj | 2 +- .../MultiTargetAC6/MultiTarget.V8MML_SP.cprj | 2 +- .../MultiTarget.V8_MML_DSP_DP.cprj | 2 +- .../MultiTarget.V8_MML_DSP_SP.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM0.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM0P.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM0P_MPU.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM1.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM23.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM23_TZ.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM3.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM33.cprj | 2 +- .../MultiTarget.CM33_DSP_FP.cprj | 2 +- .../MultiTarget.CM33_DSP_FP_TZ.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM33_TZ.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM35P.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM35P_TZ.cprj | 2 +- .../MultiTarget.CM35_DSP_FP.cprj | 2 +- .../MultiTarget.CM35_DSP_FP_TZ.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM4.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM4_FP.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM55.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM7.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM7_DP.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM7_SP.cprj | 2 +- .../MultiTargetIAR/MultiTarget.CM0.cprj | 2 +- .../MultiTargetIAR/MultiTarget.CM0_DEBUG.cprj | 2 +- .../MultiTarget.CM0_WARNINGS.cprj | 2 +- .../MultiTarget.CM33_DSP_FP.cprj | 2 +- .../MultiTarget.CM33_DSP_FP_TZ.cprj | 2 +- .../MultiTargetIAR/MultiTarget.CM33_TZ.cprj | 2 +- .../MultiTargetIAR/MultiTarget.CM55.cprj | 2 +- .../MultiTargetIAR/MultiTarget.CM55_MVE.cprj | 2 +- .../MultiTargetIAR/MultiTarget.CM7_DP.cprj | 2 +- .../MultiTargetIAR/MultiTarget.CM7_NP.cprj | 2 +- .../MultiTargetIAR/MultiTarget.CM7_SP.cprj | 2 +- .../MultiTargetIAR/MultiTarget.CM85.cprj | 2 +- .../MultiTargetIAR/MultiTarget.CM85_PB.cprj | 2 +- .../test/testinput/MultipleCompiler.cprj | 2 +- tools/buildmgr/test/testinput/NoCompiler.cprj | 2 +- tools/buildmgr/test/testinput/NoPackage.cprj | 2 +- tools/buildmgr/test/testinput/OldSchema.cprj | 2 +- .../test/testinput/PackNotAvailable.cprj | 2 +- .../test/testinput/PacklistLocal.cprj | 2 +- tools/buildmgr/test/testinput/Target.cprj | 2 +- .../testinput/UnknowlToolchainConfig.cprj | 2 +- .../buildmgr/test/testinput/ValidTarget.cprj | 2 +- tools/buildmgr/test/testinput/outfile.xml.ref | 2 +- tools/packchk/docs/LICENSE.txt | 6 +-- tools/packchk/src/CheckFiles.cpp | 4 +- tools/packchk/src/packchk.manifest | 2 +- .../TestVendor.TestInvalidPack.pdsc | 4 +- .../BulbBoard_BSP/Keil.BulbBoard_BSP.pdsc | 10 ++-- .../FM0plus_DFP/Keil.FM0plus_DFP.pdsc | 4 +- .../ARM.CompResolvedByItself.pdsc | 4 +- .../ARM.ConcurrentComponentFiles.pdsc | 2 +- ...estVendor.ConfigFileInIncludePathPack.pdsc | 4 +- .../CsolutionTag/TestVendor.CsolutionTag.pdsc | 2 +- .../TestVendor.DescriptionOverviewPack.pdsc | 4 +- .../TestVendor.DuplicateFlashAlgo.pdsc | 4 +- .../TestVendor.FileAttributeDeprecated.pdsc | 2 +- .../TestVendor.FileNameHasSpacePack.pdsc | 4 +- .../TestVendor.FilenameIsDirPack.pdsc | 4 +- .../TestVendor.TestInvalidPack.pdsc | 4 +- .../TestVendor.MemoryAttributes.pdsc | 4 +- .../PackNameFile/Arm.PackNameFile_DFP.pdsc | 4 +- .../TestVendor.ProcessorFeatures.pdsc | 4 +- .../data/RteTestBoard/ARM.RteTestBoard.pdsc | 2 +- .../TestVendor.SchemaValidation.pdsc | 4 +- .../data/SemVerTest/Arm.SemVerTest_DFP.pdsc | 4 +- .../TestVendor.SupportCcFiles_DFP.pdsc | 4 +- .../TestVendor.TestPackLicense.pdsc | 4 +- .../TestPackDot/TestVendor.TestPackDot.pdsc | 4 +- .../Pack/TestVendor.TestPackRoot.pdsc | 4 +- .../test/data/TestSON/TestVendor.TestSON.pdsc | 4 +- .../TestVendor.TestTextExceedsLength.pdsc | 2 +- .../TestUrlHttps/TestVendor.TestUrlHttps.pdsc | 22 ++++---- tools/packchk/test/data/schema.xsd | 2 +- .../test/integtests/src/PackChkIntegTests.cpp | 2 +- .../test/unittests/src/TestPackOptions.cpp | 2 +- .../test/unittests/src/TestValidateSyntax.cpp | 2 +- tools/packgen/docs/LICENSE.txt | 6 +-- tools/packgen/schema/manifest.schema.json | 2 +- tools/packgen/src/packgen.manifest | 2 +- .../ARM.TestPackMultipleBuilds.pdsc | 4 +- .../data/CMakeTestMultipleBuilds/manifest.yml | 2 +- .../data/CMakeTestProject/ARM.TestPack.pdsc | 4 +- .../test/data/CMakeTestProject/manifest.yml | 2 +- .../data/TestProject/TestVendor.TestPack.pdsc | 4 +- .../test/data/TestProject/manifest.yml | 2 +- .../TestVendor.TestPackOutOfRoot.pdsc | 4 +- .../data/TestProject/out-of-root/manifest.yml | 2 +- tools/packgen/test/data/invalid_manifest.yml | 2 +- tools/packgen/test/data/invalid_manifest2.yml | 2 +- .../packgen/test/data/no-target-manifest.yml | 2 +- tools/packgen/test/src/PackGenUnitTests.cpp | 2 +- tools/projmgr/docs/LICENSE.txt | 6 +-- .../schemas/cbuild-gen-idx.schema.json | 2 +- tools/projmgr/schemas/cbuild-gen.schema.json | 2 +- tools/projmgr/schemas/cbuild-idx.schema.json | 2 +- tools/projmgr/schemas/cbuild-pack.schema.json | 2 +- tools/projmgr/schemas/cbuild-run.schema.json | 2 +- tools/projmgr/schemas/cbuild-set.schema.json | 2 +- tools/projmgr/schemas/cbuild.schema.json | 2 +- tools/projmgr/schemas/cdefault.schema.json | 2 +- tools/projmgr/schemas/cgen.schema.json | 2 +- tools/projmgr/schemas/clayer.schema.json | 2 +- tools/projmgr/schemas/common.schema.json | 2 +- tools/projmgr/schemas/cproject.schema.json | 2 +- tools/projmgr/schemas/csolution.schema.json | 2 +- tools/projmgr/schemas/generator.schema.json | 2 +- tools/projmgr/src/csolution.manifest | 2 +- .../core0.Debug+MultiCore.cbuild-gen.yml | 2 +- .../core1.Debug+MultiCore.cbuild-gen.yml | 2 +- .../single-core.Debug+Board.cbuild.yml | 2 +- .../ImageOnly/ref/image-only+CM0.cbuild.yml | 2 +- ...pack-access-sequences+CM4-Board.cbuild.yml | 2 +- .../ref/test-access-sequences1.Debug+CM0.cprj | 2 +- .../ref/test-access-sequences1.Debug+CM3.cprj | 2 +- .../test-access-sequences1.Release+CM0.cprj | 2 +- .../test-access-sequences1.Release+CM3.cprj | 2 +- .../ref/test-access-sequences2.Debug+CM0.cprj | 2 +- .../ref/test-access-sequences2.Debug+CM3.cprj | 2 +- .../test-access-sequences2.Release+CM0.cprj | 2 +- .../test-access-sequences2.Release+CM3.cprj | 2 +- ...t-access-sequences3.Debug+TEST_TARGET.cprj | 2 +- ...access-sequences3.Release+TEST_TARGET.cprj | 2 +- .../project.Debug+TEST_TARGET.cbuild.yml | 2 +- .../ref/empty/project.Debug+TEST_TARGET.cprj | 2 +- .../project.Release+TEST_TARGET.cbuild.yml | 2 +- .../empty/project.Release+TEST_TARGET.cprj | 2 +- .../ref/full/project.Debug+TEST_TARGET.cprj | 2 +- .../ref/full/project.Release+TEST_TARGET.cprj | 2 +- .../RteTestGen_ARMCM0/RteTest.gpdsc | 2 +- .../RteTestGen_ARMCM0/RteTest.gpdsc | 2 +- .../RteTestGen_ARMCM0/RteTest.gpdsc | 2 +- .../RteTestGen_ARMCM0/RteTest.gpdsc | 2 +- .../RteTestGen_ARMCM0/RteTest.gpdsc | 2 +- .../Device/RteTestGen_ARMCM0/RteTest.gpdsc | 2 +- .../RteTestNoWorkingDir.gpdsc | 2 +- .../RteTestGen_ARMCM0/RteTest_Invalid.gpdsc | 2 +- .../RteTestGen_ARMCM0/RteTest_Warning.gpdsc | 2 +- .../Device/RteTestGen_ARMCM0/RteTest.gpdsc | 2 +- .../ref/multiple-components.Debug+CM0.cprj | 2 +- .../ref/test-gpdsc.Debug+CM0.cprj | 2 +- .../testlayers.Debug+TEST_TARGET.cprj | 2 +- .../testlayers.Release+TEST_TARGET.cprj | 2 +- .../variables.BuildType1+TargetType1.cprj | 2 +- .../variables.BuildType1+TargetType2.cprj | 2 +- .../variables.BuildType2+TargetType1.cprj | 2 +- .../variables.BuildType2+TargetType2.cprj | 2 +- .../ref2/testlayers.Debug+TEST_TARGET.cprj | 2 +- .../ref2/testlayers.Release+TEST_TARGET.cprj | 2 +- .../pack/BSP/ARM.RteTest_BSP.pdsc | 4 +- .../pack/DFP/ARM.RteTest_DFP.pdsc | 4 +- ...p-test.AbsolutePath+TEST_TARGET.cbuild.yml | 2 +- ...etup-test.Build_AC6+TEST_TARGET.cbuild.yml | 2 +- ...etup-test.Build_GCC+TEST_TARGET.cbuild.yml | 2 +- .../ref/run-debug+TestHW.cbuild.yml | 2 +- .../ref/run-debug+TestHW2.cbuild.yml | 2 +- .../RteTestPack/ARM.RteTestBoard.pdsc | 2 +- ...components.Debug+RteTest_ARMCM3.cbuild.yml | 2 +- .../versions.Debug+RteTest_ARMCM3.cbuild.yml | 2 +- .../project1.Debug+RteTest_ARMCM3.cbuild.yml | 2 +- ...project1.Release+RteTest_ARMCM3.cbuild.yml | 2 +- .../project2.Debug+RteTest_ARMCM3.cbuild.yml | 2 +- ...project2.Release+RteTest_ARMCM3.cbuild.yml | 2 +- ...ch-protection.Debug+bti-signret.cbuild.yml | 2 +- .../branch-protection.Debug+bti-signret.cprj | 2 +- .../branch-protection.Debug+bti.cbuild.yml | 2 +- .../ref/branch-protection.Debug+bti.cprj | 2 +- .../branch-protection.Debug+no-bp.cbuild.yml | 2 +- .../ref/branch-protection.Debug+no-bp.cprj | 2 +- .../ref/dsp.Debug+dsp.cbuild.yml | 2 +- .../DeviceAttributes/ref/dsp.Debug+dsp.cprj | 2 +- .../ref/dsp.Debug+no-dsp.cbuild.yml | 2 +- .../ref/dsp.Debug+no-dsp.cprj | 2 +- .../ref/endian.Debug+big.cbuild.yml | 2 +- .../ref/endian.Debug+big.cprj | 2 +- .../ref/endian.Debug+little.cbuild.yml | 2 +- .../ref/endian.Debug+little.cprj | 2 +- .../ref/fpu.Debug+fpu-dp.cbuild.yml | 2 +- .../ref/fpu.Debug+fpu-dp.cprj | 2 +- .../ref/fpu.Debug+fpu-sp.cbuild.yml | 2 +- .../ref/fpu.Debug+fpu-sp.cprj | 2 +- .../ref/fpu.Debug+no-fpu.cbuild.yml | 2 +- .../ref/fpu.Debug+no-fpu.cprj | 2 +- .../ref/mve.Debug+mve-fp.cbuild.yml | 2 +- .../ref/mve.Debug+mve-fp.cprj | 2 +- .../ref/mve.Debug+mve-int.cbuild.yml | 2 +- .../ref/mve.Debug+mve-int.cprj | 2 +- .../ref/mve.Debug+no-mve.cbuild.yml | 2 +- .../ref/mve.Debug+no-mve.cprj | 2 +- .../ref/trustzone.Debug+non-secure.cbuild.yml | 2 +- .../ref/trustzone.Debug+non-secure.cprj | 2 +- .../trustzone.Debug+secure-only.cbuild.yml | 2 +- .../ref/trustzone.Debug+secure-only.cprj | 2 +- .../ref/trustzone.Debug+secure.cbuild.yml | 2 +- .../ref/trustzone.Debug+secure.cprj | 2 +- .../trustzone.Debug+tz-disabled.cbuild.yml | 2 +- .../ref/trustzone.Debug+tz-disabled.cprj | 2 +- .../ref/trustzone.Fail+secure.cbuild.yml | 2 +- .../instances.Debug+RteTest_ARMCM3.cbuild.yml | 2 +- .../ref/instances.Debug+RteTest_ARMCM3.cprj | 2 +- .../LanguageAndScope/pack/ARM.RteTest.pdsc | 2 +- ...-scope.Debug_AC6+RteTest_ARMCM3.cbuild.yml | 2 +- .../linker.AutoGen+RteTest_ARMCM3.cbuild.yml | 2 +- .../ref/linker.AutoGen+RteTest_ARMCM3.cprj | 2 +- .../linker.AutoGen+RteTest_Board.cbuild.yml | 2 +- .../ref/linker.AutoGen+RteTest_Board.cprj | 2 +- ...linker.Debug_AC6+RteTest_ARMCM3.cbuild.yml | 2 +- .../ref/linker.Debug_AC6+RteTest_ARMCM3.cprj | 2 +- ...linker.Debug_GCC+RteTest_ARMCM3.cbuild.yml | 2 +- .../ref/linker.Debug_GCC+RteTest_ARMCM3.cprj | 2 +- ...er.FromComponent+RteTest_ARMCM3.cbuild.yml | 2 +- .../linker.FromComponent+RteTest_ARMCM3.cprj | 2 +- ....PriorityDefines+RteTest_ARMCM3.cbuild.yml | 2 +- ....PriorityRegions+RteTest_ARMCM3.cbuild.yml | 2 +- .../ref/project_with_dfp_components+CM0.cprj | 2 +- .../metadata.Debug+RteTest_ARMCM3.cbuild.yml | 2 +- .../ref/metadata.Debug+RteTest_ARMCM3.cprj | 2 +- .../packs/required/ARM.RteTestRequired.pdsc | 2 +- .../RteTestRequired/ARM.RteTestRequired.pdsc | 2 +- .../RteTestRequired1/ARM.RteTestRequired.pdsc | 2 +- ...BuildScope.Debug+RteTest_ARMCM3.cbuild.yml | 2 +- .../library.Debug+RteTest_ARMCM3.cbuild.yml | 2 +- .../ref/library.Debug+RteTest_ARMCM3.cprj | 2 +- ...BuildScope.Debug+RteTest_ARMCM3.cbuild.yml | 2 +- ...mplate_api.Debug+RteTest_ARMCM3.cbuild.yml | 2 +- .../ref/project.Debug+CM0.cbuild.yml | 2 +- .../TestProject4/test+TEST_TARGET.cprj | 2 +- ...st_board_and_device+TEST_TARGET.cbuild.yml | 2 +- .../test_linker_script+TEST_TARGET.cprj | 2 +- .../test_only_board+TEST_TARGET.cprj | 2 +- .../ref/AC6/test1.Debug+TypeA.cprj | 2 +- .../ref/AC6/test1.Debug+TypeB.cprj | 2 +- .../ref/GCC/test1.Release+TypeA.cprj | 2 +- .../ref/GCC/test1.Release+TypeB.cprj | 2 +- .../ref/cbuild/test1.Debug+CM0.cbuild.yml | 2 +- .../ref/cbuild/test1.Release+CM0.cbuild.yml | 2 +- .../ref/cbuild/test2.Debug+CM0.cbuild.yml | 2 +- .../ref/cbuild/test2.Debug+CM3.cbuild.yml | 2 +- .../data/TestSolution/ref/multicore+CM0.cprj | 2 +- .../ref/outputFiles.Debug+Target.cbuild.yml | 2 +- .../ref/outputFiles.Debug+Target.cprj | 2 +- .../ref/outputFiles.Library+Target.cbuild.yml | 2 +- .../ref/outputFiles.Library+Target.cprj | 2 +- .../data/TestSolution/ref/pack_path+CM0.cprj | 2 +- .../ref/pre-include+CM0.cbuild.yml | 2 +- .../TestSolution/ref/pre-include+CM0.cprj | 2 +- .../ref/rtedir.Debug+CM0.cbuild.yml | 2 +- .../ref/rtedir.Release+CM0.cbuild.yml | 2 +- .../TestSolution/ref/test1.Debug+CM0.cprj | 2 +- .../ref/test1.Debug+CM0_board_package.cprj | 2 +- .../TestSolution/ref/test1.Release+CM0.cprj | 2 +- .../ref/test1.Release+CM0_board_package.cprj | 2 +- .../TestSolution/ref/test2.Debug+CM0.cprj | 2 +- .../ref/test2.Debug+CM0_pack_selection.cprj | 2 +- .../ref/test2.Debug+CM0_pname.cprj | 2 +- .../TestSolution/ref/test2.Debug+CM3.cprj | 2 +- .../ref/test2.Debug+CM3_pname.cprj | 2 +- .../TestSolution/ref/test2.Debug+TestGen.cprj | 2 +- .../ref/test2.Debug+TestGen_export.cprj | 2 +- .../ref/test_target_options+CM0.cprj | 2 +- .../toolchain.Debug+Target.cprj.ac6_6_16_1 | 2 +- .../toolchain.Debug+Target.cprj.ac6_6_20_0 | 2 +- .../toolchain.Debug+Target.cprj.ac6_6_6_5 | 2 +- .../toolchain.Debug+Target.cprj.gcc | 2 +- .../toolchain.Debug+Target.cprj.iar | 2 +- .../project.Debug+TEST_TARGET.cbuild.yml | 2 +- .../NonSecureCode/NonSecure.Debug+CM33.cprj | 2 +- .../NonSecureCode/NonSecure.Debug+CM35P.cprj | 2 +- .../NonSecureCode/NonSecure.Release+CM33.cprj | 2 +- .../NonSecure.Release+CM35P.cprj | 2 +- .../SecureCode/Secure.Debug+CM33.cprj | 2 +- .../SecureCode/Secure.Debug+CM35P.cprj | 2 +- .../SecureCode/Secure.Release+CM33.cprj | 2 +- .../SecureCode/Secure.Release+CM35P.cprj | 2 +- .../ref/core0.Debug+CM0.cbuild.yml | 2 +- .../ref/core1.Debug+CM0.cbuild.yml | 2 +- tools/svdconv/SVDConv/docs/LICENSE.txt | 6 +-- tools/svdconv/SVDConv/src/svdconv.manifest | 2 +- tools/svdconv/SVDGenerator/src/FileIo.cpp | 2 +- .../svdconv/Test/data/ResetMask/ResetMask.svd | 2 +- .../accViolationDisableCond.xml | 2 +- .../data/cmdlineParser/DisableCondTest.svd | 2 +- .../data/disablecondition/DisableCondTest.svd | 2 +- .../Test/data/nameHasBrackets/SVDTiny.svd | 2 +- tools/svdconv/Test/data/option_n/option_n.svd | 2 +- .../Test/data/sauConfig/SSE300_errs.svd | 2 +- .../svdconv/Test/data/sauConfig/SSE300_ok.svd | 2 +- 465 files changed, 572 insertions(+), 572 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8eed6745b..e3cdafc2d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ documentation. You can submit a pull request to our ### Report an Issue -Please feel free to raise an [issue on GitHub](https://github.com/Open-CMSIS-Pack/Open-CMSIS-Pack/issues) +Please feel free to raise an [issue on GitHub](https://github.com/Open-CMSIS-Pack/devtools/issues) to report misbehavior (i.e. bugs) Issues are your best way to interact directly with the maintenance team and the community. diff --git a/LICENSE b/LICENSE index f433b1a53..49cc83d2e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION diff --git a/cmake/GetGitRevisionDescription.cmake b/cmake/GetGitRevisionDescription.cmake index e6d6f781f..8b411efbb 100644 --- a/cmake/GetGitRevisionDescription.cmake +++ b/cmake/GetGitRevisionDescription.cmake @@ -33,7 +33,7 @@ # # Original Author: # 2009-2020 Ryan Pavlik -# http://academic.cleardefinition.com +# https://academic.cleardefinition.com # # Copyright 2009-2013, Iowa State University. # Copyright 2013-2020, Ryan Pavlik @@ -41,7 +41,7 @@ # SPDX-License-Identifier: BSL-1.0 # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# https://www.boost.org/LICENSE_1_0.txt) if(__get_git_revision_description) return() diff --git a/cmake/GetGitRevisionDescription.cmake.in b/cmake/GetGitRevisionDescription.cmake.in index 04db9a8e4..6d377a6c8 100644 --- a/cmake/GetGitRevisionDescription.cmake.in +++ b/cmake/GetGitRevisionDescription.cmake.in @@ -5,13 +5,13 @@ # # Original Author: # 2009-2010 Ryan Pavlik -# http://academic.cleardefinition.com +# https://academic.cleardefinition.com # Iowa State University HCI Graduate Program/VRAC # # Copyright Iowa State University 2009-2010. # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# https://www.boost.org/LICENSE_1_0.txt) set(HEAD_HASH) diff --git a/libs/rteutils/include/VersionCmp.h b/libs/rteutils/include/VersionCmp.h index 3c96e1637..f7cfd21d6 100644 --- a/libs/rteutils/include/VersionCmp.h +++ b/libs/rteutils/include/VersionCmp.h @@ -4,7 +4,7 @@ /* RTE - CMSIS Run-Time Environment */ /******************************************************************************/ /** @file VersionCmp.h -* @brief Semantic Version comparison according to http://semver.org/ +* @brief Semantic Version comparison according to https://semver.org/ */ /******************************************************************************/ /* @@ -39,7 +39,7 @@ class VersionCmp public: /** - * @brief Split v1 and v2 according to http://semver.org/ and compare individually + * @brief Split v1 and v2 according to https://semver.org/ and compare individually * @param v1 version to be compared * @param v2 version to be compared * @param cs true in case of case sensitive comparison diff --git a/libs/rteutils/src/VersionCmp.cpp b/libs/rteutils/src/VersionCmp.cpp index 4c93e40d5..a702136b2 100644 --- a/libs/rteutils/src/VersionCmp.cpp +++ b/libs/rteutils/src/VersionCmp.cpp @@ -155,7 +155,7 @@ int VersionCmp::Compare(const string& v1, const string& v2, bool cs) { if (v1 == v2) { return 0; } - // Split v1 and v2 according to http://semver.org/ and compare individually + // Split v1 and v2 according to https://semver.org/ and compare individually Version ver1(v1); Version ver2(v2); int res = ver1.compareTo(ver2, cs); diff --git a/libs/xmlreader/include/XML_Reader.h b/libs/xmlreader/include/XML_Reader.h index 12f20de0f..c74c84b64 100644 --- a/libs/xmlreader/include/XML_Reader.h +++ b/libs/xmlreader/include/XML_Reader.h @@ -276,7 +276,7 @@ class XML_Reader { /** * @brief returns previous read attribute value - * attribute-Value Normalization: http://www.w3.org/TR/REC-xml/#AVNormalize + * attribute-Value Normalization: https://www.w3.org/TR/REC-xml/#AVNormalize * deletes leading and trailing white spaces * @return string containing attribute value diff --git a/libs/xmlreader/test/XmlReaderTest.cpp b/libs/xmlreader/test/XmlReaderTest.cpp index 3f661df2e..0d6eaec26 100644 --- a/libs/xmlreader/test/XmlReaderTest.cpp +++ b/libs/xmlreader/test/XmlReaderTest.cpp @@ -13,7 +13,7 @@ static string utfInfo = "한€ह"; static string schemaFile = "CPRJ.xsd"; static string schemaVer = "0.0.9"; static string theXmlString = "\n" -"\n" + +"\n" + " "+ utfInfo+"\n" + "\n" + " \n" + @@ -112,7 +112,7 @@ TEST(XmlReaderTest, ReadAttributes) EXPECT_EQ(schemaVer, reader.GetAttributeData()); EXPECT_TRUE(reader.ReadNextAttribute(true)); EXPECT_EQ("xsi", reader.GetAttributeTag()); - EXPECT_EQ("http://www.w3.org/2001/XMLSchema-instance", reader.GetAttributeData()); + EXPECT_EQ("https://www.w3.org/2001/XMLSchema-instance", reader.GetAttributeData()); EXPECT_TRUE(reader.ReadNextAttribute(false)); EXPECT_EQ("xsi:noNamespaceSchemaLocation", reader.GetAttributeTag()); EXPECT_EQ("CPRJ.xsd", reader.GetAttributeData()); diff --git a/libs/xmlschemachecker/test/data/invalid.pdsc b/libs/xmlschemachecker/test/data/invalid.pdsc index 39e466319..3fa1f1460 100644 --- a/libs/xmlschemachecker/test/data/invalid.pdsc +++ b/libs/xmlschemachecker/test/data/invalid.pdsc @@ -1,10 +1,10 @@ + xmlns:xs="https://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="PACK.xsd"> invalid TestVendor - http://www.testurl.com/pack/ + https://www.testurl.com/pack/ TestInvalidPack TestInvalidPack diff --git a/libs/xmlschemachecker/test/data/valid.pdsc b/libs/xmlschemachecker/test/data/valid.pdsc index 3451c08de..1e57aacf5 100644 --- a/libs/xmlschemachecker/test/data/valid.pdsc +++ b/libs/xmlschemachecker/test/data/valid.pdsc @@ -1,9 +1,9 @@ + xmlns:xs="https://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="PACK.xsd"> TestVendor - http://www.testurl.com/pack/ + https://www.testurl.com/pack/ TestInvalidPack TestInvalidPack diff --git a/libs/xmltree/src/XmlFormatter.cpp b/libs/xmltree/src/XmlFormatter.cpp index 834429979..23dab9d92 100644 --- a/libs/xmltree/src/XmlFormatter.cpp +++ b/libs/xmltree/src/XmlFormatter.cpp @@ -13,7 +13,7 @@ using namespace std; const string SCHEMAATTR = "xmlns:xsi"; -const string SCHEMAINSTANCE = "http://www.w3.org/2001/XMLSchema-instance"; +const string SCHEMAINSTANCE = "https://www.w3.org/2001/XMLSchema-instance"; const string OWNNAMESPACE = "xsi:noNamespaceSchemaLocation"; const string VERSIONATTR = "schemaVersion"; diff --git a/libs/xmltree/test/src/XmlFormatterTest.cpp b/libs/xmltree/test/src/XmlFormatterTest.cpp index 8129d6ba7..054fa7572 100644 --- a/libs/xmltree/test/src/XmlFormatterTest.cpp +++ b/libs/xmltree/test/src/XmlFormatterTest.cpp @@ -22,7 +22,7 @@ static const string xmlSchemaFile = "CPRJ.xsd"; static const string xmlSchemaVer = "0.0.9"; static const string xmlResExpected = string("\n") + -"\n" + +"\n" + " information\n" + "\n" + " information with attributes\n" + diff --git a/libs/xmltreeslim/test/XmlTreeSlimTest.cpp b/libs/xmltreeslim/test/XmlTreeSlimTest.cpp index 02cdbc931..fbfcd4f5d 100644 --- a/libs/xmltreeslim/test/XmlTreeSlimTest.cpp +++ b/libs/xmltreeslim/test/XmlTreeSlimTest.cpp @@ -29,7 +29,7 @@ const string xmlOut = dirnameFiles + "/out.xml"; static string schemaFile = "CPRJ.xsd"; static string schemaVer = "0.0.9"; static string theXmlString = "\n" -"\n" + +"\n" + " information\n" + "\n" + " \n" + @@ -79,7 +79,7 @@ TEST_F(XmlTreeSlimTest, ReadFileDefault) { string xsi = root ? root->GetAttribute("xsi") : XmlItem::EMPTY_STRING; string xsd = root ? root->GetAttribute("noNamespaceSchemaLocation") : XmlItem::EMPTY_STRING; - EXPECT_EQ(xsi,"http://www.w3.org/2001/XMLSchema-instance"); + EXPECT_EQ(xsi,"https://www.w3.org/2001/XMLSchema-instance"); EXPECT_EQ(xsd, schemaFile); if (root) { diff --git a/libs/ymlschemachecker/test/data/clayer.schema.json b/libs/ymlschemachecker/test/data/clayer.schema.json index 1c81bc3ed..6e4ba5c31 100644 --- a/libs/ymlschemachecker/test/data/clayer.schema.json +++ b/libs/ymlschemachecker/test/data/clayer.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-04/schema#", + "$schema": "https://json-schema.org/draft-04/schema#", "properties": { "layer": { "$ref": "#/$defs/LayerType" }, "temp": { "type": "string" } diff --git a/libs/ymlschemachecker/test/data/cproject.schema.json b/libs/ymlschemachecker/test/data/cproject.schema.json index cb3a85825..9a8f5b2c4 100644 --- a/libs/ymlschemachecker/test/data/cproject.schema.json +++ b/libs/ymlschemachecker/test/data/cproject.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-04/schema#", + "$schema": "https://json-schema.org/draft-04/schema#", "properties": { "project": { "$ref": "#/$defs/ProjectType" } }, diff --git a/libs/ymlschemachecker/test/data/csettings.schema.json b/libs/ymlschemachecker/test/data/csettings.schema.json index 6e61ffe0b..7f378a968 100644 --- a/libs/ymlschemachecker/test/data/csettings.schema.json +++ b/libs/ymlschemachecker/test/data/csettings.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-04/schema#", + "$schema": "https://json-schema.org/draft-04/schema#", "$defs": { "ArrayOfStrings": { "type": "array", diff --git a/libs/ymlschemachecker/test/data/csolution.schema.json b/libs/ymlschemachecker/test/data/csolution.schema.json index 0318324e2..5b8ca1349 100644 --- a/libs/ymlschemachecker/test/data/csolution.schema.json +++ b/libs/ymlschemachecker/test/data/csolution.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-04/schema#", + "$schema": "https://json-schema.org/draft-04/schema#", "properties": { "target-types": { "$ref": "./csettings.schema.json#/$defs/TargetTypes", diff --git a/libs/ymlschemachecker/test/data/invalid-schema.json b/libs/ymlschemachecker/test/data/invalid-schema.json index ed74b8cef..8cd45adc1 100644 --- a/libs/ymlschemachecker/test/data/invalid-schema.json +++ b/libs/ymlschemachecker/test/data/invalid-schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-04/schema#", + "$schema": "https://json-schema.org/draft-04/schema#", "properties": { "layer": { "$ref": "#/$defs/LayerType" } }, diff --git a/test/local-malformed/.Local/local_repository.pidx b/test/local-malformed/.Local/local_repository.pidx index a9650c477..c96c8d6d3 100644 --- a/test/local-malformed/.Local/local_repository.pidx +++ b/test/local-malformed/.Local/local_repository.pidx @@ -1,5 +1,5 @@ - + local repository diff --git a/test/local/.Local/local_repository.pidx b/test/local/.Local/local_repository.pidx index 7c68488c8..47460ba20 100644 --- a/test/local/.Local/local_repository.pidx +++ b/test/local/.Local/local_repository.pidx @@ -1,5 +1,5 @@ - + local repository diff --git a/test/local_packs/A/ARM.RteTestRequired.pdsc b/test/local_packs/A/ARM.RteTestRequired.pdsc index b329d8e14..24894bef5 100644 --- a/test/local_packs/A/ARM.RteTestRequired.pdsc +++ b/test/local_packs/A/ARM.RteTestRequired.pdsc @@ -1,6 +1,6 @@ - + RteTestRequired Local pack to testackage dependencies ARM diff --git a/test/local_packs/L/LocalVendor.LocalPack.pdsc b/test/local_packs/L/LocalVendor.LocalPack.pdsc index c0114e4de..3f4f43672 100644 --- a/test/local_packs/L/LocalVendor.LocalPack.pdsc +++ b/test/local_packs/L/LocalVendor.LocalPack.pdsc @@ -1,6 +1,6 @@ - + LocalPack Local pack to testackage dependencies LocalVendor diff --git a/test/local_packs/R/ARM.RteTestRequiredRecursive.pdsc b/test/local_packs/R/ARM.RteTestRequiredRecursive.pdsc index 1dfa7e9c1..2874e4ec2 100644 --- a/test/local_packs/R/ARM.RteTestRequiredRecursive.pdsc +++ b/test/local_packs/R/ARM.RteTestRequiredRecursive.pdsc @@ -1,6 +1,6 @@ - + RteTestRequiredRecursive Testing package recursive dependencies ARM diff --git a/test/local_packs/S/SomeVendor.RteTest.pdsc b/test/local_packs/S/SomeVendor.RteTest.pdsc index 754388acc..2a914bf8f 100644 --- a/test/local_packs/S/SomeVendor.RteTest.pdsc +++ b/test/local_packs/S/SomeVendor.RteTest.pdsc @@ -1,6 +1,6 @@ - + SomeVendor RteTest www.keil.com/pack/ diff --git a/test/packs-invalid/ARM/RteTestMissingCondition/0.1.0/ARM.RteTestMissingCondition.pdsc b/test/packs-invalid/ARM/RteTestMissingCondition/0.1.0/ARM.RteTestMissingCondition.pdsc index 225d63fc5..4ae324a19 100644 --- a/test/packs-invalid/ARM/RteTestMissingCondition/0.1.0/ARM.RteTestMissingCondition.pdsc +++ b/test/packs-invalid/ARM/RteTestMissingCondition/0.1.0/ARM.RteTestMissingCondition.pdsc @@ -1,6 +1,6 @@ - + ARM RteTestMissingCondition www.keil.com/pack/ diff --git a/test/packs-invalid/ARM/RteTestRecursive/0.1.0/ARM.RteTestRecursive.pdsc b/test/packs-invalid/ARM/RteTestRecursive/0.1.0/ARM.RteTestRecursive.pdsc index a2c8a2027..35b977406 100644 --- a/test/packs-invalid/ARM/RteTestRecursive/0.1.0/ARM.RteTestRecursive.pdsc +++ b/test/packs-invalid/ARM/RteTestRecursive/0.1.0/ARM.RteTestRecursive.pdsc @@ -1,6 +1,6 @@ - + ARM RteTestRecursive www.keil.com/pack/ diff --git a/test/packs/.Local/local_repository.pidx b/test/packs/.Local/local_repository.pidx index ed8f10697..f877cfef9 100644 --- a/test/packs/.Local/local_repository.pidx +++ b/test/packs/.Local/local_repository.pidx @@ -1,5 +1,5 @@ - + local repository diff --git a/test/packs/ARM/RteTest/0.1.0/ARM.RteTest.pdsc b/test/packs/ARM/RteTest/0.1.0/ARM.RteTest.pdsc index fd408ffdc..177d27f0e 100644 --- a/test/packs/ARM/RteTest/0.1.0/ARM.RteTest.pdsc +++ b/test/packs/ARM/RteTest/0.1.0/ARM.RteTest.pdsc @@ -1,6 +1,6 @@ - + ARM RteTest www.keil.com/pack/ diff --git a/test/packs/ARM/RteTest/0.1.0/licenses/apache2.0.txt b/test/packs/ARM/RteTest/0.1.0/licenses/apache2.0.txt index d64569567..62589edd1 100644 --- a/test/packs/ARM/RteTest/0.1.0/licenses/apache2.0.txt +++ b/test/packs/ARM/RteTest/0.1.0/licenses/apache2.0.txt @@ -1,7 +1,7 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -193,7 +193,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/packs/ARM/RteTestBoard/0.0.1/ARM.RteTestBoard.pdsc b/test/packs/ARM/RteTestBoard/0.0.1/ARM.RteTestBoard.pdsc index dc3521d51..c0074582d 100644 --- a/test/packs/ARM/RteTestBoard/0.0.1/ARM.RteTestBoard.pdsc +++ b/test/packs/ARM/RteTestBoard/0.0.1/ARM.RteTestBoard.pdsc @@ -1,6 +1,6 @@ - + RteTestBoard Testing packages listing ARM diff --git a/test/packs/ARM/RteTestBoard/0.1.0/ARM.RteTestBoard.pdsc b/test/packs/ARM/RteTestBoard/0.1.0/ARM.RteTestBoard.pdsc index 4eaec244e..9463cf207 100644 --- a/test/packs/ARM/RteTestBoard/0.1.0/ARM.RteTestBoard.pdsc +++ b/test/packs/ARM/RteTestBoard/0.1.0/ARM.RteTestBoard.pdsc @@ -1,6 +1,6 @@ - + RteTestBoard Testing packages listing ARM diff --git a/test/packs/ARM/RteTestGenerator/0.1.0/ARM.RteTestGenerator.pdsc b/test/packs/ARM/RteTestGenerator/0.1.0/ARM.RteTestGenerator.pdsc index 1154b0957..3ffdf86c8 100644 --- a/test/packs/ARM/RteTestGenerator/0.1.0/ARM.RteTestGenerator.pdsc +++ b/test/packs/ARM/RteTestGenerator/0.1.0/ARM.RteTestGenerator.pdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator www.keil.com/pack/ diff --git a/test/packs/ARM/RteTestGenerator/0.1.0/Templates/RteTest.gpdsc.template b/test/packs/ARM/RteTestGenerator/0.1.0/Templates/RteTest.gpdsc.template index 9534fa86d..018dc8a7e 100644 --- a/test/packs/ARM/RteTestGenerator/0.1.0/Templates/RteTest.gpdsc.template +++ b/test/packs/ARM/RteTestGenerator/0.1.0/Templates/RteTest.gpdsc.template @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/test/packs/ARM/RteTestRequired/1.0.0/ARM.RteTestRequired.pdsc b/test/packs/ARM/RteTestRequired/1.0.0/ARM.RteTestRequired.pdsc index 3dddde131..3a5d68c7f 100644 --- a/test/packs/ARM/RteTestRequired/1.0.0/ARM.RteTestRequired.pdsc +++ b/test/packs/ARM/RteTestRequired/1.0.0/ARM.RteTestRequired.pdsc @@ -1,6 +1,6 @@ - + RteTestRequired Testing package dependencies ARM diff --git a/test/packs/ARM/RteTestRequiredRecursive/1.0.0/ARM.RteTestRequiredRecursive.pdsc b/test/packs/ARM/RteTestRequiredRecursive/1.0.0/ARM.RteTestRequiredRecursive.pdsc index 90fd5c5c1..410591e89 100644 --- a/test/packs/ARM/RteTestRequiredRecursive/1.0.0/ARM.RteTestRequiredRecursive.pdsc +++ b/test/packs/ARM/RteTestRequiredRecursive/1.0.0/ARM.RteTestRequiredRecursive.pdsc @@ -1,6 +1,6 @@ - + RteTestRequiredRecursive Testing package recursive dependencies ARM diff --git a/test/packs/ARM/RteTest_DFP/0.1.1/ARM.RteTest_DFP.pdsc b/test/packs/ARM/RteTest_DFP/0.1.1/ARM.RteTest_DFP.pdsc index 098a90b6c..f07dcb529 100644 --- a/test/packs/ARM/RteTest_DFP/0.1.1/ARM.RteTest_DFP.pdsc +++ b/test/packs/ARM/RteTest_DFP/0.1.1/ARM.RteTest_DFP.pdsc @@ -1,11 +1,11 @@ - + RteTest_DFP RTE test of DFP pack, extraction from ARM.CMSIS ARM - http://www.keil.com/pack/ + https://www.keil.com/pack/ @@ -115,7 +115,7 @@ - + RteTest ARM Cortex M0 is a clone description from ARM.CMSIS pack. @@ -131,7 +131,7 @@ - + RteTest ARM Cortex M3 is a clone description from ARM.CMSIS pack. @@ -147,7 +147,7 @@ - + RteTest ARM Cortex M4 is a clone description from ARM.CMSIS pack. diff --git a/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM0.svd b/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM0.svd index 14bf84153..79849a3de 100644 --- a/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM0.svd +++ b/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM0.svd @@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE. --> - + ARM Ltd. ARM ARMCM0 diff --git a/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM3.svd b/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM3.svd index 26e6acdeb..5dfbe8462 100644 --- a/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM3.svd +++ b/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM3.svd @@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE. --> - + ARM Ltd. ARM ARMCM3 diff --git a/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM4.svd b/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM4.svd index a78bc8aba..29d86cdda 100644 --- a/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM4.svd +++ b/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM4.svd @@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE. --> - + ARM Ltd. ARM ARMCM4 diff --git a/test/packs/ARM/RteTest_DFP/0.1.1/Doc/html/index.html b/test/packs/ARM/RteTest_DFP/0.1.1/Doc/html/index.html index 246030719..c73e6925e 100644 --- a/test/packs/ARM/RteTest_DFP/0.1.1/Doc/html/index.html +++ b/test/packs/ARM/RteTest_DFP/0.1.1/Doc/html/index.html @@ -1,5 +1,5 @@ - - + + diff --git a/test/packs/ARM/RteTest_DFP/0.2.0/ARM.RteTest_DFP.pdsc b/test/packs/ARM/RteTest_DFP/0.2.0/ARM.RteTest_DFP.pdsc index e17d79963..37240473f 100644 --- a/test/packs/ARM/RteTest_DFP/0.2.0/ARM.RteTest_DFP.pdsc +++ b/test/packs/ARM/RteTest_DFP/0.2.0/ARM.RteTest_DFP.pdsc @@ -1,11 +1,11 @@ - + RteTest_DFP RTE test of DFP pack, extraction from ARM.CMSIS ARM Doc/license.txt - http://www.keil.com/pack/ + https://www.keil.com/pack/ @@ -127,7 +127,7 @@ - + RteTest ARM Cortex M0 is a clone description from ARM.CMSIS pack. @@ -181,7 +181,7 @@ - + RteTest ARM Cortex M3 is a clone description from ARM.CMSIS pack. @@ -202,7 +202,7 @@ - + RteTest ARM Cortex M4 is a clone description from ARM.CMSIS pack. diff --git a/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM0.svd b/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM0.svd index 14bf84153..79849a3de 100644 --- a/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM0.svd +++ b/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM0.svd @@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE. --> - + ARM Ltd. ARM ARMCM0 diff --git a/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM3.svd b/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM3.svd index 26e6acdeb..5dfbe8462 100644 --- a/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM3.svd +++ b/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM3.svd @@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE. --> - + ARM Ltd. ARM ARMCM3 diff --git a/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM4.svd b/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM4.svd index a78bc8aba..29d86cdda 100644 --- a/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM4.svd +++ b/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM4.svd @@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE. --> - + ARM Ltd. ARM ARMCM4 diff --git a/test/packs/ARM/RteTest_DFP/0.2.0/Doc/html/index.html b/test/packs/ARM/RteTest_DFP/0.2.0/Doc/html/index.html index 246030719..c73e6925e 100644 --- a/test/packs/ARM/RteTest_DFP/0.2.0/Doc/html/index.html +++ b/test/packs/ARM/RteTest_DFP/0.2.0/Doc/html/index.html @@ -1,5 +1,5 @@ - - + + diff --git a/test/packs/SomeVendor/RteTest/0.0.1/SomeVendor.RteTest.pdsc b/test/packs/SomeVendor/RteTest/0.0.1/SomeVendor.RteTest.pdsc index 904c1552d..0baf29d7f 100644 --- a/test/packs/SomeVendor/RteTest/0.0.1/SomeVendor.RteTest.pdsc +++ b/test/packs/SomeVendor/RteTest/0.0.1/SomeVendor.RteTest.pdsc @@ -1,6 +1,6 @@ - + SomeVendor RteTest www.keil.com/pack/ diff --git a/test/projects/RteTestM3/MissingComponent.cprj b/test/projects/RteTestM3/MissingComponent.cprj index cfaab6c72..83c245d8d 100644 --- a/test/projects/RteTestM3/MissingComponent.cprj +++ b/test/projects/RteTestM3/MissingComponent.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM3/RteTestM3.cprj b/test/projects/RteTestM3/RteTestM3.cprj index 0d8828c50..1b2cb945f 100644 --- a/test/projects/RteTestM3/RteTestM3.cprj +++ b/test/projects/RteTestM3/RteTestM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM3/RteTestM3NoComponents.cprj b/test/projects/RteTestM3/RteTestM3NoComponents.cprj index aeaa56d19..5ec453994 100644 --- a/test/projects/RteTestM3/RteTestM3NoComponents.cprj +++ b/test/projects/RteTestM3/RteTestM3NoComponents.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM3/RteTestM3_ConfigFolder.cprj b/test/projects/RteTestM3/RteTestM3_ConfigFolder.cprj index 2c54261c7..ca6c01188 100644 --- a/test/projects/RteTestM3/RteTestM3_ConfigFolder.cprj +++ b/test/projects/RteTestM3/RteTestM3_ConfigFolder.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM3/RteTestM3_PackPath.cprj b/test/projects/RteTestM3/RteTestM3_PackPath.cprj index d6c9b05e5..6f4550321 100644 --- a/test/projects/RteTestM3/RteTestM3_PackPath.cprj +++ b/test/projects/RteTestM3/RteTestM3_PackPath.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM3/RteTestM3_PackPath_Invalid.cprj b/test/projects/RteTestM3/RteTestM3_PackPath_Invalid.cprj index e1a9c3505..9c4d4369b 100644 --- a/test/projects/RteTestM3/RteTestM3_PackPath_Invalid.cprj +++ b/test/projects/RteTestM3/RteTestM3_PackPath_Invalid.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM3/RteTestM3_PackPath_MultiplePdscs.cprj b/test/projects/RteTestM3/RteTestM3_PackPath_MultiplePdscs.cprj index 952292315..e1987a509 100644 --- a/test/projects/RteTestM3/RteTestM3_PackPath_MultiplePdscs.cprj +++ b/test/projects/RteTestM3/RteTestM3_PackPath_MultiplePdscs.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM3/RteTestM3_PackPath_NoPdsc.cprj b/test/projects/RteTestM3/RteTestM3_PackPath_NoPdsc.cprj index 45d3e88ca..32f31e847 100644 --- a/test/projects/RteTestM3/RteTestM3_PackPath_NoPdsc.cprj +++ b/test/projects/RteTestM3/RteTestM3_PackPath_NoPdsc.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM3/RteTestM3_PackReq.cprj b/test/projects/RteTestM3/RteTestM3_PackReq.cprj index c140b048f..05eb2d469 100644 --- a/test/projects/RteTestM3/RteTestM3_PackReq.cprj +++ b/test/projects/RteTestM3/RteTestM3_PackReq.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM3/RteTestM3_Rte_Update_Header.cprj b/test/projects/RteTestM3/RteTestM3_Rte_Update_Header.cprj index d33d3fd64..71bceae90 100644 --- a/test/projects/RteTestM3/RteTestM3_Rte_Update_Header.cprj +++ b/test/projects/RteTestM3/RteTestM3_Rte_Update_Header.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM3/broken_xml.cprj b/test/projects/RteTestM3/broken_xml.cprj index a2f25faba..a072faac1 100644 --- a/test/projects/RteTestM3/broken_xml.cprj +++ b/test/projects/RteTestM3/broken_xml.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM4/RteTestM4.cprj b/test/projects/RteTestM4/RteTestM4.cprj index d4af70a0c..cdc8d09dd 100644 --- a/test/projects/RteTestM4/RteTestM4.cprj +++ b/test/projects/RteTestM4/RteTestM4.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM4/RteTestM4_Board.cprj b/test/projects/RteTestM4/RteTestM4_Board.cprj index 70ae9c9af..86ce62b95 100644 --- a/test/projects/RteTestM4/RteTestM4_Board.cprj +++ b/test/projects/RteTestM4/RteTestM4_Board.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM4/RteTestM4_CompDep.cprj b/test/projects/RteTestM4/RteTestM4_CompDep.cprj index 3bc5d5301..702ac53e5 100644 --- a/test/projects/RteTestM4/RteTestM4_CompDep.cprj +++ b/test/projects/RteTestM4/RteTestM4_CompDep.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/cbuildgen/config/CPRJ.xsd b/tools/buildmgr/cbuildgen/config/CPRJ.xsd index 487e7fade..1f1ff26a9 100644 --- a/tools/buildmgr/cbuildgen/config/CPRJ.xsd +++ b/tools/buildmgr/cbuildgen/config/CPRJ.xsd @@ -56,7 +56,7 @@ --> - + diff --git a/tools/buildmgr/cbuildgen/installer/make_deb.sh b/tools/buildmgr/cbuildgen/installer/make_deb.sh index 490dfbf71..03fea229d 100755 --- a/tools/buildmgr/cbuildgen/installer/make_deb.sh +++ b/tools/buildmgr/cbuildgen/installer/make_deb.sh @@ -161,7 +161,7 @@ chmod -R +x etc/profile.d # Defines Documentation #---------------------- -# http://www.fifi.org/doc/doc-base/doc-base.html/ch2.html +# https://www.fifi.org/doc/doc-base/doc-base.html/ch2.html # TODO register documents mkdir -p usr/doc/doc-base cat > usr/doc/doc-base/${PACKAGE_NAME} << Documentation diff --git a/tools/buildmgr/cbuildgen/src/cbuildgen.manifest b/tools/buildmgr/cbuildgen/src/cbuildgen.manifest index 853cade1e..42b8cead1 100644 --- a/tools/buildmgr/cbuildgen/src/cbuildgen.manifest +++ b/tools/buildmgr/cbuildgen/src/cbuildgen.manifest @@ -1,7 +1,7 @@ - + true diff --git a/tools/buildmgr/docs/LICENSE.txt b/tools/buildmgr/docs/LICENSE.txt index 9ab72f76a..31a07c120 100644 --- a/tools/buildmgr/docs/LICENSE.txt +++ b/tools/buildmgr/docs/LICENSE.txt @@ -3,7 +3,7 @@ No contributions to cmsis-build are accepted at this point. Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -195,7 +195,7 @@ No contributions to cmsis-build are accepted at this point. you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -221,7 +221,7 @@ License text (GPL-3.0-only) for 'GNU Make' GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/tools/buildmgr/docs/doxygen/Build/Build.dxy.in b/tools/buildmgr/docs/doxygen/Build/Build.dxy.in index cdf0d83fd..3b41b9aeb 100644 --- a/tools/buildmgr/docs/doxygen/Build/Build.dxy.in +++ b/tools/buildmgr/docs/doxygen/Build/Build.dxy.in @@ -20,7 +20,7 @@ # This tag specifies the encoding used for all characters in the config file # that follow. The default is UTF-8 which is also the encoding used for all text # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv -# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv +# built into libc) for the transcoding. See https://www.gnu.org/software/libiconv # for the list of possible encodings. # The default value is: UTF-8. @@ -289,7 +289,7 @@ EXTENSION_MAPPING = # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments # according to the Markdown format, which allows for more readable -# documentation. See http://daringfireball.net/projects/markdown/ for details. +# documentation. See https://daringfireball.net/projects/markdown/ for details. # The output of markdown processing is further processed by doxygen, so you can # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in # case of backward compatibilities issues. @@ -322,7 +322,7 @@ BUILTIN_STL_SUPPORT = NO CPP_CLI_SUPPORT = NO # Set the SIP_SUPPORT tag to YES if your project consists of sip (see: -# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen +# https://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen # will parse them like normal C++ but will assume all classes use public instead # of private inheritance when no explicit protection keyword is present. # The default value is: NO. @@ -677,7 +677,7 @@ LAYOUT_FILE = @DOXYGEN_LAYOUT_FILE@ # The CITE_BIB_FILES tag can be used to specify one or more bib files containing # the reference definitions. This must be a list of .bib files. The .bib # extension is automatically appended if omitted. This requires the bibtex tool -# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. +# to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info. # For LaTeX the style of the bibliography can be controlled using # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the # search path. Do not use file names with spaces, bibtex cannot handle them. See @@ -759,7 +759,7 @@ INPUT = @DOXYGEN_INPUT@ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses # libiconv (or the iconv built into libc) for the transcoding. See the libiconv -# documentation (see: http://www.gnu.org/software/libiconv) for the list of +# documentation (see: https://www.gnu.org/software/libiconv) for the list of # possible encodings. # The default value is: UTF-8. @@ -960,7 +960,7 @@ SOURCE_TOOLTIPS = YES # If the USE_HTAGS tag is set to YES then the references to source code will # point to the HTML generated by the htags(1) tool instead of doxygen built-in # source browser. The htags tool is part of GNU's global source tagging system -# (see http://www.gnu.org/software/global/global.html). You will need version +# (see https://www.gnu.org/software/global/global.html). You will need version # 4.8.6 or higher. # # To use it do the following: @@ -1103,7 +1103,7 @@ HTML_EXTRA_FILES = @DOXYGEN_HTML_EXTRA_FILES@ # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen # will adjust the colors in the stylesheet and background images according to # this color. Hue is specified as an angle on a colorwheel, see -# http://en.wikipedia.org/wiki/Hue for more information. For instance the value +# https://en.wikipedia.org/wiki/Hue for more information. For instance the value # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 # purple, and 360 is red again. # Minimum value: 0, maximum value: 359, default value: 220. @@ -1161,12 +1161,12 @@ HTML_INDEX_NUM_ENTRIES = 100 # If the GENERATE_DOCSET tag is set to YES, additional index files will be # generated that can be used as input for Apple's Xcode 3 integrated development -# environment (see: http://developer.apple.com/tools/xcode/), introduced with +# environment (see: https://developer.apple.com/tools/xcode/), introduced with # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a # Makefile in the HTML output directory. Running make will produce the docset in # that directory and running make install will install the docset in # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at -# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html +# startup. See https://developer.apple.com/tools/creatingdocsetswithdoxygen.html # for more information. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. @@ -1206,7 +1206,7 @@ DOCSET_PUBLISHER_NAME = Publisher # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three # additional HTML index files: index.hhp, index.hhc, and index.hhk. The # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop -# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on +# (see: https://www.microsoft.com/en-us/download/details.aspx?id=21138) on # Windows. # # The HTML Help Workshop contains a compiler that can convert all HTML output @@ -1281,7 +1281,7 @@ QCH_FILE = # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help # Project output. For more information please see Qt Help Project / Namespace -# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). +# (see: https://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). # The default value is: org.doxygen.Project. # This tag requires that the tag GENERATE_QHP is set to YES. @@ -1289,7 +1289,7 @@ QHP_NAMESPACE = org.doxygen.Project # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt # Help Project output. For more information please see Qt Help Project / Virtual -# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual- +# Folders (see: https://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual- # folders). # The default value is: doc. # This tag requires that the tag GENERATE_QHP is set to YES. @@ -1298,7 +1298,7 @@ QHP_VIRTUAL_FOLDER = doc # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom # filter to add. For more information please see Qt Help Project / Custom -# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# Filters (see: https://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- # filters). # This tag requires that the tag GENERATE_QHP is set to YES. @@ -1306,7 +1306,7 @@ QHP_CUST_FILTER_NAME = # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the # custom filter to add. For more information please see Qt Help Project / Custom -# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# Filters (see: https://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- # filters). # This tag requires that the tag GENERATE_QHP is set to YES. @@ -1314,7 +1314,7 @@ QHP_CUST_FILTER_ATTRS = # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this # project's filter section matches. Qt Help Project / Filter Attributes (see: -# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). +# https://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). # This tag requires that the tag GENERATE_QHP is set to YES. QHP_SECT_FILTER_ATTRS = @@ -1419,7 +1419,7 @@ FORMULA_FONTSIZE = 10 FORMULA_TRANSPARENT = YES # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see -# http://www.mathjax.org) which uses client side Javascript for the rendering +# https://www.mathjax.org) which uses client side Javascript for the rendering # instead of using prerendered bitmaps. Use this if you do not have LaTeX # installed or if you want to formulas look prettier in the HTML output. When # enabled you may also need to install MathJax separately and configure the path @@ -1431,7 +1431,7 @@ USE_MATHJAX = NO # When MathJax is enabled you can set the default output format to be used for # the MathJax output. See the MathJax site (see: -# http://docs.mathjax.org/en/latest/output.html) for more details. +# https://docs.mathjax.org/en/latest/output.html) for more details. # Possible values are: HTML-CSS (which is slower, but has the best # compatibility), NativeMML (i.e. MathML) and SVG. # The default value is: HTML-CSS. @@ -1446,11 +1446,11 @@ MATHJAX_FORMAT = HTML-CSS # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax # Content Delivery Network so you can quickly see the result without installing # MathJax. However, it is strongly recommended to install a local copy of -# MathJax from http://www.mathjax.org before deployment. -# The default value is: http://cdn.mathjax.org/mathjax/latest. +# MathJax from https://www.mathjax.org before deployment. +# The default value is: https://cdn.mathjax.org/mathjax/latest. # This tag requires that the tag USE_MATHJAX is set to YES. -MATHJAX_RELPATH = http://www.mathjax.org/mathjax +MATHJAX_RELPATH = https://www.mathjax.org/mathjax # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax # extension names that should be enabled during MathJax rendering. For example @@ -1461,7 +1461,7 @@ MATHJAX_EXTENSIONS = # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces # of code that will be used on startup of the MathJax code. See the MathJax site -# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an +# (see: https://docs.mathjax.org/en/latest/output.html) for more details. For an # example see the documentation. # This tag requires that the tag USE_MATHJAX is set to YES. @@ -1508,7 +1508,7 @@ SERVER_BASED_SEARCH = NO # # Doxygen ships with an example indexer ( doxyindexer) and search engine # (doxysearch.cgi) which are based on the open source search engine library -# Xapian (see: http://xapian.org/). +# Xapian (see: https://xapian.org/). # # See the section "External Indexing and Searching" for details. # The default value is: NO. @@ -1521,7 +1521,7 @@ EXTERNAL_SEARCH = NO # # Doxygen ships with an example indexer ( doxyindexer) and search engine # (doxysearch.cgi) which are based on the open source search engine library -# Xapian (see: http://xapian.org/). See the section "External Indexing and +# Xapian (see: https://xapian.org/). See the section "External Indexing and # Searching" for details. # This tag requires that the tag SEARCHENGINE is set to YES. @@ -1692,7 +1692,7 @@ LATEX_SOURCE_CODE = YES # The LATEX_BIB_STYLE tag can be used to specify the style to use for the # bibliography, e.g. plainnat, or ieeetr. See -# http://en.wikipedia.org/wiki/BibTeX and \cite for more info. +# https://en.wikipedia.org/wiki/BibTeX and \cite for more info. # The default value is: plain. # This tag requires that the tag GENERATE_LATEX is set to YES. @@ -1853,7 +1853,7 @@ DOCBOOK_OUTPUT = docbook #--------------------------------------------------------------------------- # If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen -# Definitions (see http://autogen.sf.net) file that captures the structure of +# Definitions (see https://autogen.sf.net) file that captures the structure of # the code including all documentation. Note that this feature is still # experimental and incomplete at the moment. # The default value is: NO. @@ -2042,7 +2042,7 @@ CLASS_DIAGRAMS = NO # You can define message sequence charts within doxygen comments using the \msc # command. Doxygen will then run the mscgen tool (see: -# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the +# https://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the # documentation. The MSCGEN_PATH tag allows you to specify the directory where # the mscgen tool resides. If left empty the tool is assumed to be found in the # default search path. @@ -2064,7 +2064,7 @@ HIDE_UNDOC_RELATIONS = YES # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is # available from the path. This tool is part of Graphviz (see: -# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent +# https://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent # Bell Labs. The other options in this section have no effect if this option is # set to NO # The default value is: NO. diff --git a/tools/buildmgr/docs/doxygen/Build/src/CmdLineBuild.txt b/tools/buildmgr/docs/doxygen/Build/src/CmdLineBuild.txt index 30827290b..8289fe93b 100644 --- a/tools/buildmgr/docs/doxygen/Build/src/CmdLineBuild.txt +++ b/tools/buildmgr/docs/doxygen/Build/src/CmdLineBuild.txt @@ -505,8 +505,8 @@ Note: \b cbuildgen does not update the *.cprj for commands \c packlist, \c cmake \verbatim $ cbuildgen Simulation.cprj packlist (cbuildgen): Build Process Manager 1.0.0 (C) 2022 ARM -M654: URL 'http://www.keil.com/pack/ARM.CMSIS.5.6.0.pack' was added to the list of missing packages. -M654: URL 'http://www.keil.com/pack/Keil.ARM_Compiler.1.6.1.pack' was added to the list of missing packages. +M654: URL 'https://www.keil.com/pack/ARM.CMSIS.5.6.0.pack' was added to the list of missing packages. +M654: URL 'https://www.keil.com/pack/Keil.ARM_Compiler.1.6.1.pack' was added to the list of missing packages. M650: Command completed successfully. \endverbatim @@ -688,12 +688,12 @@ $ cpackget -v init --pack-root packroot https://www.keil.com/pack/index.pidx I: Using pack root: "packroot" Downloading index.pidx 100% |███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| (97/97 kB, 189.317 kB/s) $ cat Simulation.cpinstall -http://www.keil.com/pack/ARM.CMSIS.5.6.0.pack -http://www.keil.com/pack/Keil.ARM_Compiler.1.6.1.pack +https://www.keil.com/pack/ARM.CMSIS.5.6.0.pack +https://www.keil.com/pack/Keil.ARM_Compiler.1.6.1.pack $ cpackget -v pack add -f Simulation.cpinstall --pack-root packroot I: Using pack root: "packroot" I: Parsing packs urls via file Simulation.cpinstall -I: Adding [http://www.keil.com/pack/ARM.CMSIS.5.6.0.pack http://www.keil.com/pack/Keil.ARM_Compiler.1.6.1.pack] +I: Adding [https://www.keil.com/pack/ARM.CMSIS.5.6.0.pack https://www.keil.com/pack/Keil.ARM_Compiler.1.6.1.pack] Downloading ARM.CMSIS.5.6.0.pack 100% |████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| (101/101 MB, 8.141 MB/s) Downloading Keil.ARM_Compiler.1.6.1.pack 100% |█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| (3.8/3.8 MB, 2.443 MB/s) \endverbatim diff --git a/tools/buildmgr/docs/doxygen/Build/src/cprj_schema.txt b/tools/buildmgr/docs/doxygen/Build/src/cprj_schema.txt index 22a0a9e25..1c1a3e467 100644 --- a/tools/buildmgr/docs/doxygen/Build/src/cprj_schema.txt +++ b/tools/buildmgr/docs/doxygen/Build/src/cprj_schema.txt @@ -115,7 +115,7 @@ The high level structure of a project is constructed from: \b Example CMSIS Project File (*.cprj): \code - + @@ -295,7 +295,7 @@ The high level structure of a project is constructed from: \page element_created /cprj/created \b Example created element \code - + ... @@ -452,7 +452,7 @@ Note: The compiler referenced by the above command line flags is required to be \b Example target section: \code - + ... components section: \code - + ... @@ -1447,7 +1447,7 @@ commandline flags can also be applied on a group level. \b Example files section: \code - + ... ... @@ -1551,7 +1551,7 @@ The group's name must be unique, multiple groups at the same level with the same \b Example files section: \code - + ... @@ -1931,7 +1931,7 @@ See: \ref element_asflags \b Example packages section: \code - + ... diff --git a/tools/buildmgr/test/scripts/download_packs.sh b/tools/buildmgr/test/scripts/download_packs.sh index 0b6d87c54..625e0eab9 100755 --- a/tools/buildmgr/test/scripts/download_packs.sh +++ b/tools/buildmgr/test/scripts/download_packs.sh @@ -47,8 +47,8 @@ packlist=${testoutdir}/pack.cpinstall > ${packlist} echo https://www.keil.com/pack/ARM.CMSIS.5.9.0.pack >> ${packlist} echo https://www.keil.com/pack/Keil.ARM_Compiler.1.7.2.pack >> ${packlist} -echo http://www.keil.com/pack/Keil.STM32F4xx_DFP.2.14.0.pack >> ${packlist} -echo http://www.keil.com/pack/Keil.MDK-Middleware.7.11.1.pack >> ${packlist} +echo https://www.keil.com/pack/Keil.STM32F4xx_DFP.2.14.0.pack >> ${packlist} +echo https://www.keil.com/pack/Keil.MDK-Middleware.7.11.1.pack >> ${packlist} cpackget add -a -f ${packlist} exit 0 \ No newline at end of file diff --git a/tools/buildmgr/test/testinput/Examples/AC6/ArmAsm/Target.cprj b/tools/buildmgr/test/testinput/Examples/AC6/ArmAsm/Target.cprj index b94ca515c..0f915dd35 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/ArmAsm/Target.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/ArmAsm/Target.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/Asm/Target.cprj b/tools/buildmgr/test/testinput/Examples/AC6/Asm/Target.cprj index cb84e5813..1eb3ca75a 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/Asm/Target.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/Asm/Target.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/BranchProtection/Project.cprj b/tools/buildmgr/test/testinput/Examples/AC6/BranchProtection/Project.cprj index 28d78cadd..57f9eb690 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/BranchProtection/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/BranchProtection/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/CustomRTE.cprj b/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/CustomRTE.cprj index 33a96927e..42d8c17de 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/CustomRTE.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/CustomRTE.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/Simulation.cprj b/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/Simulation.cprj index c771f738f..039b1dab9 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/Simulation.fixed.cprj.ref b/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/Simulation.fixed.cprj.ref index 03b15d930..f35b52d25 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/Simulation.fixed.cprj.ref +++ b/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/Simulation.fixed.cprj.ref @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6PP/Simulation.cprj b/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6PP/Simulation.cprj index 8fe5b1b25..602e7cec9 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6PP/Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6PP/Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/Flags/Target.cprj b/tools/buildmgr/test/testinput/Examples/AC6/Flags/Target.cprj index 7b5af462b..d72f52b73 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/Flags/Target.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/Flags/Target.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/Library/project.cprj b/tools/buildmgr/test/testinput/Examples/AC6/Library/project.cprj index d4a061547..3c839fa07 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/Library/project.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/Library/project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/Minimal/MyProject.cprj b/tools/buildmgr/test/testinput/Examples/AC6/Minimal/MyProject.cprj index 035ed3481..05c0d0cac 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/Minimal/MyProject.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/Minimal/MyProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/NestedGroups/Project.cprj b/tools/buildmgr/test/testinput/Examples/AC6/NestedGroups/Project.cprj index c6c94aac3..926553f35 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/NestedGroups/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/NestedGroups/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/RelativePath/Project.cprj b/tools/buildmgr/test/testinput/Examples/AC6/RelativePath/Project.cprj index 783b25b94..c1ca1d6b9 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/RelativePath/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/RelativePath/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/TrustZone/CM33_ns/FVP_Simulation_Model.cprj b/tools/buildmgr/test/testinput/Examples/AC6/TrustZone/CM33_ns/FVP_Simulation_Model.cprj index c9cc1f03a..d88c19ba6 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/TrustZone/CM33_ns/FVP_Simulation_Model.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/TrustZone/CM33_ns/FVP_Simulation_Model.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/TrustZone/CM33_s/FVP_Simulation_Model.cprj b/tools/buildmgr/test/testinput/Examples/AC6/TrustZone/CM33_s/FVP_Simulation_Model.cprj index 8279edf18..6cc51959e 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/TrustZone/CM33_s/FVP_Simulation_Model.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/TrustZone/CM33_s/FVP_Simulation_Model.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/Whitespace/Target_Name.cprj b/tools/buildmgr/test/testinput/Examples/AC6/Whitespace/Target_Name.cprj index c4d9b85d0..9e7cc3ba3 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/Whitespace/Target_Name.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/Whitespace/Target_Name.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project.cprj b/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project.cprj index ba82d82f6..683abc9b8 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Invalid_Access_Sequence.cprj b/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Invalid_Access_Sequence.cprj index 52516775a..4fa9cbd34 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Invalid_Access_Sequence.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Invalid_Access_Sequence.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Missing_BoardName.cprj b/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Missing_BoardName.cprj index 6d82b2188..9a43ec7fc 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Missing_BoardName.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Missing_BoardName.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Unknown_Board_Name.cprj b/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Unknown_Board_Name.cprj index ec6bc852c..54d572667 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Unknown_Board_Name.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Unknown_Board_Name.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/Asm/Target.cprj b/tools/buildmgr/test/testinput/Examples/GCC/Asm/Target.cprj index 4f1d1b977..b6f32c0e8 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/Asm/Target.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/Asm/Target.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/BranchProtection/Project.cprj b/tools/buildmgr/test/testinput/Examples/GCC/BranchProtection/Project.cprj index c414d5ff8..05f01d921 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/BranchProtection/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/BranchProtection/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/CustomRTE.cprj b/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/CustomRTE.cprj index 613e731e9..aca6e9045 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/CustomRTE.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/CustomRTE.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/Invalid_Schema.cprj b/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/Invalid_Schema.cprj index 9bfc9d7a2..14e03c57c 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/Invalid_Schema.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/Invalid_Schema.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/Simulation.cprj b/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/Simulation.cprj index fd15203c1..e86f1beb5 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/Build_GPP/Simulation.cprj b/tools/buildmgr/test/testinput/Examples/GCC/Build_GPP/Simulation.cprj index b7cf4bde5..19726ed98 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/Build_GPP/Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/Build_GPP/Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/DupFilename/Project.cprj b/tools/buildmgr/test/testinput/Examples/GCC/DupFilename/Project.cprj index d53b53df1..8e97e7c78 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/DupFilename/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/DupFilename/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/FlagOrder/MyProject.cprj b/tools/buildmgr/test/testinput/Examples/GCC/FlagOrder/MyProject.cprj index 94111bd1c..1f4fac426 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/FlagOrder/MyProject.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/FlagOrder/MyProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/Flags/Target.cprj b/tools/buildmgr/test/testinput/Examples/GCC/Flags/Target.cprj index 574561516..14b4f61b7 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/Flags/Target.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/Flags/Target.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/Library/project.cprj b/tools/buildmgr/test/testinput/Examples/GCC/Library/project.cprj index 1b50279f2..62191fdf6 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/Library/project.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/Library/project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/LibraryCustom/project.cprj b/tools/buildmgr/test/testinput/Examples/GCC/LibraryCustom/project.cprj index d09402d95..34062002e 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/LibraryCustom/project.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/LibraryCustom/project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessing/MyProject.cprj b/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessing/MyProject.cprj index 5df0b05e2..9a609d3a3 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessing/MyProject.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessing/MyProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessingDefines/MyProject.cprj b/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessingDefines/MyProject.cprj index 3d1ca7190..cba1d48dc 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessingDefines/MyProject.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessingDefines/MyProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessingSrcFile/MyProject.cprj b/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessingSrcFile/MyProject.cprj index a0a6c3682..cd2e80a66 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessingSrcFile/MyProject.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessingSrcFile/MyProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/Minimal/MyProject.cprj b/tools/buildmgr/test/testinput/Examples/GCC/Minimal/MyProject.cprj index 640e76eab..489e93790 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/Minimal/MyProject.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/Minimal/MyProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/NestedGroups/Project.cprj b/tools/buildmgr/test/testinput/Examples/GCC/NestedGroups/Project.cprj index 79160a76e..e3b76e38b 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/NestedGroups/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/NestedGroups/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/Pre Include/Target.cprj b/tools/buildmgr/test/testinput/Examples/GCC/Pre Include/Target.cprj index 5b2f1ee92..456cfb3c1 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/Pre Include/Target.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/Pre Include/Target.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/RelativePath/Project.cprj b/tools/buildmgr/test/testinput/Examples/GCC/RelativePath/Project.cprj index 51fd48cc6..c32cc859e 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/RelativePath/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/RelativePath/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/StandardLibrary/MyProject.cprj b/tools/buildmgr/test/testinput/Examples/GCC/StandardLibrary/MyProject.cprj index f929d6567..a921f791b 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/StandardLibrary/MyProject.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/StandardLibrary/MyProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project1/Project.cprj b/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project1/Project.cprj index 082e99985..f76b6ecd2 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project1/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project1/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project2/Project.cprj b/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project2/Project.cprj index f5d8869fa..5af57f4df 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project2/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project2/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project3/Project.cprj b/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project3/Project.cprj index 3c2a460de..5f37fa4e7 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project3/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project3/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/TrustZone/CM33_ns/FVP_Simulation_Model.cprj b/tools/buildmgr/test/testinput/Examples/GCC/TrustZone/CM33_ns/FVP_Simulation_Model.cprj index 4ebcef3fc..45ad5c99d 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/TrustZone/CM33_ns/FVP_Simulation_Model.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/TrustZone/CM33_ns/FVP_Simulation_Model.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/TrustZone/CM33_s/FVP_Simulation_Model.cprj b/tools/buildmgr/test/testinput/Examples/GCC/TrustZone/CM33_s/FVP_Simulation_Model.cprj index 82d747bbd..a7ad70227 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/TrustZone/CM33_s/FVP_Simulation_Model.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/TrustZone/CM33_s/FVP_Simulation_Model.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/Whitespace/Target_Name.cprj b/tools/buildmgr/test/testinput/Examples/GCC/Whitespace/Target_Name.cprj index c614673ba..199bc6dd2 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/Whitespace/Target_Name.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/Whitespace/Target_Name.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/IAR/Asm/Asm.cprj b/tools/buildmgr/test/testinput/Examples/IAR/Asm/Asm.cprj index 576584f60..aa97453ae 100644 --- a/tools/buildmgr/test/testinput/Examples/IAR/Asm/Asm.cprj +++ b/tools/buildmgr/test/testinput/Examples/IAR/Asm/Asm.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/IAR/Library/Library.cprj b/tools/buildmgr/test/testinput/Examples/IAR/Library/Library.cprj index 24b90d536..371fcb7a3 100644 --- a/tools/buildmgr/test/testinput/Examples/IAR/Library/Library.cprj +++ b/tools/buildmgr/test/testinput/Examples/IAR/Library/Library.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/IAR/Minimal/MyProject.cprj b/tools/buildmgr/test/testinput/Examples/IAR/Minimal/MyProject.cprj index 97daefb4d..a2b73ae7b 100644 --- a/tools/buildmgr/test/testinput/Examples/IAR/Minimal/MyProject.cprj +++ b/tools/buildmgr/test/testinput/Examples/IAR/Minimal/MyProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/IAR/MixedSource/Project.cprj b/tools/buildmgr/test/testinput/Examples/IAR/MixedSource/Project.cprj index 49592d753..0a551cc46 100644 --- a/tools/buildmgr/test/testinput/Examples/IAR/MixedSource/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/IAR/MixedSource/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Layer_Ref/device/device.clayer b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Layer_Ref/device/device.clayer index ddb04994c..c5280ebdb 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Layer_Ref/device/device.clayer +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Layer_Ref/device/device.clayer @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Partial/Simulation.cprj b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Partial/Simulation.cprj index 33d93f7a6..83c99bd3b 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Partial/Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Partial/Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Ref/Simulation.cprj b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Ref/Simulation.cprj index 0009ed612..b972a9216 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Ref/Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Ref/Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Ref/Simulation.cprj.bak b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Ref/Simulation.cprj.bak index f72c6ca80..abc32f1fe 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Ref/Simulation.cprj.bak +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Ref/Simulation.cprj.bak @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Layer_Ref/application/application.clayer b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Layer_Ref/application/application.clayer index 3896daf41..0becb7d1c 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Layer_Ref/application/application.clayer +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Layer_Ref/application/application.clayer @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Layer_Ref/device/device.clayer b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Layer_Ref/device/device.clayer index a7c9b9d11..e5bc862a6 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Layer_Ref/device/device.clayer +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Layer_Ref/device/device.clayer @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Project_Ref/Simulation.cprj b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Project_Ref/Simulation.cprj index 1f9054896..9df784981 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Project_Ref/Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Project_Ref/Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Layer_Ref/application/application.clayer b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Layer_Ref/application/application.clayer index 337b074ad..bea2257d0 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Layer_Ref/application/application.clayer +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Layer_Ref/application/application.clayer @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Layer_Ref/device/device.clayer b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Layer_Ref/device/device.clayer index ead992e62..da564e3ac 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Layer_Ref/device/device.clayer +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Layer_Ref/device/device.clayer @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Project_Full/Simulation.cprj b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Project_Full/Simulation.cprj index b82f1d4f4..855aaa3ef 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Project_Full/Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Project_Full/Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Full/Simulation.cprj b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Full/Simulation.cprj index 7cd008ef2..1aa64a9d9 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Full/Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Full/Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Ref/Simulation.cprj b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Ref/Simulation.cprj index ad3a57512..a00f12e01 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Ref/Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Ref/Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Ref/Simulation.cprj.bak b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Ref/Simulation.cprj.bak index e654d9a34..17ce00041 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Ref/Simulation.cprj.bak +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Ref/Simulation.cprj.bak @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Mixed/Build_AC6_GCC/Build.Simulation.cprj b/tools/buildmgr/test/testinput/Examples/Mixed/Build_AC6_GCC/Build.Simulation.cprj index 766ae9abc..cc3327ee6 100644 --- a/tools/buildmgr/test/testinput/Examples/Mixed/Build_AC6_GCC/Build.Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/Mixed/Build_AC6_GCC/Build.Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Mixed/GpdscBundle/MultipleComponents.cprj b/tools/buildmgr/test/testinput/Examples/Mixed/GpdscBundle/MultipleComponents.cprj index ca94da452..d9b8c1626 100644 --- a/tools/buildmgr/test/testinput/Examples/Mixed/GpdscBundle/MultipleComponents.cprj +++ b/tools/buildmgr/test/testinput/Examples/Mixed/GpdscBundle/MultipleComponents.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Mixed/GpdscBundle/MultipleComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc b/tools/buildmgr/test/testinput/Examples/Mixed/GpdscBundle/MultipleComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc index da43557d9..10d79473e 100644 --- a/tools/buildmgr/test/testinput/Examples/Mixed/GpdscBundle/MultipleComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc +++ b/tools/buildmgr/test/testinput/Examples/Mixed/GpdscBundle/MultipleComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/buildmgr/test/testinput/Examples/Mixed/GpdscWithoutComponents/GpdscWithoutComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc b/tools/buildmgr/test/testinput/Examples/Mixed/GpdscWithoutComponents/GpdscWithoutComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc index 076d1874a..1c846c755 100644 --- a/tools/buildmgr/test/testinput/Examples/Mixed/GpdscWithoutComponents/GpdscWithoutComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc +++ b/tools/buildmgr/test/testinput/Examples/Mixed/GpdscWithoutComponents/GpdscWithoutComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/buildmgr/test/testinput/Examples/Mixed/GpdscWithoutComponents/Project.cprj b/tools/buildmgr/test/testinput/Examples/Mixed/GpdscWithoutComponents/Project.cprj index cbdac1676..0e5875b0d 100644 --- a/tools/buildmgr/test/testinput/Examples/Mixed/GpdscWithoutComponents/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/Mixed/GpdscWithoutComponents/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Mixed/Minimal_DupSrc/MyProject.cprj b/tools/buildmgr/test/testinput/Examples/Mixed/Minimal_DupSrc/MyProject.cprj index f6b5afdf0..532ffb562 100644 --- a/tools/buildmgr/test/testinput/Examples/Mixed/Minimal_DupSrc/MyProject.cprj +++ b/tools/buildmgr/test/testinput/Examples/Mixed/Minimal_DupSrc/MyProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Mixed/Pre Include/Target.cprj b/tools/buildmgr/test/testinput/Examples/Mixed/Pre Include/Target.cprj index fee79245c..a71412fb2 100644 --- a/tools/buildmgr/test/testinput/Examples/Mixed/Pre Include/Target.cprj +++ b/tools/buildmgr/test/testinput/Examples/Mixed/Pre Include/Target.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/InvalidComponent.cprj b/tools/buildmgr/test/testinput/InvalidComponent.cprj index 7cfd703ef..ab08c3314 100644 --- a/tools/buildmgr/test/testinput/InvalidComponent.cprj +++ b/tools/buildmgr/test/testinput/InvalidComponent.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/InvalidSchema.pdsc b/tools/buildmgr/test/testinput/InvalidSchema.pdsc index b82fce046..8a9c72b6c 100644 --- a/tools/buildmgr/test/testinput/InvalidSchema.pdsc +++ b/tools/buildmgr/test/testinput/InvalidSchema.pdsc @@ -1,11 +1,11 @@ - + CMSIS CMSIS (Cortex Microcontroller Software Interface Standard) ARM - http://www.keil.com/pack/ + https://www.keil.com/pack/ @@ -48,7 +48,7 @@ - + The Cortex-M0 processor is an entry-level 32-bit Arm Cortex processor designed for a broad range of embedded applications. It offers significant benefits to developers, including: - simple, easy-to-use programmers model diff --git a/tools/buildmgr/test/testinput/LayerInfoMissing.cprj b/tools/buildmgr/test/testinput/LayerInfoMissing.cprj index 2d2c07acd..2d175e966 100644 --- a/tools/buildmgr/test/testinput/LayerInfoMissing.cprj +++ b/tools/buildmgr/test/testinput/LayerInfoMissing.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/LayerProject.cprj b/tools/buildmgr/test/testinput/LayerProject.cprj index 1ba66a2b5..3627c1dfa 100644 --- a/tools/buildmgr/test/testinput/LayerProject.cprj +++ b/tools/buildmgr/test/testinput/LayerProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MissingDeviceName.cprj b/tools/buildmgr/test/testinput/MissingDeviceName.cprj index 8926cc1ce..e65b22a5c 100644 --- a/tools/buildmgr/test/testinput/MissingDeviceName.cprj +++ b/tools/buildmgr/test/testinput/MissingDeviceName.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MissingTargetInfo.cprj b/tools/buildmgr/test/testinput/MissingTargetInfo.cprj index fa744665d..57b4b7e4b 100644 --- a/tools/buildmgr/test/testinput/MissingTargetInfo.cprj +++ b/tools/buildmgr/test/testinput/MissingTargetInfo.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/ModelTest/InvalidPackRepo.cprj b/tools/buildmgr/test/testinput/ModelTest/InvalidPackRepo.cprj index 10a7e4d2a..08330b478 100644 --- a/tools/buildmgr/test/testinput/ModelTest/InvalidPackRepo.cprj +++ b/tools/buildmgr/test/testinput/ModelTest/InvalidPackRepo.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/ModelTest/InvalidTarget.cprj b/tools/buildmgr/test/testinput/ModelTest/InvalidTarget.cprj index c9d43d345..4d483388a 100644 --- a/tools/buildmgr/test/testinput/ModelTest/InvalidTarget.cprj +++ b/tools/buildmgr/test/testinput/ModelTest/InvalidTarget.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/ModelTest/NoPackage.cprj b/tools/buildmgr/test/testinput/ModelTest/NoPackage.cprj index 1cf6a37b4..9461b05c9 100644 --- a/tools/buildmgr/test/testinput/ModelTest/NoPackage.cprj +++ b/tools/buildmgr/test/testinput/ModelTest/NoPackage.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/ModelTest/PacklistProject.cprj b/tools/buildmgr/test/testinput/ModelTest/PacklistProject.cprj index 10a7e4d2a..08330b478 100644 --- a/tools/buildmgr/test/testinput/ModelTest/PacklistProject.cprj +++ b/tools/buildmgr/test/testinput/ModelTest/PacklistProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/ModelTest/ValidTarget.cprj b/tools/buildmgr/test/testinput/ModelTest/ValidTarget.cprj index 99d4edf2c..ac6fd3071 100644 --- a/tools/buildmgr/test/testinput/ModelTest/ValidTarget.cprj +++ b/tools/buildmgr/test/testinput/ModelTest/ValidTarget.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM0P.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM0P.cprj index c8a92cc40..c798727c1 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM0P.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM0P.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM0P_MPU.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM0P_MPU.cprj index 4aa34819d..8f88e2ab8 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM0P_MPU.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM0P_MPU.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM1.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM1.cprj index cb721149a..75feaaf49 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM1.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM1.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM23.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM23.cprj index 5877d7d54..92625bf28 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM23.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM23.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM23_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM23_TZ.cprj index b9f752e71..c73060a59 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM23_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM23_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM3.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM3.cprj index d8b8903ed..de0a5d582 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM3.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33.cprj index 24e1be334..56ebd7b63 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_DSP_FP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_DSP_FP.cprj index fc13e3c68..5d1f514cc 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_DSP_FP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_DSP_FP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_DSP_FP_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_DSP_FP_TZ.cprj index 108b510fb..b858b72f2 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_DSP_FP_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_DSP_FP_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_TZ.cprj index b3359789f..203318a23 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P.cprj index 7b8ca5d00..847c399fe 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_DSP_FP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_DSP_FP.cprj index 57e13e90b..cbe101746 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_DSP_FP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_DSP_FP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_DSP_FP_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_DSP_FP_TZ.cprj index fe7e03be6..1b2b64120 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_DSP_FP_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_DSP_FP_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_TZ.cprj index 48454a1fd..8c3497197 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM4.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM4.cprj index cb5b2ede0..3c47ce786 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM4.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM4.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM4_FP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM4_FP.cprj index 03f9314ef..479bffbb8 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM4_FP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM4_FP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM55.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM55.cprj index 6fce50d93..611b75481 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM55.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM55.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7.cprj index 8fb39074b..aba5b1ba8 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7_DP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7_DP.cprj index 11e8f8b07..85923fae7 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7_DP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7_DP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7_SP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7_SP.cprj index 8d50a25c6..7e1975a0c 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7_SP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7_SP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CMO.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CMO.cprj index a4c64dc0c..f61a391cd 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CMO.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CMO.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.SC000.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.SC000.cprj index d2d0e7d05..48db249a7 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.SC000.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.SC000.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.SC300.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.SC300.cprj index 26f36b544..3fc06f5ee 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.SC300.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.SC300.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V81MML_DSP_DP_MVE_FP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V81MML_DSP_DP_MVE_FP.cprj index f61295b81..16307324e 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V81MML_DSP_DP_MVE_FP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V81MML_DSP_DP_MVE_FP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MBL.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MBL.cprj index b2948baa6..a9484c2bd 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MBL.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MBL.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML.cprj index dc961de07..f4596a8db 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_DP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_DP.cprj index 669909099..7280ef0d8 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_DP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_DP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_DSP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_DSP.cprj index 347ff4f55..90daea771 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_DSP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_DSP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_SP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_SP.cprj index 7766f2910..950ec2362 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_SP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_SP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8_MML_DSP_DP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8_MML_DSP_DP.cprj index fe24ad9d5..ef37563ba 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8_MML_DSP_DP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8_MML_DSP_DP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8_MML_DSP_SP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8_MML_DSP_SP.cprj index c027e8e9d..104d1dcd7 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8_MML_DSP_SP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8_MML_DSP_SP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0.cprj index 6eee7bb0d..7268cea77 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0P.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0P.cprj index 1a569f11d..29ca728bb 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0P.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0P.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0P_MPU.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0P_MPU.cprj index 9339cdc6a..3cea7c8f6 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0P_MPU.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0P_MPU.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM1.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM1.cprj index 9df1a484b..98c21d41d 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM1.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM1.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM23.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM23.cprj index 0ac583ccb..f0b383a1d 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM23.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM23.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM23_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM23_TZ.cprj index 638130215..d4b799692 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM23_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM23_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM3.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM3.cprj index 74d3f1b78..6998e16b8 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM3.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33.cprj index c75a63ec8..8efc083b6 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_DSP_FP.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_DSP_FP.cprj index 7880f3e31..5626f6315 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_DSP_FP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_DSP_FP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_DSP_FP_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_DSP_FP_TZ.cprj index 32f798bb0..baba95ca2 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_DSP_FP_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_DSP_FP_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_TZ.cprj index cdd40c727..74918abb9 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35P.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35P.cprj index b270c53a7..904697b99 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35P.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35P.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35P_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35P_TZ.cprj index cfe873f69..8a637cf2d 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35P_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35P_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35_DSP_FP.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35_DSP_FP.cprj index 44dcd80af..28e8de4ee 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35_DSP_FP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35_DSP_FP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35_DSP_FP_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35_DSP_FP_TZ.cprj index fe088a34e..3e048fe44 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35_DSP_FP_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35_DSP_FP_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM4.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM4.cprj index 603d9e4e6..1c7594b88 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM4.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM4.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM4_FP.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM4_FP.cprj index ddd963c0c..a47ee3a38 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM4_FP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM4_FP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM55.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM55.cprj index e04709e9b..98e9bc4f7 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM55.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM55.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7.cprj index eb9dc3cd4..13a381d47 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7_DP.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7_DP.cprj index 32ceeca12..97b663066 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7_DP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7_DP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7_SP.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7_SP.cprj index 5bf7ca97d..14f1af9f5 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7_SP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7_SP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0.cprj index ec82220af..fe93d7611 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0_DEBUG.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0_DEBUG.cprj index 5858a9629..6cf7544d3 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0_DEBUG.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0_DEBUG.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0_WARNINGS.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0_WARNINGS.cprj index abeffb966..da1c8a7df 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0_WARNINGS.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0_WARNINGS.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_DSP_FP.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_DSP_FP.cprj index a65a1ee66..7674fb254 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_DSP_FP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_DSP_FP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_DSP_FP_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_DSP_FP_TZ.cprj index 614fac1ad..5b08d581a 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_DSP_FP_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_DSP_FP_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_TZ.cprj index 27ff1da57..fe7b9d9b4 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM55.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM55.cprj index fd6fdb5dc..54b491605 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM55.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM55.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM55_MVE.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM55_MVE.cprj index 215e4d371..80af91584 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM55_MVE.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM55_MVE.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_DP.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_DP.cprj index f3b937c90..2a8a1843b 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_DP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_DP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_NP.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_NP.cprj index 790cbd4a3..4efc0e976 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_NP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_NP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_SP.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_SP.cprj index d74692075..9d88042dc 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_SP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_SP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM85.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM85.cprj index 5bb92fa37..269c1058b 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM85.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM85.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM85_PB.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM85_PB.cprj index ffa9f1219..f0d75eaac 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM85_PB.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM85_PB.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultipleCompiler.cprj b/tools/buildmgr/test/testinput/MultipleCompiler.cprj index 93e607670..c46a6619f 100644 --- a/tools/buildmgr/test/testinput/MultipleCompiler.cprj +++ b/tools/buildmgr/test/testinput/MultipleCompiler.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/NoCompiler.cprj b/tools/buildmgr/test/testinput/NoCompiler.cprj index 31d59ba57..a9a03a873 100644 --- a/tools/buildmgr/test/testinput/NoCompiler.cprj +++ b/tools/buildmgr/test/testinput/NoCompiler.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/NoPackage.cprj b/tools/buildmgr/test/testinput/NoPackage.cprj index 1cf6a37b4..9461b05c9 100644 --- a/tools/buildmgr/test/testinput/NoPackage.cprj +++ b/tools/buildmgr/test/testinput/NoPackage.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/OldSchema.cprj b/tools/buildmgr/test/testinput/OldSchema.cprj index 089a4224e..cef1f7ca0 100644 --- a/tools/buildmgr/test/testinput/OldSchema.cprj +++ b/tools/buildmgr/test/testinput/OldSchema.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/PackNotAvailable.cprj b/tools/buildmgr/test/testinput/PackNotAvailable.cprj index 9edcf4011..4e55cc5d5 100644 --- a/tools/buildmgr/test/testinput/PackNotAvailable.cprj +++ b/tools/buildmgr/test/testinput/PackNotAvailable.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/PacklistLocal.cprj b/tools/buildmgr/test/testinput/PacklistLocal.cprj index 916b21323..416b7f7a9 100644 --- a/tools/buildmgr/test/testinput/PacklistLocal.cprj +++ b/tools/buildmgr/test/testinput/PacklistLocal.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Target.cprj b/tools/buildmgr/test/testinput/Target.cprj index 57eb08cfc..e5b124b07 100644 --- a/tools/buildmgr/test/testinput/Target.cprj +++ b/tools/buildmgr/test/testinput/Target.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/UnknowlToolchainConfig.cprj b/tools/buildmgr/test/testinput/UnknowlToolchainConfig.cprj index f16eb14d4..efe153c3f 100644 --- a/tools/buildmgr/test/testinput/UnknowlToolchainConfig.cprj +++ b/tools/buildmgr/test/testinput/UnknowlToolchainConfig.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/ValidTarget.cprj b/tools/buildmgr/test/testinput/ValidTarget.cprj index 96e0f70fd..09d41e1f0 100644 --- a/tools/buildmgr/test/testinput/ValidTarget.cprj +++ b/tools/buildmgr/test/testinput/ValidTarget.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/outfile.xml.ref b/tools/buildmgr/test/testinput/outfile.xml.ref index 59fd02596..994675d12 100644 --- a/tools/buildmgr/test/testinput/outfile.xml.ref +++ b/tools/buildmgr/test/testinput/outfile.xml.ref @@ -1,3 +1,3 @@ - + diff --git a/tools/packchk/docs/LICENSE.txt b/tools/packchk/docs/LICENSE.txt index 9ab72f76a..31a07c120 100644 --- a/tools/packchk/docs/LICENSE.txt +++ b/tools/packchk/docs/LICENSE.txt @@ -3,7 +3,7 @@ No contributions to cmsis-build are accepted at this point. Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -195,7 +195,7 @@ No contributions to cmsis-build are accepted at this point. you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -221,7 +221,7 @@ License text (GPL-3.0-only) for 'GNU Make' GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/tools/packchk/src/CheckFiles.cpp b/tools/packchk/src/CheckFiles.cpp index 4c188bd45..324cbc835 100644 --- a/tools/packchk/src/CheckFiles.cpp +++ b/tools/packchk/src/CheckFiles.cpp @@ -252,14 +252,14 @@ bool CheckFiles::CheckUrls(RteItem* item) bool bOk = true; const auto lineNo = item->GetLineNumber(); - if(item->GetText().find("http://", 0) != string::npos) { + if(item->GetText().find("https://", 0) != string::npos) { LogMsg("M300", TAG(item->GetTag()), URL("https://"), lineNo); bOk = false; } const auto& attributes = item->GetAttributes(); for(const auto& [attr, text] : attributes) { - if(text.find("http://", 0) != string::npos) { + if(text.find("https://", 0) != string::npos) { LogMsg("M300", TAG(attr), URL("https://"), lineNo); bOk = false; } diff --git a/tools/packchk/src/packchk.manifest b/tools/packchk/src/packchk.manifest index 853cade1e..42b8cead1 100644 --- a/tools/packchk/src/packchk.manifest +++ b/tools/packchk/src/packchk.manifest @@ -1,7 +1,7 @@ - + true diff --git a/tools/packchk/test/data/AllowSuppressError/TestVendor.TestInvalidPack.pdsc b/tools/packchk/test/data/AllowSuppressError/TestVendor.TestInvalidPack.pdsc index 042130b4b..e9bf24169 100644 --- a/tools/packchk/test/data/AllowSuppressError/TestVendor.TestInvalidPack.pdsc +++ b/tools/packchk/test/data/AllowSuppressError/TestVendor.TestInvalidPack.pdsc @@ -1,8 +1,8 @@ - + TestVendor - http://www.testurl.com/pack/ + https://www.testurl.com/pack/ TestInvalidPack TestInvalidPack diff --git a/tools/packchk/test/data/CheckBoardMountedCompatibleDevices/BulbBoard_BSP/Keil.BulbBoard_BSP.pdsc b/tools/packchk/test/data/CheckBoardMountedCompatibleDevices/BulbBoard_BSP/Keil.BulbBoard_BSP.pdsc index 782494e77..2a35f1e75 100644 --- a/tools/packchk/test/data/CheckBoardMountedCompatibleDevices/BulbBoard_BSP/Keil.BulbBoard_BSP.pdsc +++ b/tools/packchk/test/data/CheckBoardMountedCompatibleDevices/BulbBoard_BSP/Keil.BulbBoard_BSP.pdsc @@ -1,10 +1,10 @@ - + Keil BulbBoard_BSP Glyn Bulb Board Development Board Support Package - http://www.keil.com/pack + https://www.keil.com/pack @@ -26,10 +26,10 @@ - + Glyn Bulb Board Support - + @@ -69,7 +69,7 @@ Glyn Bulb Development Board - http://www.glyn.de/ideen-board + https://www.glyn.de/ideen-board LED driver for Glyn Bulb Development Board diff --git a/tools/packchk/test/data/CheckBoardMountedCompatibleDevices/FM0plus_DFP/Keil.FM0plus_DFP.pdsc b/tools/packchk/test/data/CheckBoardMountedCompatibleDevices/FM0plus_DFP/Keil.FM0plus_DFP.pdsc index 16afadb6e..7202f4e83 100644 --- a/tools/packchk/test/data/CheckBoardMountedCompatibleDevices/FM0plus_DFP/Keil.FM0plus_DFP.pdsc +++ b/tools/packchk/test/data/CheckBoardMountedCompatibleDevices/FM0plus_DFP/Keil.FM0plus_DFP.pdsc @@ -1,8 +1,8 @@ - + Keil - http://www.keil.com/pack/ + https://www.keil.com/pack/ FM0plus_DFP Cypress FM0+ Series Device Support diff --git a/tools/packchk/test/data/CompResolvedByItself/ARM.CompResolvedByItself.pdsc b/tools/packchk/test/data/CompResolvedByItself/ARM.CompResolvedByItself.pdsc index 6fdac7cd6..4a6770525 100644 --- a/tools/packchk/test/data/CompResolvedByItself/ARM.CompResolvedByItself.pdsc +++ b/tools/packchk/test/data/CompResolvedByItself/ARM.CompResolvedByItself.pdsc @@ -1,8 +1,8 @@ - + ARM - http://www.keil.com/pack/ + https://www.keil.com/pack/ CompResolvedByItself Add validation rule that detects a dependency rule satisfied by the component itself #510 diff --git a/tools/packchk/test/data/ConcurrentComponentFiles/ARM.ConcurrentComponentFiles.pdsc b/tools/packchk/test/data/ConcurrentComponentFiles/ARM.ConcurrentComponentFiles.pdsc index 66054b6f6..ea302be74 100644 --- a/tools/packchk/test/data/ConcurrentComponentFiles/ARM.ConcurrentComponentFiles.pdsc +++ b/tools/packchk/test/data/ConcurrentComponentFiles/ARM.ConcurrentComponentFiles.pdsc @@ -1,6 +1,6 @@ - + ARM https://www.keil.com/pack/ ConcurrentComponentFiles diff --git a/tools/packchk/test/data/ConfigFileInIncludePath/TestVendor.ConfigFileInIncludePathPack.pdsc b/tools/packchk/test/data/ConfigFileInIncludePath/TestVendor.ConfigFileInIncludePathPack.pdsc index ae3c8c57a..54726585d 100644 --- a/tools/packchk/test/data/ConfigFileInIncludePath/TestVendor.ConfigFileInIncludePathPack.pdsc +++ b/tools/packchk/test/data/ConfigFileInIncludePath/TestVendor.ConfigFileInIncludePathPack.pdsc @@ -1,8 +1,8 @@ - + TestVendor - http://www.testurl.com/pack/ + https://www.testurl.com/pack/ ConfigFileInIncludePathPack Include Path vs Config File. Files that have attr=config in the *.pdsc are copied to the project. An include path is automatically generated. It is a potential risk to add an additional include path to original location in the *.pdsc file. This file does not contain configuration settings. diff --git a/tools/packchk/test/data/CsolutionTag/TestVendor.CsolutionTag.pdsc b/tools/packchk/test/data/CsolutionTag/TestVendor.CsolutionTag.pdsc index 7fc386865..4c334a5b7 100644 --- a/tools/packchk/test/data/CsolutionTag/TestVendor.CsolutionTag.pdsc +++ b/tools/packchk/test/data/CsolutionTag/TestVendor.CsolutionTag.pdsc @@ -1,6 +1,6 @@ - + TestVendor https://www.testurl.com/pack/ CsolutionTag diff --git a/tools/packchk/test/data/DescriptionOverview/TestVendor.DescriptionOverviewPack.pdsc b/tools/packchk/test/data/DescriptionOverview/TestVendor.DescriptionOverviewPack.pdsc index a47a0bf58..3e8f07017 100644 --- a/tools/packchk/test/data/DescriptionOverview/TestVendor.DescriptionOverviewPack.pdsc +++ b/tools/packchk/test/data/DescriptionOverview/TestVendor.DescriptionOverviewPack.pdsc @@ -1,8 +1,8 @@ - + TestVendor - http://www.testurl.com/pack/ + https://www.testurl.com/pack/ DescriptionOverviewPack Keil MDK Middleware: File System, Network IPv4/IPv6, USB Device/Host diff --git a/tools/packchk/test/data/DuplicateFlashAlgo/TestVendor.DuplicateFlashAlgo.pdsc b/tools/packchk/test/data/DuplicateFlashAlgo/TestVendor.DuplicateFlashAlgo.pdsc index 9abe9b1e3..9a06d8cfc 100644 --- a/tools/packchk/test/data/DuplicateFlashAlgo/TestVendor.DuplicateFlashAlgo.pdsc +++ b/tools/packchk/test/data/DuplicateFlashAlgo/TestVendor.DuplicateFlashAlgo.pdsc @@ -1,8 +1,8 @@ - + TestVendor - http://www.keil.com/pack/ + https://www.keil.com/pack/ TestDuplicateFlashAlgo Test DFP diff --git a/tools/packchk/test/data/FileAttributeDeprecated/TestVendor.FileAttributeDeprecated.pdsc b/tools/packchk/test/data/FileAttributeDeprecated/TestVendor.FileAttributeDeprecated.pdsc index b1ea2bebb..58a6ac3d9 100644 --- a/tools/packchk/test/data/FileAttributeDeprecated/TestVendor.FileAttributeDeprecated.pdsc +++ b/tools/packchk/test/data/FileAttributeDeprecated/TestVendor.FileAttributeDeprecated.pdsc @@ -1,6 +1,6 @@ - + TestVendor https://www.testurl.com/pack/ FileAttributeDeprecated diff --git a/tools/packchk/test/data/FileNameHasSpace/TestVendor.FileNameHasSpacePack.pdsc b/tools/packchk/test/data/FileNameHasSpace/TestVendor.FileNameHasSpacePack.pdsc index 05cba77d5..ac8ff4611 100644 --- a/tools/packchk/test/data/FileNameHasSpace/TestVendor.FileNameHasSpacePack.pdsc +++ b/tools/packchk/test/data/FileNameHasSpace/TestVendor.FileNameHasSpacePack.pdsc @@ -1,8 +1,8 @@ - + TestVendor - http://www.testurl.com/pack/ + https://www.testurl.com/pack/ FileNameHasSpacePack Filename has space(s) diff --git a/tools/packchk/test/data/FilenameIsDir/TestVendor.FilenameIsDirPack.pdsc b/tools/packchk/test/data/FilenameIsDir/TestVendor.FilenameIsDirPack.pdsc index 10b64170c..44addde8b 100644 --- a/tools/packchk/test/data/FilenameIsDir/TestVendor.FilenameIsDirPack.pdsc +++ b/tools/packchk/test/data/FilenameIsDir/TestVendor.FilenameIsDirPack.pdsc @@ -1,8 +1,8 @@ - + TestVendor - http://www.testurl.com/pack/ + https://www.testurl.com/pack/ FilenameIsDirPack Filename is directory diff --git a/tools/packchk/test/data/InvalidPack/TestVendor.TestInvalidPack.pdsc b/tools/packchk/test/data/InvalidPack/TestVendor.TestInvalidPack.pdsc index c7b2804be..1f29e7ca2 100644 --- a/tools/packchk/test/data/InvalidPack/TestVendor.TestInvalidPack.pdsc +++ b/tools/packchk/test/data/InvalidPack/TestVendor.TestInvalidPack.pdsc @@ -1,8 +1,8 @@ - + TestVendor - http://www.testurl.com/pack/ + https://www.testurl.com/pack/ TestPack TestInvalidPack diff --git a/tools/packchk/test/data/MemoryAttributes/TestVendor.MemoryAttributes.pdsc b/tools/packchk/test/data/MemoryAttributes/TestVendor.MemoryAttributes.pdsc index bb7b54065..5b890c07f 100644 --- a/tools/packchk/test/data/MemoryAttributes/TestVendor.MemoryAttributes.pdsc +++ b/tools/packchk/test/data/MemoryAttributes/TestVendor.MemoryAttributes.pdsc @@ -1,8 +1,8 @@ - + TestVendor - http://www.keil.com/pack/ + https://www.keil.com/pack/ MemoryAttributes Test Memory Attributes diff --git a/tools/packchk/test/data/PackNameFile/Arm.PackNameFile_DFP.pdsc b/tools/packchk/test/data/PackNameFile/Arm.PackNameFile_DFP.pdsc index 9f86c4ab4..14e032d5e 100644 --- a/tools/packchk/test/data/PackNameFile/Arm.PackNameFile_DFP.pdsc +++ b/tools/packchk/test/data/PackNameFile/Arm.PackNameFile_DFP.pdsc @@ -1,11 +1,11 @@ - + PackNameFile_DFP Test for -n PackName file Arm - http://www.keil.com/pack/ + https://www.keil.com/pack/ diff --git a/tools/packchk/test/data/ProcessorFeatures/TestVendor.ProcessorFeatures.pdsc b/tools/packchk/test/data/ProcessorFeatures/TestVendor.ProcessorFeatures.pdsc index 678aa555c..3167f5fd8 100644 --- a/tools/packchk/test/data/ProcessorFeatures/TestVendor.ProcessorFeatures.pdsc +++ b/tools/packchk/test/data/ProcessorFeatures/TestVendor.ProcessorFeatures.pdsc @@ -1,8 +1,8 @@ - + TestVendor - http://www.keil.com/pack/ + https://www.keil.com/pack/ ProcessorFeatures Test Processor Features diff --git a/tools/packchk/test/data/RteTestBoard/ARM.RteTestBoard.pdsc b/tools/packchk/test/data/RteTestBoard/ARM.RteTestBoard.pdsc index eb73933b0..7c724dd8e 100644 --- a/tools/packchk/test/data/RteTestBoard/ARM.RteTestBoard.pdsc +++ b/tools/packchk/test/data/RteTestBoard/ARM.RteTestBoard.pdsc @@ -1,6 +1,6 @@ - + RteTestBoard Testing packages listing ARM diff --git a/tools/packchk/test/data/SchemaValidation/TestVendor.SchemaValidation.pdsc b/tools/packchk/test/data/SchemaValidation/TestVendor.SchemaValidation.pdsc index de9574802..630c1710f 100644 --- a/tools/packchk/test/data/SchemaValidation/TestVendor.SchemaValidation.pdsc +++ b/tools/packchk/test/data/SchemaValidation/TestVendor.SchemaValidation.pdsc @@ -1,8 +1,8 @@ - + TestVendor - http://www.testurl.com/pack/ + https://www.testurl.com/pack/ SchemaValidation Schema Validation diff --git a/tools/packchk/test/data/SemVerTest/Arm.SemVerTest_DFP.pdsc b/tools/packchk/test/data/SemVerTest/Arm.SemVerTest_DFP.pdsc index 82631047a..5197b44b1 100644 --- a/tools/packchk/test/data/SemVerTest/Arm.SemVerTest_DFP.pdsc +++ b/tools/packchk/test/data/SemVerTest/Arm.SemVerTest_DFP.pdsc @@ -1,11 +1,11 @@ - + SemVerTest_DFP Test for semantic versioning Arm - http://www.keil.com/pack/ + https://www.keil.com/pack/ diff --git a/tools/packchk/test/data/SupportCcFiles/TestVendor.SupportCcFiles_DFP.pdsc b/tools/packchk/test/data/SupportCcFiles/TestVendor.SupportCcFiles_DFP.pdsc index 04f8abca1..13d5f55ef 100644 --- a/tools/packchk/test/data/SupportCcFiles/TestVendor.SupportCcFiles_DFP.pdsc +++ b/tools/packchk/test/data/SupportCcFiles/TestVendor.SupportCcFiles_DFP.pdsc @@ -1,8 +1,8 @@ - + TestVendor - http://www.testurl.com/pack/ + https://www.testurl.com/pack/ SupportCcFiles_DFP Filename is directory diff --git a/tools/packchk/test/data/TestLicense/TestVendor.TestPackLicense.pdsc b/tools/packchk/test/data/TestLicense/TestVendor.TestPackLicense.pdsc index ca0934190..594d31acf 100644 --- a/tools/packchk/test/data/TestLicense/TestVendor.TestPackLicense.pdsc +++ b/tools/packchk/test/data/TestLicense/TestVendor.TestPackLicense.pdsc @@ -1,8 +1,8 @@ - + TestVendor - http://www.testurl.com/pack/ + https://www.testurl.com/pack/ TestPackLicense TestPackLicense licenses\license.dat diff --git a/tools/packchk/test/data/TestPackDot/TestVendor.TestPackDot.pdsc b/tools/packchk/test/data/TestPackDot/TestVendor.TestPackDot.pdsc index 4d05fc4d1..27c74a1be 100644 --- a/tools/packchk/test/data/TestPackDot/TestVendor.TestPackDot.pdsc +++ b/tools/packchk/test/data/TestPackDot/TestVendor.TestPackDot.pdsc @@ -1,8 +1,8 @@ - + TestVendor - http://www.testurl.com/pack/ + https://www.testurl.com/pack/ TestPackDot TestPackDot diff --git a/tools/packchk/test/data/TestPackRoot/Pack/TestVendor.TestPackRoot.pdsc b/tools/packchk/test/data/TestPackRoot/Pack/TestVendor.TestPackRoot.pdsc index dd1b18d0d..18f3a05ef 100644 --- a/tools/packchk/test/data/TestPackRoot/Pack/TestVendor.TestPackRoot.pdsc +++ b/tools/packchk/test/data/TestPackRoot/Pack/TestVendor.TestPackRoot.pdsc @@ -1,8 +1,8 @@ - + TestVendor - http://www.testurl.com/pack/ + https://www.testurl.com/pack/ TestPackRoot TestPackRoot diff --git a/tools/packchk/test/data/TestSON/TestVendor.TestSON.pdsc b/tools/packchk/test/data/TestSON/TestVendor.TestSON.pdsc index 98e29707b..662e2ef58 100644 --- a/tools/packchk/test/data/TestSON/TestVendor.TestSON.pdsc +++ b/tools/packchk/test/data/TestSON/TestVendor.TestSON.pdsc @@ -1,8 +1,8 @@ - + TestVendor - http://www.testurl.com/pack/ + https://www.testurl.com/pack/ TestPackLicense TestPackLicense licenses\license.dat diff --git a/tools/packchk/test/data/TestTextExceedsLength/TestVendor.TestTextExceedsLength.pdsc b/tools/packchk/test/data/TestTextExceedsLength/TestVendor.TestTextExceedsLength.pdsc index fed48298a..04d4a6f8c 100644 --- a/tools/packchk/test/data/TestTextExceedsLength/TestVendor.TestTextExceedsLength.pdsc +++ b/tools/packchk/test/data/TestTextExceedsLength/TestVendor.TestTextExceedsLength.pdsc @@ -1,6 +1,6 @@ - + TestVendor https://www.testurl.foo/pack/ TestTextExceedsLength diff --git a/tools/packchk/test/data/TestUrlHttps/TestVendor.TestUrlHttps.pdsc b/tools/packchk/test/data/TestUrlHttps/TestVendor.TestUrlHttps.pdsc index 6d16d0484..4e5301212 100644 --- a/tools/packchk/test/data/TestUrlHttps/TestVendor.TestUrlHttps.pdsc +++ b/tools/packchk/test/data/TestUrlHttps/TestVendor.TestUrlHttps.pdsc @@ -1,14 +1,14 @@ - + TestVendor - http://www.testurl.foo/pack/ + https://www.testurl.foo/pack/ TestUrlHttps TestUrlHttps - http://github.com/ARM-software/CMSIS-Driver.git + https://github.com/ARM-software/CMSIS-Driver.git - + Added nothing. @@ -34,7 +34,7 @@ Initialization generated by MyConfig - + @@ -42,15 +42,15 @@ - + - + xsi:schemaLocation="https://example.com example.xsd"> @@ -60,10 +60,10 @@ - + MyBoard Evaluation Kit - - + + diff --git a/tools/packchk/test/data/schema.xsd b/tools/packchk/test/data/schema.xsd index c0518ab7d..1bc0ab34f 100644 --- a/tools/packchk/test/data/schema.xsd +++ b/tools/packchk/test/data/schema.xsd @@ -1,5 +1,5 @@ - + diff --git a/tools/packchk/test/integtests/src/PackChkIntegTests.cpp b/tools/packchk/test/integtests/src/PackChkIntegTests.cpp index 83ddb601c..c1e3f6800 100644 --- a/tools/packchk/test/integtests/src/PackChkIntegTests.cpp +++ b/tools/packchk/test/integtests/src/PackChkIntegTests.cpp @@ -338,7 +338,7 @@ TEST_F(PackChkIntegTests, AddRefPacks) { refPack3 += "/" + refName3 + ".pdsc"; refPack4 += "/" + refName4 + ".pdsc"; const string contentBegin = "\n"\ - "\n"\ + "\n"\ " "; const string contentEnd = " \n"\ "\n"; diff --git a/tools/packchk/test/unittests/src/TestPackOptions.cpp b/tools/packchk/test/unittests/src/TestPackOptions.cpp index 95b8f146e..315512b0f 100644 --- a/tools/packchk/test/unittests/src/TestPackOptions.cpp +++ b/tools/packchk/test/unittests/src/TestPackOptions.cpp @@ -26,7 +26,7 @@ class PackOptionsExposed : public CPackOptions { TEST(TestPackOptions, SetUrlRef) { CPackOptions packOptions; - EXPECT_TRUE(packOptions.SetUrlRef("\"http://keil.com/packs\"")); + EXPECT_TRUE(packOptions.SetUrlRef("\"https://keil.com/packs\"")); EXPECT_FALSE(packOptions.SetUrlRef("\"\"")); EXPECT_FALSE(packOptions.SetUrlRef("")); } diff --git a/tools/packchk/test/unittests/src/TestValidateSyntax.cpp b/tools/packchk/test/unittests/src/TestValidateSyntax.cpp index 883128eb4..1e0b72a2a 100644 --- a/tools/packchk/test/unittests/src/TestValidateSyntax.cpp +++ b/tools/packchk/test/unittests/src/TestValidateSyntax.cpp @@ -21,7 +21,7 @@ class ValidateSyntaxExposed : public ValidateSyntax { TEST(TestValidateSyntax, IsURL) { - EXPECT_TRUE(ValidateSyntaxExposed::IsURL("http://mysite.com")); + EXPECT_TRUE(ValidateSyntaxExposed::IsURL("https://mysite.com")); EXPECT_TRUE(ValidateSyntaxExposed::IsURL("https://mysite.com")); EXPECT_TRUE(ValidateSyntaxExposed::IsURL("ftp://mysite.com")); EXPECT_TRUE(ValidateSyntaxExposed::IsURL("ftps://mysite.com")); diff --git a/tools/packgen/docs/LICENSE.txt b/tools/packgen/docs/LICENSE.txt index 9ab72f76a..31a07c120 100644 --- a/tools/packgen/docs/LICENSE.txt +++ b/tools/packgen/docs/LICENSE.txt @@ -3,7 +3,7 @@ No contributions to cmsis-build are accepted at this point. Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -195,7 +195,7 @@ No contributions to cmsis-build are accepted at this point. you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -221,7 +221,7 @@ License text (GPL-3.0-only) for 'GNU Make' GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/tools/packgen/schema/manifest.schema.json b/tools/packgen/schema/manifest.schema.json index e288982a5..ef43e0263 100644 --- a/tools/packgen/schema/manifest.schema.json +++ b/tools/packgen/schema/manifest.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema#", + "$schema": "https://json-schema.org/draft-07/schema#", "id": "manifest.schema.json", "title": "CMSIS Pack generation manifest", "version": "0.9.0", diff --git a/tools/packgen/src/packgen.manifest b/tools/packgen/src/packgen.manifest index 853cade1e..42b8cead1 100644 --- a/tools/packgen/src/packgen.manifest +++ b/tools/packgen/src/packgen.manifest @@ -1,7 +1,7 @@ - + true diff --git a/tools/packgen/test/data/CMakeTestMultipleBuilds/ARM.TestPackMultipleBuilds.pdsc b/tools/packgen/test/data/CMakeTestMultipleBuilds/ARM.TestPackMultipleBuilds.pdsc index 84c75a544..d720b1600 100644 --- a/tools/packgen/test/data/CMakeTestMultipleBuilds/ARM.TestPackMultipleBuilds.pdsc +++ b/tools/packgen/test/data/CMakeTestMultipleBuilds/ARM.TestPackMultipleBuilds.pdsc @@ -1,5 +1,5 @@ - + TestPackMultipleBuilds TestPackMultipleBuilds description @@ -8,7 +8,7 @@ LICENSE - http://arm.com/ + https://arm.com/ Initial release diff --git a/tools/packgen/test/data/CMakeTestMultipleBuilds/manifest.yml b/tools/packgen/test/data/CMakeTestMultipleBuilds/manifest.yml index 1aa30eb19..9dbf80c89 100644 --- a/tools/packgen/test/data/CMakeTestMultipleBuilds/manifest.yml +++ b/tools/packgen/test/data/CMakeTestMultipleBuilds/manifest.yml @@ -13,7 +13,7 @@ packs: description: "TestPackMultipleBuilds description" vendor: "ARM" license: "LICENSE" - url: "http://arm.com/" + url: "https://arm.com/" releases: - version: "1.0.0" diff --git a/tools/packgen/test/data/CMakeTestProject/ARM.TestPack.pdsc b/tools/packgen/test/data/CMakeTestProject/ARM.TestPack.pdsc index c1a5d374d..6c35b99e1 100644 --- a/tools/packgen/test/data/CMakeTestProject/ARM.TestPack.pdsc +++ b/tools/packgen/test/data/CMakeTestProject/ARM.TestPack.pdsc @@ -1,5 +1,5 @@ - + TestPack TestPack description @@ -8,7 +8,7 @@ LICENSE - http://arm.com/ + https://arm.com/ diff --git a/tools/packgen/test/data/CMakeTestProject/manifest.yml b/tools/packgen/test/data/CMakeTestProject/manifest.yml index f9657c20e..697746426 100644 --- a/tools/packgen/test/data/CMakeTestProject/manifest.yml +++ b/tools/packgen/test/data/CMakeTestProject/manifest.yml @@ -9,7 +9,7 @@ packs: description: "TestPack description" vendor: "ARM" license: "LICENSE" - url: "http://arm.com/" + url: "https://arm.com/" requirements: packages: diff --git a/tools/packgen/test/data/TestProject/TestVendor.TestPack.pdsc b/tools/packgen/test/data/TestProject/TestVendor.TestPack.pdsc index 746ce1dd0..0ae156ba6 100644 --- a/tools/packgen/test/data/TestProject/TestVendor.TestPack.pdsc +++ b/tools/packgen/test/data/TestProject/TestVendor.TestPack.pdsc @@ -1,5 +1,5 @@ - + TestPack TestPack description @@ -8,7 +8,7 @@ LICENSE - http://test-URL.com/ + https://test-URL.com/ https://github.com/ARM-software/CMSIS-Driver.git diff --git a/tools/packgen/test/data/TestProject/manifest.yml b/tools/packgen/test/data/TestProject/manifest.yml index 1fd0d03db..e219ba23f 100644 --- a/tools/packgen/test/data/TestProject/manifest.yml +++ b/tools/packgen/test/data/TestProject/manifest.yml @@ -9,7 +9,7 @@ packs: description: "TestPack description" vendor: "TestVendor" license: "LICENSE" - url: "http://test-URL.com/" + url: "https://test-URL.com/" repository: type: git url: https://github.com/ARM-software/CMSIS-Driver.git diff --git a/tools/packgen/test/data/TestProject/out-of-root/TestVendor.TestPackOutOfRoot.pdsc b/tools/packgen/test/data/TestProject/out-of-root/TestVendor.TestPackOutOfRoot.pdsc index 8f2e1c73c..d58081411 100644 --- a/tools/packgen/test/data/TestProject/out-of-root/TestVendor.TestPackOutOfRoot.pdsc +++ b/tools/packgen/test/data/TestProject/out-of-root/TestVendor.TestPackOutOfRoot.pdsc @@ -1,5 +1,5 @@ - + TestPackOutOfRoot TestPack description @@ -8,7 +8,7 @@ LICENSE - http://test-URL.com/ + https://test-URL.com/ Initial release diff --git a/tools/packgen/test/data/TestProject/out-of-root/manifest.yml b/tools/packgen/test/data/TestProject/out-of-root/manifest.yml index 1be6946c8..0fdc6322e 100644 --- a/tools/packgen/test/data/TestProject/out-of-root/manifest.yml +++ b/tools/packgen/test/data/TestProject/out-of-root/manifest.yml @@ -9,7 +9,7 @@ packs: description: "TestPack description" vendor: "TestVendor" license: "LICENSE" - url: "http://test-URL.com/" + url: "https://test-URL.com/" releases: - version: "1.0.0" diff --git a/tools/packgen/test/data/invalid_manifest.yml b/tools/packgen/test/data/invalid_manifest.yml index 9d4105f85..da06a3a6a 100644 --- a/tools/packgen/test/data/invalid_manifest.yml +++ b/tools/packgen/test/data/invalid_manifest.yml @@ -9,7 +9,7 @@ packs: description: "TestPack description" vendor: "ARM" license: "LICENSE" - url: "http://arm.com/" + url: "https://arm.com/" requirements: packages: diff --git a/tools/packgen/test/data/invalid_manifest2.yml b/tools/packgen/test/data/invalid_manifest2.yml index 660200f2d..08f078ce0 100644 --- a/tools/packgen/test/data/invalid_manifest2.yml +++ b/tools/packgen/test/data/invalid_manifest2.yml @@ -10,7 +10,7 @@ list: description: "TestPack description" vendor: "ARM" license: "LICENSE" - url: "http://arm.com/" + url: "https://arm.com/" requirements: packages: diff --git a/tools/packgen/test/data/no-target-manifest.yml b/tools/packgen/test/data/no-target-manifest.yml index 3ffe21799..3f437c417 100644 --- a/tools/packgen/test/data/no-target-manifest.yml +++ b/tools/packgen/test/data/no-target-manifest.yml @@ -9,7 +9,7 @@ packs: description: "TestPack description" vendor: "ARM" license: "LICENSE" - url: "http://arm.com/" + url: "https://arm.com/" requirements: packages: diff --git a/tools/packgen/test/src/PackGenUnitTests.cpp b/tools/packgen/test/src/PackGenUnitTests.cpp index 2b672b147..eaae4fe7e 100644 --- a/tools/packgen/test/src/PackGenUnitTests.cpp +++ b/tools/packgen/test/src/PackGenUnitTests.cpp @@ -20,7 +20,7 @@ static constexpr const char* packName = "TestPack"; static constexpr const char* packDescription = "TestPack description"; static constexpr const char* packVendor = "ARM"; static constexpr const char* packLicense = "LICENSE"; -static constexpr const char* packUrl = "http://arm.com/"; +static constexpr const char* packUrl = "https://arm.com/"; static constexpr const char* packRepositoryUrl = "https://github.com/ARM-software/CMSIS-Driver.git"; static constexpr const char* packRepositoryType = "git"; diff --git a/tools/projmgr/docs/LICENSE.txt b/tools/projmgr/docs/LICENSE.txt index 9ab72f76a..31a07c120 100644 --- a/tools/projmgr/docs/LICENSE.txt +++ b/tools/projmgr/docs/LICENSE.txt @@ -3,7 +3,7 @@ No contributions to cmsis-build are accepted at this point. Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -195,7 +195,7 @@ No contributions to cmsis-build are accepted at this point. you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -221,7 +221,7 @@ License text (GPL-3.0-only) for 'GNU Make' GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/tools/projmgr/schemas/cbuild-gen-idx.schema.json b/tools/projmgr/schemas/cbuild-gen-idx.schema.json index cb5e3dfbc..1794a0e49 100644 --- a/tools/projmgr/schemas/cbuild-gen-idx.schema.json +++ b/tools/projmgr/schemas/cbuild-gen-idx.schema.json @@ -1,6 +1,6 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#file-structure-of-cbuild-gen-idxyml", - "$schema": "http://json-schema.org/draft-07/schema#", + "$schema": "https://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild-gen-idx.schema.json", "title": "CMSIS cbuild-gen-idx", "description": "defines sibling contexts description for a generator call", diff --git a/tools/projmgr/schemas/cbuild-gen.schema.json b/tools/projmgr/schemas/cbuild-gen.schema.json index 338311b8d..f4dc05bb5 100644 --- a/tools/projmgr/schemas/cbuild-gen.schema.json +++ b/tools/projmgr/schemas/cbuild-gen.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema#", + "$schema": "https://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild-gen.schema.json", "title": "CMSIS cbuild-gen", "description": "defines an individual context description for a generator call", diff --git a/tools/projmgr/schemas/cbuild-idx.schema.json b/tools/projmgr/schemas/cbuild-idx.schema.json index 4749655da..6e8bd3ec8 100644 --- a/tools/projmgr/schemas/cbuild-idx.schema.json +++ b/tools/projmgr/schemas/cbuild-idx.schema.json @@ -1,6 +1,6 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-idxyml", - "$schema": "http://json-schema.org/draft-07/schema#", + "$schema": "https://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild-idx.schema.json", "title": "CMSIS cbuild-idx", "description": "defines a build description for a solution", diff --git a/tools/projmgr/schemas/cbuild-pack.schema.json b/tools/projmgr/schemas/cbuild-pack.schema.json index 9541f75b6..ee986f4ce 100644 --- a/tools/projmgr/schemas/cbuild-pack.schema.json +++ b/tools/projmgr/schemas/cbuild-pack.schema.json @@ -1,6 +1,6 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-packyml", - "$schema": "http://json-schema.org/draft-07/schema#", + "$schema": "https://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild-pack.schema.json", "title": "CMSIS cbuild-pack", "description": "file containing all pack versions used, used for pack locking", diff --git a/tools/projmgr/schemas/cbuild-run.schema.json b/tools/projmgr/schemas/cbuild-run.schema.json index 1d72a3aa6..88b8a94e3 100644 --- a/tools/projmgr/schemas/cbuild-run.schema.json +++ b/tools/projmgr/schemas/cbuild-run.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema#", + "$schema": "https://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild-run.schema.json", "title": "CMSIS cbuild-run", "description": "contains run and debug information for a target", diff --git a/tools/projmgr/schemas/cbuild-set.schema.json b/tools/projmgr/schemas/cbuild-set.schema.json index 7e0f08203..23bb844c1 100644 --- a/tools/projmgr/schemas/cbuild-set.schema.json +++ b/tools/projmgr/schemas/cbuild-set.schema.json @@ -1,6 +1,6 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-setyml", - "$schema": "http://json-schema.org/draft-07/schema#", + "$schema": "https://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild-set.schema.json", "title": "CMSIS cbuild-set", "description": "defines a selected set of build configuration", diff --git a/tools/projmgr/schemas/cbuild.schema.json b/tools/projmgr/schemas/cbuild.schema.json index fa37dc24a..6fe70aeed 100644 --- a/tools/projmgr/schemas/cbuild.schema.json +++ b/tools/projmgr/schemas/cbuild.schema.json @@ -1,6 +1,6 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuildyml", - "$schema": "http://json-schema.org/draft-07/schema#", + "$schema": "https://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild.schema.json", "title": "CMSIS cbuild", "description": "defines a build description for a project", diff --git a/tools/projmgr/schemas/cdefault.schema.json b/tools/projmgr/schemas/cdefault.schema.json index 0e5dfeaa5..6413c276f 100644 --- a/tools/projmgr/schemas/cdefault.schema.json +++ b/tools/projmgr/schemas/cdefault.schema.json @@ -1,6 +1,6 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#cdefault", - "$schema": "http://json-schema.org/draft-07/schema#", + "$schema": "https://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cdefault.schema.json", "title": "CMSIS cdefault", "description": "Default setup of a build environment with toolchain specific controls.", diff --git a/tools/projmgr/schemas/cgen.schema.json b/tools/projmgr/schemas/cgen.schema.json index b7402d6cf..556d2718f 100644 --- a/tools/projmgr/schemas/cgen.schema.json +++ b/tools/projmgr/schemas/cgen.schema.json @@ -1,6 +1,6 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#file-structure-of-cgenyml", - "$schema": "http://json-schema.org/draft-07/schema#", + "$schema": "https://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cgen.schema.json", "title": "CMSIS cgen", "description": "set of source files and pre-configured components generated by external program", diff --git a/tools/projmgr/schemas/clayer.schema.json b/tools/projmgr/schemas/clayer.schema.json index f1b074309..cceb64372 100644 --- a/tools/projmgr/schemas/clayer.schema.json +++ b/tools/projmgr/schemas/clayer.schema.json @@ -1,6 +1,6 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#layer", - "$schema": "http://json-schema.org/draft-07/schema#", + "$schema": "https://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/clayer.schema.json", "title": "CMSIS Layer", "description": "Set of source files and pre-configured components for reuse in different applications.", diff --git a/tools/projmgr/schemas/common.schema.json b/tools/projmgr/schemas/common.schema.json index c02f89c8c..0b89ca000 100644 --- a/tools/projmgr/schemas/common.schema.json +++ b/tools/projmgr/schemas/common.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema#", + "$schema": "https://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/common.schema.json", "title": "CMSIS common", "description": "Common and reusable properties for other schemas.", diff --git a/tools/projmgr/schemas/cproject.schema.json b/tools/projmgr/schemas/cproject.schema.json index acba50c72..3e8d4564c 100644 --- a/tools/projmgr/schemas/cproject.schema.json +++ b/tools/projmgr/schemas/cproject.schema.json @@ -1,6 +1,6 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#project", - "$schema": "http://json-schema.org/draft-07/schema#", + "$schema": "https://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cproject.schema.json", "title": "CMSIS Project", "description": "Source files and pre-configured components of a sub-project that builds independently.", diff --git a/tools/projmgr/schemas/csolution.schema.json b/tools/projmgr/schemas/csolution.schema.json index 87b6a0f23..43947028d 100644 --- a/tools/projmgr/schemas/csolution.schema.json +++ b/tools/projmgr/schemas/csolution.schema.json @@ -1,6 +1,6 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#solution", - "$schema": "http://json-schema.org/draft-07/schema#", + "$schema": "https://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/csolution.schema.json", "title": "CMSIS Solution", "description": "Complete scope of an application composed of sub-projects. Defines target and build types.", diff --git a/tools/projmgr/schemas/generator.schema.json b/tools/projmgr/schemas/generator.schema.json index a41630e54..37bd5f5d3 100644 --- a/tools/projmgr/schemas/generator.schema.json +++ b/tools/projmgr/schemas/generator.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema#", + "$schema": "https://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/generator.schema.json", "title": "CMSIS generator registry", "description": "defines global generator registry", diff --git a/tools/projmgr/src/csolution.manifest b/tools/projmgr/src/csolution.manifest index 853cade1e..42b8cead1 100644 --- a/tools/projmgr/src/csolution.manifest +++ b/tools/projmgr/src/csolution.manifest @@ -1,7 +1,7 @@ - + true diff --git a/tools/projmgr/test/data/ExternalGenerator/ref/MultiCore/core0.Debug+MultiCore.cbuild-gen.yml b/tools/projmgr/test/data/ExternalGenerator/ref/MultiCore/core0.Debug+MultiCore.cbuild-gen.yml index c38523076..89db02afa 100644 --- a/tools/projmgr/test/data/ExternalGenerator/ref/MultiCore/core0.Debug+MultiCore.cbuild-gen.yml +++ b/tools/projmgr/test/data/ExternalGenerator/ref/MultiCore/core0.Debug+MultiCore.cbuild-gen.yml @@ -9,7 +9,7 @@ build-gen: device: ARM::RteTest_ARMCM0_Dual:cm0_core0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ${DEVTOOLS(data)}/ExternalGenerator/.cmsis/extgen+MultiCore.dbgconf diff --git a/tools/projmgr/test/data/ExternalGenerator/ref/MultiCore/core1.Debug+MultiCore.cbuild-gen.yml b/tools/projmgr/test/data/ExternalGenerator/ref/MultiCore/core1.Debug+MultiCore.cbuild-gen.yml index a9fea7acb..87e2ea51c 100644 --- a/tools/projmgr/test/data/ExternalGenerator/ref/MultiCore/core1.Debug+MultiCore.cbuild-gen.yml +++ b/tools/projmgr/test/data/ExternalGenerator/ref/MultiCore/core1.Debug+MultiCore.cbuild-gen.yml @@ -9,7 +9,7 @@ build-gen: device: ARM::RteTest_ARMCM0_Dual:cm0_core1 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ${DEVTOOLS(data)}/ExternalGenerator/.cmsis/extgen+MultiCore.dbgconf diff --git a/tools/projmgr/test/data/ExternalGenerator/ref/SingleCore/single-core.Debug+Board.cbuild.yml b/tools/projmgr/test/data/ExternalGenerator/ref/SingleCore/single-core.Debug+Board.cbuild.yml index 0aa1bbe0b..87b4d02b4 100644 --- a/tools/projmgr/test/data/ExternalGenerator/ref/SingleCore/single-core.Debug+Board.cbuild.yml +++ b/tools/projmgr/test/data/ExternalGenerator/ref/SingleCore/single-core.Debug+Board.cbuild.yml @@ -16,7 +16,7 @@ build: device: ARM::RteTest_ARMCM4_FP device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0553a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0553a/index.html title: Cortex-M4 Device Generic Users Guide dbgconf: - file: ../../../../.cmsis/board+Board.dbgconf diff --git a/tools/projmgr/test/data/ImageOnly/ref/image-only+CM0.cbuild.yml b/tools/projmgr/test/data/ImageOnly/ref/image-only+CM0.cbuild.yml index f246785e2..a63295c96 100644 --- a/tools/projmgr/test/data/ImageOnly/ref/image-only+CM0.cbuild.yml +++ b/tools/projmgr/test/data/ImageOnly/ref/image-only+CM0.cbuild.yml @@ -5,7 +5,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../../../.cmsis/image-only+CM0.dbgconf diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/pack-access-sequences+CM4-Board.cbuild.yml b/tools/projmgr/test/data/TestAccessSequences/ref/pack-access-sequences+CM4-Board.cbuild.yml index db3fbf71e..c7548eb4f 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/pack-access-sequences+CM4-Board.cbuild.yml +++ b/tools/projmgr/test/data/TestAccessSequences/ref/pack-access-sequences+CM4-Board.cbuild.yml @@ -16,7 +16,7 @@ build: device: ARM::RteTest_ARMCM4_FP device-pack: ARM::RteTest_DFP@0.1.1 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0553a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0553a/index.html title: Cortex-M4 Device Generic Users Guide dbgconf: - file: ../data/TestAccessSequences/.cmsis/pack-access-sequences+CM4-Board.dbgconf diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Debug+CM0.cprj b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Debug+CM0.cprj index 17c0789e8..15938a0b9 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Debug+CM0.cprj +++ b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Debug+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Debug+CM3.cprj b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Debug+CM3.cprj index 671fbed5b..96d5df478 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Debug+CM3.cprj +++ b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Debug+CM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Release+CM0.cprj b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Release+CM0.cprj index c52e15992..2e6627fc2 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Release+CM0.cprj +++ b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Release+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Release+CM3.cprj b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Release+CM3.cprj index 59f6268a5..d0bfd0bb6 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Release+CM3.cprj +++ b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Release+CM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Debug+CM0.cprj b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Debug+CM0.cprj index 9800f2185..9a6efd722 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Debug+CM0.cprj +++ b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Debug+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Debug+CM3.cprj b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Debug+CM3.cprj index dc7787b70..bead2acd3 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Debug+CM3.cprj +++ b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Debug+CM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Release+CM0.cprj b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Release+CM0.cprj index ea9a95c65..53f0644a7 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Release+CM0.cprj +++ b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Release+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Release+CM3.cprj b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Release+CM3.cprj index 437c77156..cb92cf408 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Release+CM3.cprj +++ b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Release+CM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences3.Debug+TEST_TARGET.cprj b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences3.Debug+TEST_TARGET.cprj index dbbd9cd4e..960f82294 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences3.Debug+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences3.Debug+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences3.Release+TEST_TARGET.cprj b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences3.Release+TEST_TARGET.cprj index faa712f37..0e5bafc2c 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences3.Release+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences3.Release+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestDefault/ref/empty/project.Debug+TEST_TARGET.cbuild.yml b/tools/projmgr/test/data/TestDefault/ref/empty/project.Debug+TEST_TARGET.cbuild.yml index fa9c08b45..1801587b8 100644 --- a/tools/projmgr/test/data/TestDefault/ref/empty/project.Debug+TEST_TARGET.cbuild.yml +++ b/tools/projmgr/test/data/TestDefault/ref/empty/project.Debug+TEST_TARGET.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.1.1 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide processor: fpu: off diff --git a/tools/projmgr/test/data/TestDefault/ref/empty/project.Debug+TEST_TARGET.cprj b/tools/projmgr/test/data/TestDefault/ref/empty/project.Debug+TEST_TARGET.cprj index 1998ce720..1126a951c 100644 --- a/tools/projmgr/test/data/TestDefault/ref/empty/project.Debug+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestDefault/ref/empty/project.Debug+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestDefault/ref/empty/project.Release+TEST_TARGET.cbuild.yml b/tools/projmgr/test/data/TestDefault/ref/empty/project.Release+TEST_TARGET.cbuild.yml index a119526cd..04d3df443 100644 --- a/tools/projmgr/test/data/TestDefault/ref/empty/project.Release+TEST_TARGET.cbuild.yml +++ b/tools/projmgr/test/data/TestDefault/ref/empty/project.Release+TEST_TARGET.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.1.1 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide processor: fpu: off diff --git a/tools/projmgr/test/data/TestDefault/ref/empty/project.Release+TEST_TARGET.cprj b/tools/projmgr/test/data/TestDefault/ref/empty/project.Release+TEST_TARGET.cprj index f86bd0293..c6eb52ceb 100644 --- a/tools/projmgr/test/data/TestDefault/ref/empty/project.Release+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestDefault/ref/empty/project.Release+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestDefault/ref/full/project.Debug+TEST_TARGET.cprj b/tools/projmgr/test/data/TestDefault/ref/full/project.Debug+TEST_TARGET.cprj index 3fdebd8cb..b66198f17 100644 --- a/tools/projmgr/test/data/TestDefault/ref/full/project.Debug+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestDefault/ref/full/project.Debug+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestDefault/ref/full/project.Release+TEST_TARGET.cprj b/tools/projmgr/test/data/TestDefault/ref/full/project.Release+TEST_TARGET.cprj index d5b4dd203..04b0c2f34 100644 --- a/tools/projmgr/test/data/TestDefault/ref/full/project.Release+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestDefault/ref/full/project.Release+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestGenerator/GeneratedFiles/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc b/tools/projmgr/test/data/TestGenerator/GeneratedFiles/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc index ecee5368a..9adba7ac9 100644 --- a/tools/projmgr/test/data/TestGenerator/GeneratedFiles/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc +++ b/tools/projmgr/test/data/TestGenerator/GeneratedFiles/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/projmgr/test/data/TestGenerator/GeneratedFiles/RteTestGeneratorWithKey/RteTestGen_ARMCM0/RteTest.gpdsc b/tools/projmgr/test/data/TestGenerator/GeneratedFiles/RteTestGeneratorWithKey/RteTestGen_ARMCM0/RteTest.gpdsc index 48e4a6113..fbeabe335 100644 --- a/tools/projmgr/test/data/TestGenerator/GeneratedFiles/RteTestGeneratorWithKey/RteTestGen_ARMCM0/RteTest.gpdsc +++ b/tools/projmgr/test/data/TestGenerator/GeneratedFiles/RteTestGeneratorWithKey/RteTestGen_ARMCM0/RteTest.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/projmgr/test/data/TestGenerator/GpdscWithProjectFiles/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc b/tools/projmgr/test/data/TestGenerator/GpdscWithProjectFiles/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc index f07d1d220..f7c6ab980 100644 --- a/tools/projmgr/test/data/TestGenerator/GpdscWithProjectFiles/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc +++ b/tools/projmgr/test/data/TestGenerator/GpdscWithProjectFiles/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/projmgr/test/data/TestGenerator/GpdscWithoutComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc b/tools/projmgr/test/data/TestGenerator/GpdscWithoutComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc index 076d1874a..1c846c755 100644 --- a/tools/projmgr/test/data/TestGenerator/GpdscWithoutComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc +++ b/tools/projmgr/test/data/TestGenerator/GpdscWithoutComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/projmgr/test/data/TestGenerator/MultipleComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc b/tools/projmgr/test/data/TestGenerator/MultipleComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc index da43557d9..10d79473e 100644 --- a/tools/projmgr/test/data/TestGenerator/MultipleComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc +++ b/tools/projmgr/test/data/TestGenerator/MultipleComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest.gpdsc b/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest.gpdsc index ecee5368a..9adba7ac9 100644 --- a/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest.gpdsc +++ b/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTestNoWorkingDir.gpdsc b/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTestNoWorkingDir.gpdsc index 6ca5ceb39..e34a30d95 100644 --- a/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTestNoWorkingDir.gpdsc +++ b/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTestNoWorkingDir.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest_Invalid.gpdsc b/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest_Invalid.gpdsc index 9e95ef04d..2bf685d88 100644 --- a/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest_Invalid.gpdsc +++ b/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest_Invalid.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest_Warning.gpdsc b/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest_Warning.gpdsc index 96f0db83c..ed2370a19 100644 --- a/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest_Warning.gpdsc +++ b/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest_Warning.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/projmgr/test/data/TestGenerator/layer/RTE/Device/RteTestGen_ARMCM0/RteTest.gpdsc b/tools/projmgr/test/data/TestGenerator/layer/RTE/Device/RteTestGen_ARMCM0/RteTest.gpdsc index ecee5368a..9adba7ac9 100644 --- a/tools/projmgr/test/data/TestGenerator/layer/RTE/Device/RteTestGen_ARMCM0/RteTest.gpdsc +++ b/tools/projmgr/test/data/TestGenerator/layer/RTE/Device/RteTestGen_ARMCM0/RteTest.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/projmgr/test/data/TestGenerator/ref/multiple-components.Debug+CM0.cprj b/tools/projmgr/test/data/TestGenerator/ref/multiple-components.Debug+CM0.cprj index 13d277c46..7ae2f2e4e 100644 --- a/tools/projmgr/test/data/TestGenerator/ref/multiple-components.Debug+CM0.cprj +++ b/tools/projmgr/test/data/TestGenerator/ref/multiple-components.Debug+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestGenerator/ref/test-gpdsc.Debug+CM0.cprj b/tools/projmgr/test/data/TestGenerator/ref/test-gpdsc.Debug+CM0.cprj index 154122417..37dce67c5 100644 --- a/tools/projmgr/test/data/TestGenerator/ref/test-gpdsc.Debug+CM0.cprj +++ b/tools/projmgr/test/data/TestGenerator/ref/test-gpdsc.Debug+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestLayers/ref/testlayers/testlayers.Debug+TEST_TARGET.cprj b/tools/projmgr/test/data/TestLayers/ref/testlayers/testlayers.Debug+TEST_TARGET.cprj index 66d375fbe..4ae5b630f 100644 --- a/tools/projmgr/test/data/TestLayers/ref/testlayers/testlayers.Debug+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestLayers/ref/testlayers/testlayers.Debug+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestLayers/ref/testlayers/testlayers.Release+TEST_TARGET.cprj b/tools/projmgr/test/data/TestLayers/ref/testlayers/testlayers.Release+TEST_TARGET.cprj index e20fb7eae..7d00b0605 100644 --- a/tools/projmgr/test/data/TestLayers/ref/testlayers/testlayers.Release+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestLayers/ref/testlayers/testlayers.Release+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType1+TargetType1.cprj b/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType1+TargetType1.cprj index 211a53787..25688a023 100644 --- a/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType1+TargetType1.cprj +++ b/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType1+TargetType1.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType1+TargetType2.cprj b/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType1+TargetType2.cprj index 9d19e19e4..4b3bcf583 100644 --- a/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType1+TargetType2.cprj +++ b/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType1+TargetType2.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType2+TargetType1.cprj b/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType2+TargetType1.cprj index 43e40912a..19b9a18ab 100644 --- a/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType2+TargetType1.cprj +++ b/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType2+TargetType1.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType2+TargetType2.cprj b/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType2+TargetType2.cprj index 693113a6c..6215eb838 100644 --- a/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType2+TargetType2.cprj +++ b/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType2+TargetType2.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestLayers/ref2/testlayers.Debug+TEST_TARGET.cprj b/tools/projmgr/test/data/TestLayers/ref2/testlayers.Debug+TEST_TARGET.cprj index a6260e0b1..ad61ce23f 100644 --- a/tools/projmgr/test/data/TestLayers/ref2/testlayers.Debug+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestLayers/ref2/testlayers.Debug+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestLayers/ref2/testlayers.Release+TEST_TARGET.cprj b/tools/projmgr/test/data/TestLayers/ref2/testlayers.Release+TEST_TARGET.cprj index fb665fc11..8ef2774af 100644 --- a/tools/projmgr/test/data/TestLayers/ref2/testlayers.Release+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestLayers/ref2/testlayers.Release+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestMemoryRegions/pack/BSP/ARM.RteTest_BSP.pdsc b/tools/projmgr/test/data/TestMemoryRegions/pack/BSP/ARM.RteTest_BSP.pdsc index fac8211a4..9c2e846bf 100644 --- a/tools/projmgr/test/data/TestMemoryRegions/pack/BSP/ARM.RteTest_BSP.pdsc +++ b/tools/projmgr/test/data/TestMemoryRegions/pack/BSP/ARM.RteTest_BSP.pdsc @@ -1,10 +1,10 @@ - + RteTest_BSP RTE test of regions file generation ARM - http://www.keil.com/pack/ + https://www.keil.com/pack/ diff --git a/tools/projmgr/test/data/TestMemoryRegions/pack/DFP/ARM.RteTest_DFP.pdsc b/tools/projmgr/test/data/TestMemoryRegions/pack/DFP/ARM.RteTest_DFP.pdsc index 5cca5d974..c96d1d38e 100644 --- a/tools/projmgr/test/data/TestMemoryRegions/pack/DFP/ARM.RteTest_DFP.pdsc +++ b/tools/projmgr/test/data/TestMemoryRegions/pack/DFP/ARM.RteTest_DFP.pdsc @@ -1,10 +1,10 @@ - + RteTest_DFP RTE test of regions file generation ARM - http://www.keil.com/pack/ + https://www.keil.com/pack/ diff --git a/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.AbsolutePath+TEST_TARGET.cbuild.yml b/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.AbsolutePath+TEST_TARGET.cbuild.yml index 7d3fe884a..7992f0fd2 100644 --- a/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.AbsolutePath+TEST_TARGET.cbuild.yml +++ b/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.AbsolutePath+TEST_TARGET.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestProjectSetup/.cmsis/setup-test+TEST_TARGET.dbgconf diff --git a/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.Build_AC6+TEST_TARGET.cbuild.yml b/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.Build_AC6+TEST_TARGET.cbuild.yml index 8b81098d3..cc6740a55 100644 --- a/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.Build_AC6+TEST_TARGET.cbuild.yml +++ b/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.Build_AC6+TEST_TARGET.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../../../../../data/TestProjectSetup/.cmsis/setup-test+TEST_TARGET.dbgconf diff --git a/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.Build_GCC+TEST_TARGET.cbuild.yml b/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.Build_GCC+TEST_TARGET.cbuild.yml index 0fa8088c9..e412f916c 100644 --- a/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.Build_GCC+TEST_TARGET.cbuild.yml +++ b/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.Build_GCC+TEST_TARGET.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../../../../../data/TestProjectSetup/.cmsis/setup-test+TEST_TARGET.dbgconf diff --git a/tools/projmgr/test/data/TestRunDebug/ref/run-debug+TestHW.cbuild.yml b/tools/projmgr/test/data/TestRunDebug/ref/run-debug+TestHW.cbuild.yml index 15a298e99..1fbdb440e 100644 --- a/tools/projmgr/test/data/TestRunDebug/ref/run-debug+TestHW.cbuild.yml +++ b/tools/projmgr/test/data/TestRunDebug/ref/run-debug+TestHW.cbuild.yml @@ -9,7 +9,7 @@ build: device: ARM::RteTest_ARMCM4_NOFP device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0553a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0553a/index.html title: Cortex-M4 Device Generic Users Guide dbgconf: - file: ../../../../data/TestRunDebug/RTE/Device/RteTest1/RteTest1.dbgconf diff --git a/tools/projmgr/test/data/TestRunDebug/ref/run-debug+TestHW2.cbuild.yml b/tools/projmgr/test/data/TestRunDebug/ref/run-debug+TestHW2.cbuild.yml index c9bbc673d..c5f7d86fc 100644 --- a/tools/projmgr/test/data/TestRunDebug/ref/run-debug+TestHW2.cbuild.yml +++ b/tools/projmgr/test/data/TestRunDebug/ref/run-debug+TestHW2.cbuild.yml @@ -9,7 +9,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: AC6.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/CheckPackVerCmd/my-packs/RteTestPack/ARM.RteTestBoard.pdsc b/tools/projmgr/test/data/TestSolution/CheckPackVerCmd/my-packs/RteTestPack/ARM.RteTestBoard.pdsc index d55757041..b5ee4f8bc 100644 --- a/tools/projmgr/test/data/TestSolution/CheckPackVerCmd/my-packs/RteTestPack/ARM.RteTestBoard.pdsc +++ b/tools/projmgr/test/data/TestSolution/CheckPackVerCmd/my-packs/RteTestPack/ARM.RteTestBoard.pdsc @@ -1,6 +1,6 @@ - + RteTestBoard Testing packages listing ARM diff --git a/tools/projmgr/test/data/TestSolution/ComponentSources/ref/components.Debug+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/ComponentSources/ref/components.Debug+RteTest_ARMCM3.cbuild.yml index 3b6aa5c83..3cc0ecc50 100644 --- a/tools/projmgr/test/data/TestSolution/ComponentSources/ref/components.Debug+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ComponentSources/ref/components.Debug+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../../../../../data/TestSolution/ComponentSources/.cmsis/components+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ComponentSources/ref/versions.Debug+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/ComponentSources/ref/versions.Debug+RteTest_ARMCM3.cbuild.yml index 8ab4a2eb4..1f30b2c09 100644 --- a/tools/projmgr/test/data/TestSolution/ComponentSources/ref/versions.Debug+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ComponentSources/ref/versions.Debug+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../../../../../data/TestSolution/ComponentSources/.cmsis/versions+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ContextMap/ref/project1.Debug+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/ContextMap/ref/project1.Debug+RteTest_ARMCM3.cbuild.yml index 132743494..4dea06372 100644 --- a/tools/projmgr/test/data/TestSolution/ContextMap/ref/project1.Debug+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ContextMap/ref/project1.Debug+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/ContextMap/.cmsis/context-map+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ContextMap/ref/project1.Release+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/ContextMap/ref/project1.Release+RteTest_ARMCM3.cbuild.yml index 22dd23650..6dbaff375 100644 --- a/tools/projmgr/test/data/TestSolution/ContextMap/ref/project1.Release+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ContextMap/ref/project1.Release+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/ContextMap/.cmsis/context-map+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ContextMap/ref/project2.Debug+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/ContextMap/ref/project2.Debug+RteTest_ARMCM3.cbuild.yml index 3bcc7591e..5113422b8 100644 --- a/tools/projmgr/test/data/TestSolution/ContextMap/ref/project2.Debug+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ContextMap/ref/project2.Debug+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/ContextMap/.cmsis/context-map+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ContextMap/ref/project2.Release+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/ContextMap/ref/project2.Release+RteTest_ARMCM3.cbuild.yml index 1fa9c15c7..3e4de1f63 100644 --- a/tools/projmgr/test/data/TestSolution/ContextMap/ref/project2.Release+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ContextMap/ref/project2.Release+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/ContextMap/.cmsis/context-map+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti-signret.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti-signret.cbuild.yml index fffd1a465..71675f0f8 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti-signret.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti-signret.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+bti-signret.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti-signret.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti-signret.cprj index 2ce5d2d03..4f51c13e4 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti-signret.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti-signret.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti.cbuild.yml index 1f3f96c59..c7111a010 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+bti.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti.cprj index 3d6d94f29..7d0b2834d 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+no-bp.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+no-bp.cbuild.yml index 787194b49..4a968bd69 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+no-bp.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+no-bp.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+no-bp.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+no-bp.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+no-bp.cprj index d18c61251..9dacd250d 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+no-bp.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+no-bp.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+dsp.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+dsp.cbuild.yml index 6bc97d020..9c95a97d4 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+dsp.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+dsp.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+dsp.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+dsp.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+dsp.cprj index fa5ecfbd0..6f3dbea01 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+dsp.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+dsp.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+no-dsp.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+no-dsp.cbuild.yml index 463147111..de54e8be9 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+no-dsp.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+no-dsp.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+no-dsp.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+no-dsp.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+no-dsp.cprj index 0ddc4cf7f..e86a78ea6 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+no-dsp.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+no-dsp.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+big.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+big.cbuild.yml index 7897c92bb..8638b1e2f 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+big.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+big.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+big.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+big.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+big.cprj index 44719acdd..01075a4e0 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+big.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+big.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+little.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+little.cbuild.yml index ed9ab531c..1387aac10 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+little.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+little.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+little.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+little.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+little.cprj index cc862596b..85c5d02fa 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+little.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+little.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-dp.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-dp.cbuild.yml index aaef9d29f..1bcf6ce98 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-dp.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-dp.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+fpu-dp.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-dp.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-dp.cprj index 34bec1e41..ba851ed1d 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-dp.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-dp.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-sp.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-sp.cbuild.yml index f7aa93314..c15abc622 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-sp.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-sp.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+fpu-sp.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-sp.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-sp.cprj index 826965305..b57dfea7e 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-sp.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-sp.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+no-fpu.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+no-fpu.cbuild.yml index 2eb4a440c..66d4743fe 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+no-fpu.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+no-fpu.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+no-fpu.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+no-fpu.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+no-fpu.cprj index 63a1530f5..34b124759 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+no-fpu.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+no-fpu.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-fp.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-fp.cbuild.yml index 28dbe2fbc..2a99eb450 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-fp.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-fp.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+mve-fp.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-fp.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-fp.cprj index a790f0632..d34ec628a 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-fp.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-fp.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-int.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-int.cbuild.yml index 16c4e06fb..3f167eaa4 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-int.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-int.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+mve-int.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-int.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-int.cprj index 1c841312b..21ce13976 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-int.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-int.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+no-mve.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+no-mve.cbuild.yml index f6a4231f5..c41510913 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+no-mve.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+no-mve.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+no-mve.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+no-mve.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+no-mve.cprj index e2ecbcbb3..054d25249 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+no-mve.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+no-mve.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+non-secure.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+non-secure.cbuild.yml index 36c97e48f..99d2c92ce 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+non-secure.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+non-secure.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+non-secure.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+non-secure.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+non-secure.cprj index c3dae1c8d..4c0835a32 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+non-secure.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+non-secure.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure-only.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure-only.cbuild.yml index f58605cb0..1dc7d97d8 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure-only.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure-only.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+secure-only.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure-only.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure-only.cprj index 5b0055d42..8ef55f230 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure-only.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure-only.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure.cbuild.yml index cb28d468e..412fa8912 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+secure.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure.cprj index c764ba29d..4fe34acc6 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+tz-disabled.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+tz-disabled.cbuild.yml index 649120a77..c10d32bc0 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+tz-disabled.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+tz-disabled.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+tz-disabled.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+tz-disabled.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+tz-disabled.cprj index 1356f1e29..18296e9bd 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+tz-disabled.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+tz-disabled.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Fail+secure.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Fail+secure.cbuild.yml index 8a1c62797..c36fad8da 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Fail+secure.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Fail+secure.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/trustzone/RTE/Device/RteTest_ARMCM0/ARMCM.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/Instances/ref/instances.Debug+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/Instances/ref/instances.Debug+RteTest_ARMCM3.cbuild.yml index e59086026..6a0020c4e 100644 --- a/tools/projmgr/test/data/TestSolution/Instances/ref/instances.Debug+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/Instances/ref/instances.Debug+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/Instances/.cmsis/instances+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/Instances/ref/instances.Debug+RteTest_ARMCM3.cprj b/tools/projmgr/test/data/TestSolution/Instances/ref/instances.Debug+RteTest_ARMCM3.cprj index 7235e2e06..8cb3ff622 100644 --- a/tools/projmgr/test/data/TestSolution/Instances/ref/instances.Debug+RteTest_ARMCM3.cprj +++ b/tools/projmgr/test/data/TestSolution/Instances/ref/instances.Debug+RteTest_ARMCM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/LanguageAndScope/pack/ARM.RteTest.pdsc b/tools/projmgr/test/data/TestSolution/LanguageAndScope/pack/ARM.RteTest.pdsc index 38ee3676a..68842949b 100644 --- a/tools/projmgr/test/data/TestSolution/LanguageAndScope/pack/ARM.RteTest.pdsc +++ b/tools/projmgr/test/data/TestSolution/LanguageAndScope/pack/ARM.RteTest.pdsc @@ -1,6 +1,6 @@ - + ARM RteTest www.keil.com/pack/ diff --git a/tools/projmgr/test/data/TestSolution/LanguageAndScope/ref/lang-scope.Debug_AC6+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/LanguageAndScope/ref/lang-scope.Debug_AC6+RteTest_ARMCM3.cbuild.yml index 5ca846da3..cd0c98240 100644 --- a/tools/projmgr/test/data/TestSolution/LanguageAndScope/ref/lang-scope.Debug_AC6+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/LanguageAndScope/ref/lang-scope.Debug_AC6+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/LanguageAndScope/.cmsis/lang-scope+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_ARMCM3.cbuild.yml index 9f006ce37..f746ae82a 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/LinkerOptions/.cmsis/linker+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_ARMCM3.cprj b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_ARMCM3.cprj index fca7d6f38..b4c59eb87 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_ARMCM3.cprj +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_ARMCM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_Board.cbuild.yml b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_Board.cbuild.yml index dd0f068bd..6ac7626eb 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_Board.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_Board.cbuild.yml @@ -9,7 +9,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/LinkerOptions/.cmsis/linker+RteTest_Board.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_Board.cprj b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_Board.cprj index 5ef6a0d51..e0ee35777 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_Board.cprj +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_Board.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_AC6+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_AC6+RteTest_ARMCM3.cbuild.yml index f9d147180..f9a501fea 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_AC6+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_AC6+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/LinkerOptions/.cmsis/linker+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_AC6+RteTest_ARMCM3.cprj b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_AC6+RteTest_ARMCM3.cprj index f837ec1dc..0648922b8 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_AC6+RteTest_ARMCM3.cprj +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_AC6+RteTest_ARMCM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_GCC+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_GCC+RteTest_ARMCM3.cbuild.yml index 8e42cdd4a..27493a265 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_GCC+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_GCC+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/LinkerOptions/.cmsis/linker+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_GCC+RteTest_ARMCM3.cprj b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_GCC+RteTest_ARMCM3.cprj index 230326b43..e95508e8a 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_GCC+RteTest_ARMCM3.cprj +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_GCC+RteTest_ARMCM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.FromComponent+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.FromComponent+RteTest_ARMCM3.cbuild.yml index 27f687f24..16de8ef37 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.FromComponent+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.FromComponent+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/LinkerOptions/.cmsis/linker+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.FromComponent+RteTest_ARMCM3.cprj b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.FromComponent+RteTest_ARMCM3.cprj index e60c1afc1..2fc9a40a3 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.FromComponent+RteTest_ARMCM3.cprj +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.FromComponent+RteTest_ARMCM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.PriorityDefines+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.PriorityDefines+RteTest_ARMCM3.cbuild.yml index 5ebbf39db..c4e585ac0 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.PriorityDefines+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.PriorityDefines+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/LinkerOptions/.cmsis/linker+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.PriorityRegions+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.PriorityRegions+RteTest_ARMCM3.cbuild.yml index 41f7b8c8e..961df34ee 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.PriorityRegions+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.PriorityRegions+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/LinkerOptions/.cmsis/linker+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/PackLocking/ref/project_with_dfp_components+CM0.cprj b/tools/projmgr/test/data/TestSolution/PackLocking/ref/project_with_dfp_components+CM0.cprj index 740bf0a03..81ea65501 100644 --- a/tools/projmgr/test/data/TestSolution/PackLocking/ref/project_with_dfp_components+CM0.cprj +++ b/tools/projmgr/test/data/TestSolution/PackLocking/ref/project_with_dfp_components+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/PackMetadata/ref/metadata.Debug+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/PackMetadata/ref/metadata.Debug+RteTest_ARMCM3.cbuild.yml index dec2d075b..83371be15 100644 --- a/tools/projmgr/test/data/TestSolution/PackMetadata/ref/metadata.Debug+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/PackMetadata/ref/metadata.Debug+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.1.1 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide processor: fpu: off diff --git a/tools/projmgr/test/data/TestSolution/PackMetadata/ref/metadata.Debug+RteTest_ARMCM3.cprj b/tools/projmgr/test/data/TestSolution/PackMetadata/ref/metadata.Debug+RteTest_ARMCM3.cprj index 56b84569b..9873b0807 100644 --- a/tools/projmgr/test/data/TestSolution/PackMetadata/ref/metadata.Debug+RteTest_ARMCM3.cprj +++ b/tools/projmgr/test/data/TestSolution/PackMetadata/ref/metadata.Debug+RteTest_ARMCM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/PackRequirements/packs/required/ARM.RteTestRequired.pdsc b/tools/projmgr/test/data/TestSolution/PackRequirements/packs/required/ARM.RteTestRequired.pdsc index 2a9ddf09d..39965d1e8 100644 --- a/tools/projmgr/test/data/TestSolution/PackRequirements/packs/required/ARM.RteTestRequired.pdsc +++ b/tools/projmgr/test/data/TestSolution/PackRequirements/packs/required/ARM.RteTestRequired.pdsc @@ -1,6 +1,6 @@ - + RteTestRequired Local pack 1.0 ARM diff --git a/tools/projmgr/test/data/TestSolution/Packs/RteTestRequired/ARM.RteTestRequired.pdsc b/tools/projmgr/test/data/TestSolution/Packs/RteTestRequired/ARM.RteTestRequired.pdsc index 1381f6d54..54f319b93 100644 --- a/tools/projmgr/test/data/TestSolution/Packs/RteTestRequired/ARM.RteTestRequired.pdsc +++ b/tools/projmgr/test/data/TestSolution/Packs/RteTestRequired/ARM.RteTestRequired.pdsc @@ -1,6 +1,6 @@ - + RteTestRequired Local pack 1.0 ARM diff --git a/tools/projmgr/test/data/TestSolution/Packs/RteTestRequired1/ARM.RteTestRequired.pdsc b/tools/projmgr/test/data/TestSolution/Packs/RteTestRequired1/ARM.RteTestRequired.pdsc index f022d4dfe..332093b45 100644 --- a/tools/projmgr/test/data/TestSolution/Packs/RteTestRequired1/ARM.RteTestRequired.pdsc +++ b/tools/projmgr/test/data/TestSolution/Packs/RteTestRequired1/ARM.RteTestRequired.pdsc @@ -1,6 +1,6 @@ - + RteTestRequired Local pack 1.1 ARM diff --git a/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/executable_componentBuildScope.Debug+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/executable_componentBuildScope.Debug+RteTest_ARMCM3.cbuild.yml index d485cf5b9..9aecde3c1 100644 --- a/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/executable_componentBuildScope.Debug+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/executable_componentBuildScope.Debug+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../../../../../data/TestSolution/StandardLibrary/.cmsis/library+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library.Debug+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library.Debug+RteTest_ARMCM3.cbuild.yml index d2dc4649a..085ef17a1 100644 --- a/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library.Debug+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library.Debug+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/StandardLibrary/.cmsis/library+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library.Debug+RteTest_ARMCM3.cprj b/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library.Debug+RteTest_ARMCM3.cprj index 4d0f7dd9f..806099997 100644 --- a/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library.Debug+RteTest_ARMCM3.cprj +++ b/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library.Debug+RteTest_ARMCM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library_componentBuildScope.Debug+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library_componentBuildScope.Debug+RteTest_ARMCM3.cbuild.yml index 9d2177be9..873bda6c4 100644 --- a/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library_componentBuildScope.Debug+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library_componentBuildScope.Debug+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../../../../../data/TestSolution/StandardLibrary/.cmsis/library+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/TemplateAndApi/ref/template_api.Debug+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/TemplateAndApi/ref/template_api.Debug+RteTest_ARMCM3.cbuild.yml index 4f9cd9d06..9bb51b99f 100644 --- a/tools/projmgr/test/data/TestSolution/TemplateAndApi/ref/template_api.Debug+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/TemplateAndApi/ref/template_api.Debug+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/TemplateAndApi/.cmsis/template_api+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/TestBaseUpdate/ref/project.Debug+CM0.cbuild.yml b/tools/projmgr/test/data/TestSolution/TestBaseUpdate/ref/project.Debug+CM0.cbuild.yml index fbe3c804d..a99ebe6e4 100644 --- a/tools/projmgr/test/data/TestSolution/TestBaseUpdate/ref/project.Debug+CM0.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/TestBaseUpdate/ref/project.Debug+CM0.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/TestBaseUpdate/.cmsis/test+CM0.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/TestProject4/test+TEST_TARGET.cprj b/tools/projmgr/test/data/TestSolution/TestProject4/test+TEST_TARGET.cprj index 513e65e04..57ccaa43c 100644 --- a/tools/projmgr/test/data/TestSolution/TestProject4/test+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestSolution/TestProject4/test+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/TestProject4/test_board_and_device+TEST_TARGET.cbuild.yml b/tools/projmgr/test/data/TestSolution/TestProject4/test_board_and_device+TEST_TARGET.cbuild.yml index 67e6eb363..ee0d54d96 100644 --- a/tools/projmgr/test/data/TestSolution/TestProject4/test_board_and_device+TEST_TARGET.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/TestProject4/test_board_and_device+TEST_TARGET.cbuild.yml @@ -9,7 +9,7 @@ build: device: ARM::RteTest_ARMCM0_Dual:cm0_core1 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/.cmsis/test_validate_project+TEST_TARGET.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/TestProject4/test_linker_script+TEST_TARGET.cprj b/tools/projmgr/test/data/TestSolution/TestProject4/test_linker_script+TEST_TARGET.cprj index 24ccf31f0..ff399d784 100644 --- a/tools/projmgr/test/data/TestSolution/TestProject4/test_linker_script+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestSolution/TestProject4/test_linker_script+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/TestProject4/test_only_board+TEST_TARGET.cprj b/tools/projmgr/test/data/TestSolution/TestProject4/test_only_board+TEST_TARGET.cprj index 6436f2dee..672236240 100644 --- a/tools/projmgr/test/data/TestSolution/TestProject4/test_only_board+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestSolution/TestProject4/test_only_board+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/AC6/test1.Debug+TypeA.cprj b/tools/projmgr/test/data/TestSolution/ref/AC6/test1.Debug+TypeA.cprj index c8f366ef4..01b54dffe 100644 --- a/tools/projmgr/test/data/TestSolution/ref/AC6/test1.Debug+TypeA.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/AC6/test1.Debug+TypeA.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/AC6/test1.Debug+TypeB.cprj b/tools/projmgr/test/data/TestSolution/ref/AC6/test1.Debug+TypeB.cprj index b3dda1340..5f3bd398a 100644 --- a/tools/projmgr/test/data/TestSolution/ref/AC6/test1.Debug+TypeB.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/AC6/test1.Debug+TypeB.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/GCC/test1.Release+TypeA.cprj b/tools/projmgr/test/data/TestSolution/ref/GCC/test1.Release+TypeA.cprj index 82db98729..f5dcb3adb 100644 --- a/tools/projmgr/test/data/TestSolution/ref/GCC/test1.Release+TypeA.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/GCC/test1.Release+TypeA.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/GCC/test1.Release+TypeB.cprj b/tools/projmgr/test/data/TestSolution/ref/GCC/test1.Release+TypeB.cprj index aa39c6dc2..3ead60e85 100644 --- a/tools/projmgr/test/data/TestSolution/ref/GCC/test1.Release+TypeB.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/GCC/test1.Release+TypeB.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/cbuild/test1.Debug+CM0.cbuild.yml b/tools/projmgr/test/data/TestSolution/ref/cbuild/test1.Debug+CM0.cbuild.yml index f0a7727a6..d246d1930 100644 --- a/tools/projmgr/test/data/TestSolution/ref/cbuild/test1.Debug+CM0.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ref/cbuild/test1.Debug+CM0.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/.cmsis/test+CM0.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ref/cbuild/test1.Release+CM0.cbuild.yml b/tools/projmgr/test/data/TestSolution/ref/cbuild/test1.Release+CM0.cbuild.yml index db2f84a61..1c75fbf3a 100644 --- a/tools/projmgr/test/data/TestSolution/ref/cbuild/test1.Release+CM0.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ref/cbuild/test1.Release+CM0.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/.cmsis/test+CM0.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ref/cbuild/test2.Debug+CM0.cbuild.yml b/tools/projmgr/test/data/TestSolution/ref/cbuild/test2.Debug+CM0.cbuild.yml index 8e2c1fce6..a9609a47c 100644 --- a/tools/projmgr/test/data/TestSolution/ref/cbuild/test2.Debug+CM0.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ref/cbuild/test2.Debug+CM0.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/.cmsis/test+CM0.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ref/cbuild/test2.Debug+CM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/ref/cbuild/test2.Debug+CM3.cbuild.yml index 2fb5ad0ce..b67a443d5 100644 --- a/tools/projmgr/test/data/TestSolution/ref/cbuild/test2.Debug+CM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ref/cbuild/test2.Debug+CM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/.cmsis/test+CM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ref/multicore+CM0.cprj b/tools/projmgr/test/data/TestSolution/ref/multicore+CM0.cprj index 380572fe1..a6e0c0637 100644 --- a/tools/projmgr/test/data/TestSolution/ref/multicore+CM0.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/multicore+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/outputFiles.Debug+Target.cbuild.yml b/tools/projmgr/test/data/TestSolution/ref/outputFiles.Debug+Target.cbuild.yml index 0df354862..2b4c9a75f 100644 --- a/tools/projmgr/test/data/TestSolution/ref/outputFiles.Debug+Target.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ref/outputFiles.Debug+Target.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/.cmsis/outputFiles+Target.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ref/outputFiles.Debug+Target.cprj b/tools/projmgr/test/data/TestSolution/ref/outputFiles.Debug+Target.cprj index c604be875..c3e33a3d8 100644 --- a/tools/projmgr/test/data/TestSolution/ref/outputFiles.Debug+Target.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/outputFiles.Debug+Target.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/outputFiles.Library+Target.cbuild.yml b/tools/projmgr/test/data/TestSolution/ref/outputFiles.Library+Target.cbuild.yml index 13163064d..bd032db0b 100644 --- a/tools/projmgr/test/data/TestSolution/ref/outputFiles.Library+Target.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ref/outputFiles.Library+Target.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/.cmsis/outputFiles+Target.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ref/outputFiles.Library+Target.cprj b/tools/projmgr/test/data/TestSolution/ref/outputFiles.Library+Target.cprj index 2adffe6f2..850beea1d 100644 --- a/tools/projmgr/test/data/TestSolution/ref/outputFiles.Library+Target.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/outputFiles.Library+Target.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/pack_path+CM0.cprj b/tools/projmgr/test/data/TestSolution/ref/pack_path+CM0.cprj index dd0e8ed86..1e4c1bc14 100644 --- a/tools/projmgr/test/data/TestSolution/ref/pack_path+CM0.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/pack_path+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/pre-include+CM0.cbuild.yml b/tools/projmgr/test/data/TestSolution/ref/pre-include+CM0.cbuild.yml index 702ba2799..6d0f3de2f 100644 --- a/tools/projmgr/test/data/TestSolution/ref/pre-include+CM0.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ref/pre-include+CM0.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/.cmsis/pre-include+CM0.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ref/pre-include+CM0.cprj b/tools/projmgr/test/data/TestSolution/ref/pre-include+CM0.cprj index 4da6201ed..029c58b2f 100644 --- a/tools/projmgr/test/data/TestSolution/ref/pre-include+CM0.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/pre-include+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/rtedir.Debug+CM0.cbuild.yml b/tools/projmgr/test/data/TestSolution/ref/rtedir.Debug+CM0.cbuild.yml index 52158acf1..d86e4a9d4 100644 --- a/tools/projmgr/test/data/TestSolution/ref/rtedir.Debug+CM0.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ref/rtedir.Debug+CM0.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/.cmsis/rtedir+CM0.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ref/rtedir.Release+CM0.cbuild.yml b/tools/projmgr/test/data/TestSolution/ref/rtedir.Release+CM0.cbuild.yml index cb842e6d4..526d544f7 100644 --- a/tools/projmgr/test/data/TestSolution/ref/rtedir.Release+CM0.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ref/rtedir.Release+CM0.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/.cmsis/rtedir+CM0.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ref/test1.Debug+CM0.cprj b/tools/projmgr/test/data/TestSolution/ref/test1.Debug+CM0.cprj index 5bf599bb4..453870838 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test1.Debug+CM0.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test1.Debug+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test1.Debug+CM0_board_package.cprj b/tools/projmgr/test/data/TestSolution/ref/test1.Debug+CM0_board_package.cprj index b812261c0..0704e55f6 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test1.Debug+CM0_board_package.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test1.Debug+CM0_board_package.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test1.Release+CM0.cprj b/tools/projmgr/test/data/TestSolution/ref/test1.Release+CM0.cprj index ec69bdabf..ac9956bc8 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test1.Release+CM0.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test1.Release+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test1.Release+CM0_board_package.cprj b/tools/projmgr/test/data/TestSolution/ref/test1.Release+CM0_board_package.cprj index b42b0b078..04e781542 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test1.Release+CM0_board_package.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test1.Release+CM0_board_package.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0.cprj b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0.cprj index 111c26363..0b4fbe267 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0_pack_selection.cprj b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0_pack_selection.cprj index a11164e83..ce901f864 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0_pack_selection.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0_pack_selection.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0_pname.cprj b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0_pname.cprj index f9b68d180..ee5d1c2bc 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0_pname.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0_pname.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM3.cprj b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM3.cprj index b2103aef0..1f1db625e 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM3.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM3_pname.cprj b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM3_pname.cprj index 93b16c9f5..fddef96d8 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM3_pname.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM3_pname.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+TestGen.cprj b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+TestGen.cprj index 1969b2bb7..c34c91f7f 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+TestGen.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+TestGen.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+TestGen_export.cprj b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+TestGen_export.cprj index 10ea3b479..fcf61b0d6 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+TestGen_export.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+TestGen_export.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test_target_options+CM0.cprj b/tools/projmgr/test/data/TestSolution/ref/test_target_options+CM0.cprj index a97e75aa4..c7c7bfc3b 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test_target_options+CM0.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test_target_options+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_16_1 b/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_16_1 index e7906a146..6a2243933 100644 --- a/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_16_1 +++ b/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_16_1 @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_20_0 b/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_20_0 index 4f2b55ecc..747f6706c 100644 --- a/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_20_0 +++ b/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_20_0 @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_6_5 b/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_6_5 index 67057126b..f6a7c8b70 100644 --- a/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_6_5 +++ b/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_6_5 @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.gcc b/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.gcc index 87189c3c5..0afa6033c 100644 --- a/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.gcc +++ b/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.gcc @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.iar b/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.iar index b82c915c8..50bc87a35 100644 --- a/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.iar +++ b/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.iar @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/simple/project.Debug+TEST_TARGET.cbuild.yml b/tools/projmgr/test/data/TestSolution/simple/project.Debug+TEST_TARGET.cbuild.yml index c95b17934..d1311ef2c 100644 --- a/tools/projmgr/test/data/TestSolution/simple/project.Debug+TEST_TARGET.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/simple/project.Debug+TEST_TARGET.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: RTE/Device/RteTest_ARMCM0/ARMCM.dbgconf diff --git a/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Debug+CM33.cprj b/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Debug+CM33.cprj index bf3b1d0e2..98bcfe480 100644 --- a/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Debug+CM33.cprj +++ b/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Debug+CM33.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Debug+CM35P.cprj b/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Debug+CM35P.cprj index 3f90c4a95..79cd4f044 100644 --- a/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Debug+CM35P.cprj +++ b/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Debug+CM35P.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Release+CM33.cprj b/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Release+CM33.cprj index cef2ed685..f6ba77b3a 100644 --- a/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Release+CM33.cprj +++ b/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Release+CM33.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Release+CM35P.cprj b/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Release+CM35P.cprj index 9890e94da..3276f8b60 100644 --- a/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Release+CM35P.cprj +++ b/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Release+CM35P.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Debug+CM33.cprj b/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Debug+CM33.cprj index 66bbbf1cb..9a6eeb6fe 100644 --- a/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Debug+CM33.cprj +++ b/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Debug+CM33.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Debug+CM35P.cprj b/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Debug+CM35P.cprj index 2875db68e..1e7afeca3 100644 --- a/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Debug+CM35P.cprj +++ b/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Debug+CM35P.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Release+CM33.cprj b/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Release+CM33.cprj index 408e941de..fbda1d6e7 100644 --- a/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Release+CM33.cprj +++ b/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Release+CM33.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Release+CM35P.cprj b/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Release+CM35P.cprj index fb2a047ea..40940c3e1 100644 --- a/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Release+CM35P.cprj +++ b/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Release+CM35P.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/WestSupport/ref/core0.Debug+CM0.cbuild.yml b/tools/projmgr/test/data/WestSupport/ref/core0.Debug+CM0.cbuild.yml index 38652af01..8cd7656ef 100644 --- a/tools/projmgr/test/data/WestSupport/ref/core0.Debug+CM0.cbuild.yml +++ b/tools/projmgr/test/data/WestSupport/ref/core0.Debug+CM0.cbuild.yml @@ -8,7 +8,7 @@ build: device: ARM::RteTest_ARMCM0_Dual:cm0_core0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../../../../.cmsis/solution+CM0.dbgconf diff --git a/tools/projmgr/test/data/WestSupport/ref/core1.Debug+CM0.cbuild.yml b/tools/projmgr/test/data/WestSupport/ref/core1.Debug+CM0.cbuild.yml index a26564741..62ed55298 100644 --- a/tools/projmgr/test/data/WestSupport/ref/core1.Debug+CM0.cbuild.yml +++ b/tools/projmgr/test/data/WestSupport/ref/core1.Debug+CM0.cbuild.yml @@ -8,7 +8,7 @@ build: device: ARM::RteTest_ARMCM0_Dual:cm0_core1 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../../../../.cmsis/solution+CM0.dbgconf diff --git a/tools/svdconv/SVDConv/docs/LICENSE.txt b/tools/svdconv/SVDConv/docs/LICENSE.txt index 9ab72f76a..31a07c120 100644 --- a/tools/svdconv/SVDConv/docs/LICENSE.txt +++ b/tools/svdconv/SVDConv/docs/LICENSE.txt @@ -3,7 +3,7 @@ No contributions to cmsis-build are accepted at this point. Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -195,7 +195,7 @@ No contributions to cmsis-build are accepted at this point. you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -221,7 +221,7 @@ License text (GPL-3.0-only) for 'GNU Make' GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/tools/svdconv/SVDConv/src/svdconv.manifest b/tools/svdconv/SVDConv/src/svdconv.manifest index 853cade1e..42b8cead1 100644 --- a/tools/svdconv/SVDConv/src/svdconv.manifest +++ b/tools/svdconv/SVDConv/src/svdconv.manifest @@ -1,7 +1,7 @@ - + true diff --git a/tools/svdconv/SVDGenerator/src/FileIo.cpp b/tools/svdconv/SVDGenerator/src/FileIo.cpp index b16e8a868..270769ab7 100644 --- a/tools/svdconv/SVDGenerator/src/FileIo.cpp +++ b/tools/svdconv/SVDGenerator/src/FileIo.cpp @@ -23,7 +23,7 @@ const string FileIo::genericLicenseText = \ "not use this file except in compliance with the License.\\n"\ "You may obtain a copy of the License at\\n"\ "\\n"\ - "http://www.apache.org/licenses/LICENSE-2.0\\n"\ + "https://www.apache.org/licenses/LICENSE-2.0\\n"\ "\\n"\ "Unless required by applicable law or agreed to in writing, software\\n"\ "distributed under the License is distributed on an AS IS BASIS, WITHOUT\\n"\ diff --git a/tools/svdconv/Test/data/ResetMask/ResetMask.svd b/tools/svdconv/Test/data/ResetMask/ResetMask.svd index 61824be78..739f69f9d 100644 --- a/tools/svdconv/Test/data/ResetMask/ResetMask.svd +++ b/tools/svdconv/Test/data/ResetMask/ResetMask.svd @@ -1,5 +1,5 @@ - + TestVendor Arm ResetMask diff --git a/tools/svdconv/Test/data/accViolationDisableCond/accViolationDisableCond.xml b/tools/svdconv/Test/data/accViolationDisableCond/accViolationDisableCond.xml index cf09e11fc..2ff4a5f29 100644 --- a/tools/svdconv/Test/data/accViolationDisableCond/accViolationDisableCond.xml +++ b/tools/svdconv/Test/data/accViolationDisableCond/accViolationDisableCond.xml @@ -1,5 +1,5 @@ - + test 1.0 Test_Example device diff --git a/tools/svdconv/Test/data/cmdlineParser/DisableCondTest.svd b/tools/svdconv/Test/data/cmdlineParser/DisableCondTest.svd index f91901608..76e0a8b43 100644 --- a/tools/svdconv/Test/data/cmdlineParser/DisableCondTest.svd +++ b/tools/svdconv/Test/data/cmdlineParser/DisableCondTest.svd @@ -1,7 +1,7 @@ DisableCondTest 1.5 diff --git a/tools/svdconv/Test/data/disablecondition/DisableCondTest.svd b/tools/svdconv/Test/data/disablecondition/DisableCondTest.svd index f91901608..76e0a8b43 100644 --- a/tools/svdconv/Test/data/disablecondition/DisableCondTest.svd +++ b/tools/svdconv/Test/data/disablecondition/DisableCondTest.svd @@ -1,7 +1,7 @@ DisableCondTest 1.5 diff --git a/tools/svdconv/Test/data/nameHasBrackets/SVDTiny.svd b/tools/svdconv/Test/data/nameHasBrackets/SVDTiny.svd index 6333220ce..1ecc886b9 100644 --- a/tools/svdconv/Test/data/nameHasBrackets/SVDTiny.svd +++ b/tools/svdconv/Test/data/nameHasBrackets/SVDTiny.svd @@ -1,6 +1,6 @@ - + ARM ARM SVDTiny diff --git a/tools/svdconv/Test/data/option_n/option_n.svd b/tools/svdconv/Test/data/option_n/option_n.svd index fd7c77314..b8cdb5730 100644 --- a/tools/svdconv/Test/data/option_n/option_n.svd +++ b/tools/svdconv/Test/data/option_n/option_n.svd @@ -1,7 +1,7 @@ option_n 1.5 diff --git a/tools/svdconv/Test/data/sauConfig/SSE300_errs.svd b/tools/svdconv/Test/data/sauConfig/SSE300_errs.svd index 597bea8c4..0edccd91b 100644 --- a/tools/svdconv/Test/data/sauConfig/SSE300_errs.svd +++ b/tools/svdconv/Test/data/sauConfig/SSE300_errs.svd @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. --> - + ARM Ltd. ARM SSE300_errs diff --git a/tools/svdconv/Test/data/sauConfig/SSE300_ok.svd b/tools/svdconv/Test/data/sauConfig/SSE300_ok.svd index e6c3781d6..7594ea912 100644 --- a/tools/svdconv/Test/data/sauConfig/SSE300_ok.svd +++ b/tools/svdconv/Test/data/sauConfig/SSE300_ok.svd @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. --> - + ARM Ltd. ARM SSE300_ok From 178cdf96e8654110856b93d570c6ddcb2b59e011 Mon Sep 17 00:00:00 2001 From: Sourabh Mehta Date: Mon, 4 May 2026 09:40:52 +0200 Subject: [PATCH 5/7] Check local file anchors --- .github/lychee.toml | 6 +++--- .github/workflows/markdown.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/lychee.toml b/.github/lychee.toml index 454425806..77894b6ca 100644 --- a/.github/lychee.toml +++ b/.github/lychee.toml @@ -25,10 +25,9 @@ max_redirects = 2 # Maximum number of allowed retries before a link is declared dead. max_retries = 2 -# Only test links with the given schemes (e.g. https). +# Only test links with the given schemes (e.g. https, https). # Omit to check links with any other scheme. -# At the moment, we support http, https, file, and mailto. -scheme = ["https"] +scheme = ["https", "file"] # Exclude links exclude = [ @@ -39,6 +38,7 @@ exclude = [ # Exclude paths from getting checked. The values are treated as regular expressions exclude_path = [ "\\.txt$", # skip .txt extensions + "\\.html$", # skip .html extensions "(^|/)test/", # skip directories named "test" "external/", # skip external directories ] diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index a5325e3ef..c46f087cc 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -55,6 +55,6 @@ jobs: - name: Check markdown links uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0 with: - args: --config .github/lychee.toml --verbose --no-progress './**/*.md' './**/*.html' + args: --config .github/lychee.toml --verbose --no-progress './**/*.md' fail: true jobSummary: true From ffb65552d0ed72f8e8c0b4c5a6a95b6480fda6ed Mon Sep 17 00:00:00 2001 From: Sourabh Mehta Date: Mon, 4 May 2026 10:57:33 +0200 Subject: [PATCH 6/7] Clenup --- .github/lychee.toml | 12 +- .github/workflows/buildmgr.yml | 2 +- .github/workflows/markdown.yml | 1 - .gitignore | 1 + LICENSE | 2 +- LICENSE.md | 4 +- cmake/GetGitRevisionDescription.cmake | 2 +- cmake/GetGitRevisionDescription.cmake.in | 4 +- .../docs/RTE+Model+Library+Overview.md | 2 +- libs/rteutils/include/VersionCmp.h | 4 +- libs/rteutils/src/VersionCmp.cpp | 2 +- libs/xmlreader/include/XML_Reader.h | 2 +- libs/xmlreader/test/XmlReaderTest.cpp | 4 +- libs/xmlschemachecker/test/data/invalid.pdsc | 4 +- libs/xmlschemachecker/test/data/valid.pdsc | 4 +- libs/xmltree/src/XmlFormatter.cpp | 2 +- libs/xmltree/test/src/XmlFormatterTest.cpp | 2 +- libs/xmltreeslim/test/XmlTreeSlimTest.cpp | 4 +- .../test/data/clayer.schema.json | 2 +- .../test/data/cproject.schema.json | 2 +- .../test/data/csettings.schema.json | 2 +- .../test/data/csolution.schema.json | 2 +- .../test/data/invalid-schema.json | 2 +- .../.Local/local_repository.pidx | 2 +- test/local/.Local/local_repository.pidx | 2 +- test/local_packs/A/ARM.RteTestRequired.pdsc | 2 +- test/local_packs/L/LocalVendor.LocalPack.pdsc | 2 +- .../R/ARM.RteTestRequiredRecursive.pdsc | 2 +- test/local_packs/S/SomeVendor.RteTest.pdsc | 2 +- .../0.1.0/ARM.RteTestMissingCondition.pdsc | 2 +- .../0.1.0/ARM.RteTestRecursive.pdsc | 2 +- test/packs/.Local/local_repository.pidx | 2 +- test/packs/ARM/RteTest/0.1.0/ARM.RteTest.pdsc | 2 +- .../ARM/RteTest/0.1.0/licenses/apache2.0.txt | 4 +- .../RteTestBoard/0.0.1/ARM.RteTestBoard.pdsc | 2 +- .../RteTestBoard/0.1.0/ARM.RteTestBoard.pdsc | 2 +- .../0.1.0/ARM.RteTestGenerator.pdsc | 2 +- .../0.1.0/Templates/RteTest.gpdsc.template | 2 +- .../1.0.0/ARM.RteTestRequired.pdsc | 2 +- .../1.0.0/ARM.RteTestRequiredRecursive.pdsc | 2 +- .../RteTest_DFP/0.1.1/ARM.RteTest_DFP.pdsc | 10 +- .../0.1.1/Device/ARM/SVD/ARMCM0.svd | 2 +- .../0.1.1/Device/ARM/SVD/ARMCM3.svd | 2 +- .../0.1.1/Device/ARM/SVD/ARMCM4.svd | 2 +- .../ARM/RteTest_DFP/0.1.1/Doc/html/index.html | 4 +- .../RteTest_DFP/0.2.0/ARM.RteTest_DFP.pdsc | 10 +- .../0.2.0/Device/ARM/SVD/ARMCM0.svd | 2 +- .../0.2.0/Device/ARM/SVD/ARMCM3.svd | 2 +- .../0.2.0/Device/ARM/SVD/ARMCM4.svd | 2 +- .../ARM/RteTest_DFP/0.2.0/Doc/html/index.html | 4 +- .../RteTest/0.0.1/SomeVendor.RteTest.pdsc | 2 +- test/projects/RteTestM3/MissingComponent.cprj | 2 +- test/projects/RteTestM3/RteTestM3.cprj | 2 +- .../RteTestM3/RteTestM3NoComponents.cprj | 2 +- .../RteTestM3/RteTestM3_ConfigFolder.cprj | 2 +- .../RteTestM3/RteTestM3_PackPath.cprj | 2 +- .../RteTestM3/RteTestM3_PackPath_Invalid.cprj | 2 +- .../RteTestM3_PackPath_MultiplePdscs.cprj | 2 +- .../RteTestM3/RteTestM3_PackPath_NoPdsc.cprj | 2 +- .../projects/RteTestM3/RteTestM3_PackReq.cprj | 2 +- .../RteTestM3_Rte_Update_Header.cprj | 2 +- test/projects/RteTestM3/broken_xml.cprj | 2 +- test/projects/RteTestM4/RteTestM4.cprj | 2 +- test/projects/RteTestM4/RteTestM4_Board.cprj | 2 +- .../projects/RteTestM4/RteTestM4_CompDep.cprj | 2 +- tools/buildmgr/cbuildgen/config/CPRJ.xsd | 2 +- .../buildmgr/cbuildgen/installer/make_deb.sh | 2 +- .../buildmgr/cbuildgen/src/cbuildgen.manifest | 2 +- tools/buildmgr/docs/LICENSE.txt | 4 +- .../buildmgr/docs/doxygen/Build/Build.dxy.in | 54 ++--- .../docs/doxygen/Build/src/CmdLineBuild.txt | 10 +- .../docs/doxygen/Build/src/cprj_schema.txt | 14 +- .../Doxygen_Templates/cmsis_header.html | 4 +- tools/buildmgr/docs/doxygen/index.html | 4 +- tools/buildmgr/test/scripts/download_packs.sh | 4 +- .../testinput/Examples/AC6/ArmAsm/Target.cprj | 2 +- .../testinput/Examples/AC6/Asm/Target.cprj | 2 +- .../AC6/BranchProtection/Project.cprj | 2 +- .../Examples/AC6/Build_AC6/CustomRTE.cprj | 2 +- .../Examples/AC6/Build_AC6/Simulation.cprj | 2 +- .../AC6/Build_AC6/Simulation.fixed.cprj.ref | 2 +- .../Examples/AC6/Build_AC6PP/Simulation.cprj | 2 +- .../testinput/Examples/AC6/Flags/Target.cprj | 2 +- .../Examples/AC6/Library/project.cprj | 2 +- .../Examples/AC6/Minimal/MyProject.cprj | 2 +- .../Examples/AC6/NestedGroups/Project.cprj | 2 +- .../Examples/AC6/RelativePath/Project.cprj | 2 +- .../CM33_ns/FVP_Simulation_Model.cprj | 2 +- .../CM33_s/FVP_Simulation_Model.cprj | 2 +- .../Examples/AC6/Whitespace/Target_Name.cprj | 2 +- .../Examples/GCC/AccessSequence/Project.cprj | 2 +- .../Project_Invalid_Access_Sequence.cprj | 2 +- .../Project_Missing_BoardName.cprj | 2 +- .../Project_Unknown_Board_Name.cprj | 2 +- .../testinput/Examples/GCC/Asm/Target.cprj | 2 +- .../GCC/BranchProtection/Project.cprj | 2 +- .../Examples/GCC/Build_GCC/CustomRTE.cprj | 2 +- .../GCC/Build_GCC/Invalid_Schema.cprj | 2 +- .../Examples/GCC/Build_GCC/Simulation.cprj | 2 +- .../Examples/GCC/Build_GPP/Simulation.cprj | 2 +- .../Examples/GCC/DupFilename/Project.cprj | 2 +- .../Examples/GCC/FlagOrder/MyProject.cprj | 2 +- .../testinput/Examples/GCC/Flags/Target.cprj | 2 +- .../Examples/GCC/Library/project.cprj | 2 +- .../Examples/GCC/LibraryCustom/project.cprj | 2 +- .../GCC/LinkerPreProcessing/MyProject.cprj | 2 +- .../LinkerPreProcessingDefines/MyProject.cprj | 2 +- .../LinkerPreProcessingSrcFile/MyProject.cprj | 2 +- .../Examples/GCC/Minimal/MyProject.cprj | 2 +- .../Examples/GCC/NestedGroups/Project.cprj | 2 +- .../Examples/GCC/Pre Include/Target.cprj | 2 +- .../Examples/GCC/RelativePath/Project.cprj | 2 +- .../GCC/StandardLibrary/MyProject.cprj | 2 +- .../TranslationControl/Project1/Project.cprj | 2 +- .../TranslationControl/Project2/Project.cprj | 2 +- .../TranslationControl/Project3/Project.cprj | 2 +- .../CM33_ns/FVP_Simulation_Model.cprj | 2 +- .../CM33_s/FVP_Simulation_Model.cprj | 2 +- .../Examples/GCC/Whitespace/Target_Name.cprj | 2 +- .../test/testinput/Examples/IAR/Asm/Asm.cprj | 2 +- .../Examples/IAR/Library/Library.cprj | 2 +- .../Examples/IAR/Minimal/MyProject.cprj | 2 +- .../Examples/IAR/MixedSource/Project.cprj | 2 +- .../Layers_Add/Layer_Ref/device/device.clayer | 2 +- .../Project_Partial/Simulation.cprj | 2 +- .../Layers_Add/Project_Ref/Simulation.cprj | 2 +- .../Project_Ref/Simulation.cprj.bak | 2 +- .../Layer_Ref/application/application.clayer | 2 +- .../Layer_Ref/device/device.clayer | 2 +- .../Project_Ref/Simulation.cprj | 2 +- .../Layer_Ref/application/application.clayer | 2 +- .../Layer_Ref/device/device.clayer | 2 +- .../Project_Full/Simulation.cprj | 2 +- .../Project_Full/Simulation.cprj | 2 +- .../Layers_Remove/Project_Ref/Simulation.cprj | 2 +- .../Project_Ref/Simulation.cprj.bak | 2 +- .../Mixed/Build_AC6_GCC/Build.Simulation.cprj | 2 +- .../Mixed/GpdscBundle/MultipleComponents.cprj | 2 +- .../RteTestGen_ARMCM0/RteTest.gpdsc | 2 +- .../RteTestGen_ARMCM0/RteTest.gpdsc | 2 +- .../Mixed/GpdscWithoutComponents/Project.cprj | 2 +- .../Mixed/Minimal_DupSrc/MyProject.cprj | 2 +- .../Examples/Mixed/Pre Include/Target.cprj | 2 +- .../test/testinput/InvalidComponent.cprj | 2 +- .../test/testinput/InvalidSchema.pdsc | 6 +- .../test/testinput/LayerInfoMissing.cprj | 2 +- .../buildmgr/test/testinput/LayerProject.cprj | 2 +- .../test/testinput/MissingDeviceName.cprj | 2 +- .../test/testinput/MissingTargetInfo.cprj | 2 +- .../testinput/ModelTest/InvalidPackRepo.cprj | 2 +- .../testinput/ModelTest/InvalidTarget.cprj | 2 +- .../test/testinput/ModelTest/NoPackage.cprj | 2 +- .../testinput/ModelTest/PacklistProject.cprj | 2 +- .../test/testinput/ModelTest/ValidTarget.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM0P.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM0P_MPU.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM1.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM23.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM23_TZ.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM3.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM33.cprj | 2 +- .../MultiTarget.CM33_DSP_FP.cprj | 2 +- .../MultiTarget.CM33_DSP_FP_TZ.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM33_TZ.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM35P.cprj | 2 +- .../MultiTarget.CM35P_DSP_FP.cprj | 2 +- .../MultiTarget.CM35P_DSP_FP_TZ.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM35P_TZ.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM4.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM4_FP.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM55.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM7.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM7_DP.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CM7_SP.cprj | 2 +- .../MultiTargetAC6/MultiTarget.CMO.cprj | 2 +- .../MultiTargetAC6/MultiTarget.SC000.cprj | 2 +- .../MultiTargetAC6/MultiTarget.SC300.cprj | 2 +- .../MultiTarget.V81MML_DSP_DP_MVE_FP.cprj | 2 +- .../MultiTargetAC6/MultiTarget.V8MBL.cprj | 2 +- .../MultiTargetAC6/MultiTarget.V8MML.cprj | 2 +- .../MultiTargetAC6/MultiTarget.V8MML_DP.cprj | 2 +- .../MultiTargetAC6/MultiTarget.V8MML_DSP.cprj | 2 +- .../MultiTargetAC6/MultiTarget.V8MML_SP.cprj | 2 +- .../MultiTarget.V8_MML_DSP_DP.cprj | 2 +- .../MultiTarget.V8_MML_DSP_SP.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM0.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM0P.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM0P_MPU.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM1.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM23.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM23_TZ.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM3.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM33.cprj | 2 +- .../MultiTarget.CM33_DSP_FP.cprj | 2 +- .../MultiTarget.CM33_DSP_FP_TZ.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM33_TZ.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM35P.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM35P_TZ.cprj | 2 +- .../MultiTarget.CM35_DSP_FP.cprj | 2 +- .../MultiTarget.CM35_DSP_FP_TZ.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM4.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM4_FP.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM55.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM7.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM7_DP.cprj | 2 +- .../MultiTargetGCC/MultiTarget.CM7_SP.cprj | 2 +- .../MultiTargetIAR/MultiTarget.CM0.cprj | 2 +- .../MultiTargetIAR/MultiTarget.CM0_DEBUG.cprj | 2 +- .../MultiTarget.CM0_WARNINGS.cprj | 2 +- .../MultiTarget.CM33_DSP_FP.cprj | 2 +- .../MultiTarget.CM33_DSP_FP_TZ.cprj | 2 +- .../MultiTargetIAR/MultiTarget.CM33_TZ.cprj | 2 +- .../MultiTargetIAR/MultiTarget.CM55.cprj | 2 +- .../MultiTargetIAR/MultiTarget.CM55_MVE.cprj | 2 +- .../MultiTargetIAR/MultiTarget.CM7_DP.cprj | 2 +- .../MultiTargetIAR/MultiTarget.CM7_NP.cprj | 2 +- .../MultiTargetIAR/MultiTarget.CM7_SP.cprj | 2 +- .../MultiTargetIAR/MultiTarget.CM85.cprj | 2 +- .../MultiTargetIAR/MultiTarget.CM85_PB.cprj | 2 +- .../test/testinput/MultipleCompiler.cprj | 2 +- tools/buildmgr/test/testinput/NoCompiler.cprj | 2 +- tools/buildmgr/test/testinput/NoPackage.cprj | 2 +- tools/buildmgr/test/testinput/OldSchema.cprj | 2 +- .../test/testinput/PackNotAvailable.cprj | 2 +- .../test/testinput/PacklistLocal.cprj | 2 +- tools/buildmgr/test/testinput/Target.cprj | 2 +- .../testinput/UnknowlToolchainConfig.cprj | 2 +- .../buildmgr/test/testinput/ValidTarget.cprj | 2 +- tools/buildmgr/test/testinput/outfile.xml.ref | 2 +- tools/packchk/README.md | 2 +- tools/packchk/docs/LICENSE.txt | 4 +- tools/packchk/src/CheckFiles.cpp | 4 +- tools/packchk/src/packchk.manifest | 2 +- .../TestVendor.TestInvalidPack.pdsc | 4 +- .../BulbBoard_BSP/Keil.BulbBoard_BSP.pdsc | 10 +- .../FM0plus_DFP/Keil.FM0plus_DFP.pdsc | 4 +- .../ARM.CompResolvedByItself.pdsc | 4 +- .../ARM.ConcurrentComponentFiles.pdsc | 2 +- ...estVendor.ConfigFileInIncludePathPack.pdsc | 4 +- .../CsolutionTag/TestVendor.CsolutionTag.pdsc | 2 +- .../TestVendor.DescriptionOverviewPack.pdsc | 4 +- .../TestVendor.DuplicateFlashAlgo.pdsc | 4 +- .../TestVendor.FileAttributeDeprecated.pdsc | 2 +- .../TestVendor.FileNameHasSpacePack.pdsc | 4 +- .../TestVendor.FilenameIsDirPack.pdsc | 4 +- .../TestVendor.TestInvalidPack.pdsc | 4 +- .../TestVendor.MemoryAttributes.pdsc | 4 +- .../PackNameFile/Arm.PackNameFile_DFP.pdsc | 4 +- .../TestVendor.ProcessorFeatures.pdsc | 4 +- .../data/RteTestBoard/ARM.RteTestBoard.pdsc | 2 +- .../TestVendor.SchemaValidation.pdsc | 4 +- .../data/SemVerTest/Arm.SemVerTest_DFP.pdsc | 4 +- .../TestVendor.SupportCcFiles_DFP.pdsc | 4 +- .../TestVendor.TestPackLicense.pdsc | 4 +- .../TestPackDot/TestVendor.TestPackDot.pdsc | 4 +- .../Pack/TestVendor.TestPackRoot.pdsc | 4 +- .../test/data/TestSON/TestVendor.TestSON.pdsc | 4 +- .../TestVendor.TestTextExceedsLength.pdsc | 2 +- .../TestUrlHttps/TestVendor.TestUrlHttps.pdsc | 22 +- tools/packchk/test/data/schema.xsd | 2 +- .../test/integtests/src/PackChkIntegTests.cpp | 2 +- .../test/unittests/src/TestPackOptions.cpp | 2 +- .../test/unittests/src/TestValidateSyntax.cpp | 2 +- tools/packgen/README.md | 2 +- tools/packgen/docs/LICENSE.txt | 4 +- tools/packgen/schema/manifest.schema.json | 2 +- tools/packgen/src/packgen.manifest | 2 +- .../ARM.TestPackMultipleBuilds.pdsc | 4 +- .../data/CMakeTestMultipleBuilds/manifest.yml | 2 +- .../data/CMakeTestProject/ARM.TestPack.pdsc | 4 +- .../test/data/CMakeTestProject/manifest.yml | 2 +- .../data/TestProject/TestVendor.TestPack.pdsc | 4 +- .../test/data/TestProject/manifest.yml | 2 +- .../TestVendor.TestPackOutOfRoot.pdsc | 4 +- .../data/TestProject/out-of-root/manifest.yml | 2 +- tools/packgen/test/data/invalid_manifest.yml | 2 +- tools/packgen/test/data/invalid_manifest2.yml | 2 +- .../packgen/test/data/no-target-manifest.yml | 2 +- tools/packgen/test/src/PackGenUnitTests.cpp | 2 +- tools/projmgr/docs/LICENSE.txt | 4 +- .../schemas/cbuild-gen-idx.schema.json | 2 +- tools/projmgr/schemas/cbuild-gen.schema.json | 2 +- tools/projmgr/schemas/cbuild-idx.schema.json | 2 +- tools/projmgr/schemas/cbuild-pack.schema.json | 2 +- tools/projmgr/schemas/cbuild-run.schema.json | 2 +- tools/projmgr/schemas/cbuild-set.schema.json | 2 +- tools/projmgr/schemas/cbuild.schema.json | 2 +- tools/projmgr/schemas/cdefault.schema.json | 2 +- tools/projmgr/schemas/cgen.schema.json | 2 +- tools/projmgr/schemas/clayer.schema.json | 2 +- tools/projmgr/schemas/common.schema.json | 2 +- tools/projmgr/schemas/cproject.schema.json | 2 +- tools/projmgr/schemas/csolution.schema.json | 2 +- .../schemas/debug-adapters.schema.json | 224 ++++++++++++++++++ tools/projmgr/schemas/generator.schema.json | 2 +- tools/projmgr/src/csolution.manifest | 2 +- .../core0.Debug+MultiCore.cbuild-gen.yml | 2 +- .../core1.Debug+MultiCore.cbuild-gen.yml | 2 +- .../single-core.Debug+Board.cbuild.yml | 2 +- .../ImageOnly/ref/image-only+CM0.cbuild.yml | 2 +- ...pack-access-sequences+CM4-Board.cbuild.yml | 2 +- .../ref/test-access-sequences1.Debug+CM0.cprj | 2 +- .../ref/test-access-sequences1.Debug+CM3.cprj | 2 +- .../test-access-sequences1.Release+CM0.cprj | 2 +- .../test-access-sequences1.Release+CM3.cprj | 2 +- .../ref/test-access-sequences2.Debug+CM0.cprj | 2 +- .../ref/test-access-sequences2.Debug+CM3.cprj | 2 +- .../test-access-sequences2.Release+CM0.cprj | 2 +- .../test-access-sequences2.Release+CM3.cprj | 2 +- ...t-access-sequences3.Debug+TEST_TARGET.cprj | 2 +- ...access-sequences3.Release+TEST_TARGET.cprj | 2 +- .../project.Debug+TEST_TARGET.cbuild.yml | 2 +- .../ref/empty/project.Debug+TEST_TARGET.cprj | 2 +- .../project.Release+TEST_TARGET.cbuild.yml | 2 +- .../empty/project.Release+TEST_TARGET.cprj | 2 +- .../ref/full/project.Debug+TEST_TARGET.cprj | 2 +- .../ref/full/project.Release+TEST_TARGET.cprj | 2 +- .../RteTestGen_ARMCM0/RteTest.gpdsc | 2 +- .../RteTestGen_ARMCM0/RteTest.gpdsc | 2 +- .../RteTestGen_ARMCM0/RteTest.gpdsc | 2 +- .../RteTestGen_ARMCM0/RteTest.gpdsc | 2 +- .../RteTestGen_ARMCM0/RteTest.gpdsc | 2 +- .../Device/RteTestGen_ARMCM0/RteTest.gpdsc | 2 +- .../RteTestNoWorkingDir.gpdsc | 2 +- .../RteTestGen_ARMCM0/RteTest_Invalid.gpdsc | 2 +- .../RteTestGen_ARMCM0/RteTest_Warning.gpdsc | 2 +- .../Device/RteTestGen_ARMCM0/RteTest.gpdsc | 2 +- .../ref/multiple-components.Debug+CM0.cprj | 2 +- .../ref/test-gpdsc.Debug+CM0.cprj | 2 +- .../testlayers.Debug+TEST_TARGET.cprj | 2 +- .../testlayers.Release+TEST_TARGET.cprj | 2 +- .../variables.BuildType1+TargetType1.cprj | 2 +- .../variables.BuildType1+TargetType2.cprj | 2 +- .../variables.BuildType2+TargetType1.cprj | 2 +- .../variables.BuildType2+TargetType2.cprj | 2 +- .../ref2/testlayers.Debug+TEST_TARGET.cprj | 2 +- .../ref2/testlayers.Release+TEST_TARGET.cprj | 2 +- .../pack/BSP/ARM.RteTest_BSP.pdsc | 4 +- .../pack/DFP/ARM.RteTest_DFP.pdsc | 4 +- ...p-test.AbsolutePath+TEST_TARGET.cbuild.yml | 2 +- ...etup-test.Build_AC6+TEST_TARGET.cbuild.yml | 2 +- ...etup-test.Build_GCC+TEST_TARGET.cbuild.yml | 2 +- .../ref/run-debug+TestHW.cbuild.yml | 2 +- .../ref/run-debug+TestHW2.cbuild.yml | 2 +- .../RteTestPack/ARM.RteTestBoard.pdsc | 2 +- ...components.Debug+RteTest_ARMCM3.cbuild.yml | 2 +- .../versions.Debug+RteTest_ARMCM3.cbuild.yml | 2 +- .../project1.Debug+RteTest_ARMCM3.cbuild.yml | 2 +- ...project1.Release+RteTest_ARMCM3.cbuild.yml | 2 +- .../project2.Debug+RteTest_ARMCM3.cbuild.yml | 2 +- ...project2.Release+RteTest_ARMCM3.cbuild.yml | 2 +- ...ch-protection.Debug+bti-signret.cbuild.yml | 2 +- .../branch-protection.Debug+bti-signret.cprj | 2 +- .../branch-protection.Debug+bti.cbuild.yml | 2 +- .../ref/branch-protection.Debug+bti.cprj | 2 +- .../branch-protection.Debug+no-bp.cbuild.yml | 2 +- .../ref/branch-protection.Debug+no-bp.cprj | 2 +- .../ref/dsp.Debug+dsp.cbuild.yml | 2 +- .../DeviceAttributes/ref/dsp.Debug+dsp.cprj | 2 +- .../ref/dsp.Debug+no-dsp.cbuild.yml | 2 +- .../ref/dsp.Debug+no-dsp.cprj | 2 +- .../ref/endian.Debug+big.cbuild.yml | 2 +- .../ref/endian.Debug+big.cprj | 2 +- .../ref/endian.Debug+little.cbuild.yml | 2 +- .../ref/endian.Debug+little.cprj | 2 +- .../ref/fpu.Debug+fpu-dp.cbuild.yml | 2 +- .../ref/fpu.Debug+fpu-dp.cprj | 2 +- .../ref/fpu.Debug+fpu-sp.cbuild.yml | 2 +- .../ref/fpu.Debug+fpu-sp.cprj | 2 +- .../ref/fpu.Debug+no-fpu.cbuild.yml | 2 +- .../ref/fpu.Debug+no-fpu.cprj | 2 +- .../ref/mve.Debug+mve-fp.cbuild.yml | 2 +- .../ref/mve.Debug+mve-fp.cprj | 2 +- .../ref/mve.Debug+mve-int.cbuild.yml | 2 +- .../ref/mve.Debug+mve-int.cprj | 2 +- .../ref/mve.Debug+no-mve.cbuild.yml | 2 +- .../ref/mve.Debug+no-mve.cprj | 2 +- .../ref/trustzone.Debug+non-secure.cbuild.yml | 2 +- .../ref/trustzone.Debug+non-secure.cprj | 2 +- .../trustzone.Debug+secure-only.cbuild.yml | 2 +- .../ref/trustzone.Debug+secure-only.cprj | 2 +- .../ref/trustzone.Debug+secure.cbuild.yml | 2 +- .../ref/trustzone.Debug+secure.cprj | 2 +- .../trustzone.Debug+tz-disabled.cbuild.yml | 2 +- .../ref/trustzone.Debug+tz-disabled.cprj | 2 +- .../ref/trustzone.Fail+secure.cbuild.yml | 2 +- .../instances.Debug+RteTest_ARMCM3.cbuild.yml | 2 +- .../ref/instances.Debug+RteTest_ARMCM3.cprj | 2 +- .../LanguageAndScope/pack/ARM.RteTest.pdsc | 2 +- ...-scope.Debug_AC6+RteTest_ARMCM3.cbuild.yml | 2 +- .../linker.AutoGen+RteTest_ARMCM3.cbuild.yml | 2 +- .../ref/linker.AutoGen+RteTest_ARMCM3.cprj | 2 +- .../linker.AutoGen+RteTest_Board.cbuild.yml | 2 +- .../ref/linker.AutoGen+RteTest_Board.cprj | 2 +- ...linker.Debug_AC6+RteTest_ARMCM3.cbuild.yml | 2 +- .../ref/linker.Debug_AC6+RteTest_ARMCM3.cprj | 2 +- ...linker.Debug_GCC+RteTest_ARMCM3.cbuild.yml | 2 +- .../ref/linker.Debug_GCC+RteTest_ARMCM3.cprj | 2 +- ...er.FromComponent+RteTest_ARMCM3.cbuild.yml | 2 +- .../linker.FromComponent+RteTest_ARMCM3.cprj | 2 +- ....PriorityDefines+RteTest_ARMCM3.cbuild.yml | 2 +- ....PriorityRegions+RteTest_ARMCM3.cbuild.yml | 2 +- .../ref/project_with_dfp_components+CM0.cprj | 2 +- .../metadata.Debug+RteTest_ARMCM3.cbuild.yml | 2 +- .../ref/metadata.Debug+RteTest_ARMCM3.cprj | 2 +- .../packs/required/ARM.RteTestRequired.pdsc | 2 +- .../RteTestRequired/ARM.RteTestRequired.pdsc | 2 +- .../RteTestRequired1/ARM.RteTestRequired.pdsc | 2 +- ...BuildScope.Debug+RteTest_ARMCM3.cbuild.yml | 2 +- .../library.Debug+RteTest_ARMCM3.cbuild.yml | 2 +- .../ref/library.Debug+RteTest_ARMCM3.cprj | 2 +- ...BuildScope.Debug+RteTest_ARMCM3.cbuild.yml | 2 +- ...mplate_api.Debug+RteTest_ARMCM3.cbuild.yml | 2 +- .../ref/project.Debug+CM0.cbuild.yml | 2 +- .../TestProject4/test+TEST_TARGET.cprj | 2 +- ...st_board_and_device+TEST_TARGET.cbuild.yml | 2 +- .../test_linker_script+TEST_TARGET.cprj | 2 +- .../test_only_board+TEST_TARGET.cprj | 2 +- .../ref/AC6/test1.Debug+TypeA.cprj | 2 +- .../ref/AC6/test1.Debug+TypeB.cprj | 2 +- .../ref/GCC/test1.Release+TypeA.cprj | 2 +- .../ref/GCC/test1.Release+TypeB.cprj | 2 +- .../ref/cbuild/test1.Debug+CM0.cbuild.yml | 2 +- .../ref/cbuild/test1.Release+CM0.cbuild.yml | 2 +- .../ref/cbuild/test2.Debug+CM0.cbuild.yml | 2 +- .../ref/cbuild/test2.Debug+CM3.cbuild.yml | 2 +- .../data/TestSolution/ref/multicore+CM0.cprj | 2 +- .../ref/outputFiles.Debug+Target.cbuild.yml | 2 +- .../ref/outputFiles.Debug+Target.cprj | 2 +- .../ref/outputFiles.Library+Target.cbuild.yml | 2 +- .../ref/outputFiles.Library+Target.cprj | 2 +- .../data/TestSolution/ref/pack_path+CM0.cprj | 2 +- .../ref/pre-include+CM0.cbuild.yml | 2 +- .../TestSolution/ref/pre-include+CM0.cprj | 2 +- .../ref/rtedir.Debug+CM0.cbuild.yml | 2 +- .../ref/rtedir.Release+CM0.cbuild.yml | 2 +- .../TestSolution/ref/test1.Debug+CM0.cprj | 2 +- .../ref/test1.Debug+CM0_board_package.cprj | 2 +- .../TestSolution/ref/test1.Release+CM0.cprj | 2 +- .../ref/test1.Release+CM0_board_package.cprj | 2 +- .../TestSolution/ref/test2.Debug+CM0.cprj | 2 +- .../ref/test2.Debug+CM0_pack_selection.cprj | 2 +- .../ref/test2.Debug+CM0_pname.cprj | 2 +- .../TestSolution/ref/test2.Debug+CM3.cprj | 2 +- .../ref/test2.Debug+CM3_pname.cprj | 2 +- .../TestSolution/ref/test2.Debug+TestGen.cprj | 2 +- .../ref/test2.Debug+TestGen_export.cprj | 2 +- .../ref/test_target_options+CM0.cprj | 2 +- .../toolchain.Debug+Target.cprj.ac6_6_16_1 | 2 +- .../toolchain.Debug+Target.cprj.ac6_6_20_0 | 2 +- .../toolchain.Debug+Target.cprj.ac6_6_6_5 | 2 +- .../toolchain.Debug+Target.cprj.gcc | 2 +- .../toolchain.Debug+Target.cprj.iar | 2 +- .../project.Debug+TEST_TARGET.cbuild.yml | 2 +- .../NonSecureCode/NonSecure.Debug+CM33.cprj | 2 +- .../NonSecureCode/NonSecure.Debug+CM35P.cprj | 2 +- .../NonSecureCode/NonSecure.Release+CM33.cprj | 2 +- .../NonSecure.Release+CM35P.cprj | 2 +- .../SecureCode/Secure.Debug+CM33.cprj | 2 +- .../SecureCode/Secure.Debug+CM35P.cprj | 2 +- .../SecureCode/Secure.Release+CM33.cprj | 2 +- .../SecureCode/Secure.Release+CM35P.cprj | 2 +- .../ref/core0.Debug+CM0.cbuild.yml | 2 +- .../ref/core1.Debug+CM0.cbuild.yml | 2 +- tools/svdconv/SVDConv/docs/LICENSE.txt | 4 +- tools/svdconv/SVDConv/src/svdconv.manifest | 2 +- .../svdconv/Test/data/ResetMask/ResetMask.svd | 2 +- .../accViolationDisableCond.xml | 2 +- .../data/cmdlineParser/DisableCondTest.svd | 2 +- .../data/disablecondition/DisableCondTest.svd | 2 +- .../Test/data/nameHasBrackets/SVDTiny.svd | 2 +- tools/svdconv/Test/data/option_n/option_n.svd | 2 +- .../Test/data/sauConfig/SSE300_errs.svd | 2 +- .../svdconv/Test/data/sauConfig/SSE300_ok.svd | 2 +- 474 files changed, 804 insertions(+), 582 deletions(-) create mode 100644 tools/projmgr/schemas/debug-adapters.schema.json diff --git a/.github/lychee.toml b/.github/lychee.toml index 77894b6ca..830de0d4a 100644 --- a/.github/lychee.toml +++ b/.github/lychee.toml @@ -4,17 +4,14 @@ # Accepts log level: "error", "warn", "info", "debug", "trace" verbose = "info" -# Output display mode -mode = "emoji" - # Interactive progress bar while checking links. +# Disabled for CI usage no_progress = true # Enable link caching. This can be helpful to avoid checking the same links on # multiple runs. cache = true -# Accept 200 (OK) and 403 (Forbidden) responses as valid accept = [ "200" ] @@ -25,14 +22,15 @@ max_redirects = 2 # Maximum number of allowed retries before a link is declared dead. max_retries = 2 -# Only test links with the given schemes (e.g. https, https). +# Only test links with the given schemes # Omit to check links with any other scheme. -scheme = ["https", "file"] +scheme = ["http", "https", "file"] # Exclude links exclude = [ # Exclude links as cookies needed to be accepted - 'https://developer.arm.com' + 'https://developer.arm.com', + 'http://www.keil.com/pack' ] # Exclude paths from getting checked. The values are treated as regular expressions diff --git a/.github/workflows/buildmgr.yml b/.github/workflows/buildmgr.yml index e23bd32cd..0b0d26ee0 100644 --- a/.github/workflows/buildmgr.yml +++ b/.github/workflows/buildmgr.yml @@ -141,7 +141,7 @@ jobs: run: | sudo apt-get update sudo apt-get install ninja-build python3 - wget -q https://security.ubuntu.com/ubuntu/pool/main//d/doxygen/doxygen_1.8.6-2_amd64.deb + wget -q http://security.ubuntu.com/ubuntu/pool/main//d/doxygen/doxygen_1.8.6-2_amd64.deb sudo dpkg -i doxygen_1.8.6-2_amd64.deb sudo pip install LinkChecker==10.6.0 - name: Create build folder diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index c46f087cc..616f556ce 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -51,7 +51,6 @@ jobs: - name: Checkout devtools uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - name: Check markdown links uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0 with: diff --git a/.gitignore b/.gitignore index 9e8e88fbc..529f9bc5e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /build*/ **/cmake-* /.cache +/external/* diff --git a/LICENSE b/LICENSE index 49cc83d2e..f433b1a53 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ Apache License Version 2.0, January 2004 - https://www.apache.org/licenses/ + http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION diff --git a/LICENSE.md b/LICENSE.md index 98019a59b..98ec77440 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -41,8 +41,8 @@ or testing purposes. |Google C++ Testing Framework|1.11.0|[BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)|https://github.com/google/googletest.git| Testing | |cxxopts|2.2.1|[MIT](https://opensource.org/licenses/MIT)|https://github.com/jarro2783/cxxopts.git| packgen | |yaml-cpp|0.7.0|[MIT](https://opensource.org/licenses/MIT)|https://github.com/jbeder/yaml-cpp.git| packgen | -|[GetGitRevisionDescription.cmake](./cmake/GetGitRevisionDescription.cmake)||[Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt)||Continuous integration| -|[GetGitRevisionDescription.cmake.in](./cmake/GetGitRevisionDescription.cmake.in)||[Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt)||Continuous integration| +|[GetGitRevisionDescription.cmake](./cmake/GetGitRevisionDescription.cmake)||[Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt)||Continuous integration| +|[GetGitRevisionDescription.cmake.in](./cmake/GetGitRevisionDescription.cmake.in)||[Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt)||Continuous integration| |json|3.10.5|[MIT](https://opensource.org/licenses/MIT)|https://github.com/nlohmann/json| yml-schema-checker | |json-schema-validator|2.1.0|[MIT](https://opensource.org/licenses/MIT)|https://github.com/pboettch/json-schema-validator| yml-schema-checker | diff --git a/cmake/GetGitRevisionDescription.cmake b/cmake/GetGitRevisionDescription.cmake index 8b411efbb..0a88c2886 100644 --- a/cmake/GetGitRevisionDescription.cmake +++ b/cmake/GetGitRevisionDescription.cmake @@ -33,7 +33,7 @@ # # Original Author: # 2009-2020 Ryan Pavlik -# https://academic.cleardefinition.com +# http://academic.cleardefinition.com # # Copyright 2009-2013, Iowa State University. # Copyright 2013-2020, Ryan Pavlik diff --git a/cmake/GetGitRevisionDescription.cmake.in b/cmake/GetGitRevisionDescription.cmake.in index 6d377a6c8..04db9a8e4 100644 --- a/cmake/GetGitRevisionDescription.cmake.in +++ b/cmake/GetGitRevisionDescription.cmake.in @@ -5,13 +5,13 @@ # # Original Author: # 2009-2010 Ryan Pavlik -# https://academic.cleardefinition.com +# http://academic.cleardefinition.com # Iowa State University HCI Graduate Program/VRAC # # Copyright Iowa State University 2009-2010. # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at -# https://www.boost.org/LICENSE_1_0.txt) +# http://www.boost.org/LICENSE_1_0.txt) set(HEAD_HASH) diff --git a/libs/rtemodel/docs/RTE+Model+Library+Overview.md b/libs/rtemodel/docs/RTE+Model+Library+Overview.md index b484f6a2c..3cf64c098 100644 --- a/libs/rtemodel/docs/RTE+Model+Library+Overview.md +++ b/libs/rtemodel/docs/RTE+Model+Library+Overview.md @@ -243,7 +243,7 @@ This version is used in its exact form in: \$CMSIS_PACK_ROOT/ARM/CMSIS/5.7.0/ - in index.pidx file entry:  \\" vendor=\"ARM\" name=\"CMSIS\" + url=\"\" vendor=\"ARM\" name=\"CMSIS\" version=\"5.7.0\" /> - RtePackageFilter to define \"FIXED\" and \"EXCLUDED\" packs. diff --git a/libs/rteutils/include/VersionCmp.h b/libs/rteutils/include/VersionCmp.h index f7cfd21d6..3c96e1637 100644 --- a/libs/rteutils/include/VersionCmp.h +++ b/libs/rteutils/include/VersionCmp.h @@ -4,7 +4,7 @@ /* RTE - CMSIS Run-Time Environment */ /******************************************************************************/ /** @file VersionCmp.h -* @brief Semantic Version comparison according to https://semver.org/ +* @brief Semantic Version comparison according to http://semver.org/ */ /******************************************************************************/ /* @@ -39,7 +39,7 @@ class VersionCmp public: /** - * @brief Split v1 and v2 according to https://semver.org/ and compare individually + * @brief Split v1 and v2 according to http://semver.org/ and compare individually * @param v1 version to be compared * @param v2 version to be compared * @param cs true in case of case sensitive comparison diff --git a/libs/rteutils/src/VersionCmp.cpp b/libs/rteutils/src/VersionCmp.cpp index a702136b2..4c93e40d5 100644 --- a/libs/rteutils/src/VersionCmp.cpp +++ b/libs/rteutils/src/VersionCmp.cpp @@ -155,7 +155,7 @@ int VersionCmp::Compare(const string& v1, const string& v2, bool cs) { if (v1 == v2) { return 0; } - // Split v1 and v2 according to https://semver.org/ and compare individually + // Split v1 and v2 according to http://semver.org/ and compare individually Version ver1(v1); Version ver2(v2); int res = ver1.compareTo(ver2, cs); diff --git a/libs/xmlreader/include/XML_Reader.h b/libs/xmlreader/include/XML_Reader.h index c74c84b64..12f20de0f 100644 --- a/libs/xmlreader/include/XML_Reader.h +++ b/libs/xmlreader/include/XML_Reader.h @@ -276,7 +276,7 @@ class XML_Reader { /** * @brief returns previous read attribute value - * attribute-Value Normalization: https://www.w3.org/TR/REC-xml/#AVNormalize + * attribute-Value Normalization: http://www.w3.org/TR/REC-xml/#AVNormalize * deletes leading and trailing white spaces * @return string containing attribute value diff --git a/libs/xmlreader/test/XmlReaderTest.cpp b/libs/xmlreader/test/XmlReaderTest.cpp index 0d6eaec26..3f661df2e 100644 --- a/libs/xmlreader/test/XmlReaderTest.cpp +++ b/libs/xmlreader/test/XmlReaderTest.cpp @@ -13,7 +13,7 @@ static string utfInfo = "한€ह"; static string schemaFile = "CPRJ.xsd"; static string schemaVer = "0.0.9"; static string theXmlString = "\n" -"\n" + +"\n" + " "+ utfInfo+"\n" + "\n" + " \n" + @@ -112,7 +112,7 @@ TEST(XmlReaderTest, ReadAttributes) EXPECT_EQ(schemaVer, reader.GetAttributeData()); EXPECT_TRUE(reader.ReadNextAttribute(true)); EXPECT_EQ("xsi", reader.GetAttributeTag()); - EXPECT_EQ("https://www.w3.org/2001/XMLSchema-instance", reader.GetAttributeData()); + EXPECT_EQ("http://www.w3.org/2001/XMLSchema-instance", reader.GetAttributeData()); EXPECT_TRUE(reader.ReadNextAttribute(false)); EXPECT_EQ("xsi:noNamespaceSchemaLocation", reader.GetAttributeTag()); EXPECT_EQ("CPRJ.xsd", reader.GetAttributeData()); diff --git a/libs/xmlschemachecker/test/data/invalid.pdsc b/libs/xmlschemachecker/test/data/invalid.pdsc index 3fa1f1460..39e466319 100644 --- a/libs/xmlschemachecker/test/data/invalid.pdsc +++ b/libs/xmlschemachecker/test/data/invalid.pdsc @@ -1,10 +1,10 @@ + xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="PACK.xsd"> invalid TestVendor - https://www.testurl.com/pack/ + http://www.testurl.com/pack/ TestInvalidPack TestInvalidPack diff --git a/libs/xmlschemachecker/test/data/valid.pdsc b/libs/xmlschemachecker/test/data/valid.pdsc index 1e57aacf5..3451c08de 100644 --- a/libs/xmlschemachecker/test/data/valid.pdsc +++ b/libs/xmlschemachecker/test/data/valid.pdsc @@ -1,9 +1,9 @@ + xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="PACK.xsd"> TestVendor - https://www.testurl.com/pack/ + http://www.testurl.com/pack/ TestInvalidPack TestInvalidPack diff --git a/libs/xmltree/src/XmlFormatter.cpp b/libs/xmltree/src/XmlFormatter.cpp index 23dab9d92..834429979 100644 --- a/libs/xmltree/src/XmlFormatter.cpp +++ b/libs/xmltree/src/XmlFormatter.cpp @@ -13,7 +13,7 @@ using namespace std; const string SCHEMAATTR = "xmlns:xsi"; -const string SCHEMAINSTANCE = "https://www.w3.org/2001/XMLSchema-instance"; +const string SCHEMAINSTANCE = "http://www.w3.org/2001/XMLSchema-instance"; const string OWNNAMESPACE = "xsi:noNamespaceSchemaLocation"; const string VERSIONATTR = "schemaVersion"; diff --git a/libs/xmltree/test/src/XmlFormatterTest.cpp b/libs/xmltree/test/src/XmlFormatterTest.cpp index 054fa7572..8129d6ba7 100644 --- a/libs/xmltree/test/src/XmlFormatterTest.cpp +++ b/libs/xmltree/test/src/XmlFormatterTest.cpp @@ -22,7 +22,7 @@ static const string xmlSchemaFile = "CPRJ.xsd"; static const string xmlSchemaVer = "0.0.9"; static const string xmlResExpected = string("\n") + -"\n" + +"\n" + " information\n" + "\n" + " information with attributes\n" + diff --git a/libs/xmltreeslim/test/XmlTreeSlimTest.cpp b/libs/xmltreeslim/test/XmlTreeSlimTest.cpp index fbfcd4f5d..02cdbc931 100644 --- a/libs/xmltreeslim/test/XmlTreeSlimTest.cpp +++ b/libs/xmltreeslim/test/XmlTreeSlimTest.cpp @@ -29,7 +29,7 @@ const string xmlOut = dirnameFiles + "/out.xml"; static string schemaFile = "CPRJ.xsd"; static string schemaVer = "0.0.9"; static string theXmlString = "\n" -"\n" + +"\n" + " information\n" + "\n" + " \n" + @@ -79,7 +79,7 @@ TEST_F(XmlTreeSlimTest, ReadFileDefault) { string xsi = root ? root->GetAttribute("xsi") : XmlItem::EMPTY_STRING; string xsd = root ? root->GetAttribute("noNamespaceSchemaLocation") : XmlItem::EMPTY_STRING; - EXPECT_EQ(xsi,"https://www.w3.org/2001/XMLSchema-instance"); + EXPECT_EQ(xsi,"http://www.w3.org/2001/XMLSchema-instance"); EXPECT_EQ(xsd, schemaFile); if (root) { diff --git a/libs/ymlschemachecker/test/data/clayer.schema.json b/libs/ymlschemachecker/test/data/clayer.schema.json index 6e4ba5c31..1c81bc3ed 100644 --- a/libs/ymlschemachecker/test/data/clayer.schema.json +++ b/libs/ymlschemachecker/test/data/clayer.schema.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft-04/schema#", + "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "layer": { "$ref": "#/$defs/LayerType" }, "temp": { "type": "string" } diff --git a/libs/ymlschemachecker/test/data/cproject.schema.json b/libs/ymlschemachecker/test/data/cproject.schema.json index 9a8f5b2c4..cb3a85825 100644 --- a/libs/ymlschemachecker/test/data/cproject.schema.json +++ b/libs/ymlschemachecker/test/data/cproject.schema.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft-04/schema#", + "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "project": { "$ref": "#/$defs/ProjectType" } }, diff --git a/libs/ymlschemachecker/test/data/csettings.schema.json b/libs/ymlschemachecker/test/data/csettings.schema.json index 7f378a968..6e61ffe0b 100644 --- a/libs/ymlschemachecker/test/data/csettings.schema.json +++ b/libs/ymlschemachecker/test/data/csettings.schema.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft-04/schema#", + "$schema": "http://json-schema.org/draft-04/schema#", "$defs": { "ArrayOfStrings": { "type": "array", diff --git a/libs/ymlschemachecker/test/data/csolution.schema.json b/libs/ymlschemachecker/test/data/csolution.schema.json index 5b8ca1349..0318324e2 100644 --- a/libs/ymlschemachecker/test/data/csolution.schema.json +++ b/libs/ymlschemachecker/test/data/csolution.schema.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft-04/schema#", + "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "target-types": { "$ref": "./csettings.schema.json#/$defs/TargetTypes", diff --git a/libs/ymlschemachecker/test/data/invalid-schema.json b/libs/ymlschemachecker/test/data/invalid-schema.json index 8cd45adc1..ed74b8cef 100644 --- a/libs/ymlschemachecker/test/data/invalid-schema.json +++ b/libs/ymlschemachecker/test/data/invalid-schema.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft-04/schema#", + "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "layer": { "$ref": "#/$defs/LayerType" } }, diff --git a/test/local-malformed/.Local/local_repository.pidx b/test/local-malformed/.Local/local_repository.pidx index c96c8d6d3..a9650c477 100644 --- a/test/local-malformed/.Local/local_repository.pidx +++ b/test/local-malformed/.Local/local_repository.pidx @@ -1,5 +1,5 @@ - + local repository diff --git a/test/local/.Local/local_repository.pidx b/test/local/.Local/local_repository.pidx index 47460ba20..7c68488c8 100644 --- a/test/local/.Local/local_repository.pidx +++ b/test/local/.Local/local_repository.pidx @@ -1,5 +1,5 @@ - + local repository diff --git a/test/local_packs/A/ARM.RteTestRequired.pdsc b/test/local_packs/A/ARM.RteTestRequired.pdsc index 24894bef5..b329d8e14 100644 --- a/test/local_packs/A/ARM.RteTestRequired.pdsc +++ b/test/local_packs/A/ARM.RteTestRequired.pdsc @@ -1,6 +1,6 @@ - + RteTestRequired Local pack to testackage dependencies ARM diff --git a/test/local_packs/L/LocalVendor.LocalPack.pdsc b/test/local_packs/L/LocalVendor.LocalPack.pdsc index 3f4f43672..c0114e4de 100644 --- a/test/local_packs/L/LocalVendor.LocalPack.pdsc +++ b/test/local_packs/L/LocalVendor.LocalPack.pdsc @@ -1,6 +1,6 @@ - + LocalPack Local pack to testackage dependencies LocalVendor diff --git a/test/local_packs/R/ARM.RteTestRequiredRecursive.pdsc b/test/local_packs/R/ARM.RteTestRequiredRecursive.pdsc index 2874e4ec2..1dfa7e9c1 100644 --- a/test/local_packs/R/ARM.RteTestRequiredRecursive.pdsc +++ b/test/local_packs/R/ARM.RteTestRequiredRecursive.pdsc @@ -1,6 +1,6 @@ - + RteTestRequiredRecursive Testing package recursive dependencies ARM diff --git a/test/local_packs/S/SomeVendor.RteTest.pdsc b/test/local_packs/S/SomeVendor.RteTest.pdsc index 2a914bf8f..754388acc 100644 --- a/test/local_packs/S/SomeVendor.RteTest.pdsc +++ b/test/local_packs/S/SomeVendor.RteTest.pdsc @@ -1,6 +1,6 @@ - + SomeVendor RteTest www.keil.com/pack/ diff --git a/test/packs-invalid/ARM/RteTestMissingCondition/0.1.0/ARM.RteTestMissingCondition.pdsc b/test/packs-invalid/ARM/RteTestMissingCondition/0.1.0/ARM.RteTestMissingCondition.pdsc index 4ae324a19..225d63fc5 100644 --- a/test/packs-invalid/ARM/RteTestMissingCondition/0.1.0/ARM.RteTestMissingCondition.pdsc +++ b/test/packs-invalid/ARM/RteTestMissingCondition/0.1.0/ARM.RteTestMissingCondition.pdsc @@ -1,6 +1,6 @@ - + ARM RteTestMissingCondition www.keil.com/pack/ diff --git a/test/packs-invalid/ARM/RteTestRecursive/0.1.0/ARM.RteTestRecursive.pdsc b/test/packs-invalid/ARM/RteTestRecursive/0.1.0/ARM.RteTestRecursive.pdsc index 35b977406..a2c8a2027 100644 --- a/test/packs-invalid/ARM/RteTestRecursive/0.1.0/ARM.RteTestRecursive.pdsc +++ b/test/packs-invalid/ARM/RteTestRecursive/0.1.0/ARM.RteTestRecursive.pdsc @@ -1,6 +1,6 @@ - + ARM RteTestRecursive www.keil.com/pack/ diff --git a/test/packs/.Local/local_repository.pidx b/test/packs/.Local/local_repository.pidx index f877cfef9..ed8f10697 100644 --- a/test/packs/.Local/local_repository.pidx +++ b/test/packs/.Local/local_repository.pidx @@ -1,5 +1,5 @@ - + local repository diff --git a/test/packs/ARM/RteTest/0.1.0/ARM.RteTest.pdsc b/test/packs/ARM/RteTest/0.1.0/ARM.RteTest.pdsc index 177d27f0e..fd408ffdc 100644 --- a/test/packs/ARM/RteTest/0.1.0/ARM.RteTest.pdsc +++ b/test/packs/ARM/RteTest/0.1.0/ARM.RteTest.pdsc @@ -1,6 +1,6 @@ - + ARM RteTest www.keil.com/pack/ diff --git a/test/packs/ARM/RteTest/0.1.0/licenses/apache2.0.txt b/test/packs/ARM/RteTest/0.1.0/licenses/apache2.0.txt index 62589edd1..d64569567 100644 --- a/test/packs/ARM/RteTest/0.1.0/licenses/apache2.0.txt +++ b/test/packs/ARM/RteTest/0.1.0/licenses/apache2.0.txt @@ -1,7 +1,7 @@ Apache License Version 2.0, January 2004 - https://www.apache.org/licenses/ + http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -193,7 +193,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - https://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/packs/ARM/RteTestBoard/0.0.1/ARM.RteTestBoard.pdsc b/test/packs/ARM/RteTestBoard/0.0.1/ARM.RteTestBoard.pdsc index c0074582d..dc3521d51 100644 --- a/test/packs/ARM/RteTestBoard/0.0.1/ARM.RteTestBoard.pdsc +++ b/test/packs/ARM/RteTestBoard/0.0.1/ARM.RteTestBoard.pdsc @@ -1,6 +1,6 @@ - + RteTestBoard Testing packages listing ARM diff --git a/test/packs/ARM/RteTestBoard/0.1.0/ARM.RteTestBoard.pdsc b/test/packs/ARM/RteTestBoard/0.1.0/ARM.RteTestBoard.pdsc index 9463cf207..4eaec244e 100644 --- a/test/packs/ARM/RteTestBoard/0.1.0/ARM.RteTestBoard.pdsc +++ b/test/packs/ARM/RteTestBoard/0.1.0/ARM.RteTestBoard.pdsc @@ -1,6 +1,6 @@ - + RteTestBoard Testing packages listing ARM diff --git a/test/packs/ARM/RteTestGenerator/0.1.0/ARM.RteTestGenerator.pdsc b/test/packs/ARM/RteTestGenerator/0.1.0/ARM.RteTestGenerator.pdsc index 3ffdf86c8..1154b0957 100644 --- a/test/packs/ARM/RteTestGenerator/0.1.0/ARM.RteTestGenerator.pdsc +++ b/test/packs/ARM/RteTestGenerator/0.1.0/ARM.RteTestGenerator.pdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator www.keil.com/pack/ diff --git a/test/packs/ARM/RteTestGenerator/0.1.0/Templates/RteTest.gpdsc.template b/test/packs/ARM/RteTestGenerator/0.1.0/Templates/RteTest.gpdsc.template index 018dc8a7e..9534fa86d 100644 --- a/test/packs/ARM/RteTestGenerator/0.1.0/Templates/RteTest.gpdsc.template +++ b/test/packs/ARM/RteTestGenerator/0.1.0/Templates/RteTest.gpdsc.template @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/test/packs/ARM/RteTestRequired/1.0.0/ARM.RteTestRequired.pdsc b/test/packs/ARM/RteTestRequired/1.0.0/ARM.RteTestRequired.pdsc index 3a5d68c7f..3dddde131 100644 --- a/test/packs/ARM/RteTestRequired/1.0.0/ARM.RteTestRequired.pdsc +++ b/test/packs/ARM/RteTestRequired/1.0.0/ARM.RteTestRequired.pdsc @@ -1,6 +1,6 @@ - + RteTestRequired Testing package dependencies ARM diff --git a/test/packs/ARM/RteTestRequiredRecursive/1.0.0/ARM.RteTestRequiredRecursive.pdsc b/test/packs/ARM/RteTestRequiredRecursive/1.0.0/ARM.RteTestRequiredRecursive.pdsc index 410591e89..90fd5c5c1 100644 --- a/test/packs/ARM/RteTestRequiredRecursive/1.0.0/ARM.RteTestRequiredRecursive.pdsc +++ b/test/packs/ARM/RteTestRequiredRecursive/1.0.0/ARM.RteTestRequiredRecursive.pdsc @@ -1,6 +1,6 @@ - + RteTestRequiredRecursive Testing package recursive dependencies ARM diff --git a/test/packs/ARM/RteTest_DFP/0.1.1/ARM.RteTest_DFP.pdsc b/test/packs/ARM/RteTest_DFP/0.1.1/ARM.RteTest_DFP.pdsc index f07dcb529..098a90b6c 100644 --- a/test/packs/ARM/RteTest_DFP/0.1.1/ARM.RteTest_DFP.pdsc +++ b/test/packs/ARM/RteTest_DFP/0.1.1/ARM.RteTest_DFP.pdsc @@ -1,11 +1,11 @@ - + RteTest_DFP RTE test of DFP pack, extraction from ARM.CMSIS ARM - https://www.keil.com/pack/ + http://www.keil.com/pack/ @@ -115,7 +115,7 @@ - + RteTest ARM Cortex M0 is a clone description from ARM.CMSIS pack. @@ -131,7 +131,7 @@ - + RteTest ARM Cortex M3 is a clone description from ARM.CMSIS pack. @@ -147,7 +147,7 @@ - + RteTest ARM Cortex M4 is a clone description from ARM.CMSIS pack. diff --git a/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM0.svd b/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM0.svd index 79849a3de..14bf84153 100644 --- a/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM0.svd +++ b/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM0.svd @@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE. --> - + ARM Ltd. ARM ARMCM0 diff --git a/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM3.svd b/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM3.svd index 5dfbe8462..26e6acdeb 100644 --- a/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM3.svd +++ b/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM3.svd @@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE. --> - + ARM Ltd. ARM ARMCM3 diff --git a/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM4.svd b/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM4.svd index 29d86cdda..a78bc8aba 100644 --- a/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM4.svd +++ b/test/packs/ARM/RteTest_DFP/0.1.1/Device/ARM/SVD/ARMCM4.svd @@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE. --> - + ARM Ltd. ARM ARMCM4 diff --git a/test/packs/ARM/RteTest_DFP/0.1.1/Doc/html/index.html b/test/packs/ARM/RteTest_DFP/0.1.1/Doc/html/index.html index c73e6925e..246030719 100644 --- a/test/packs/ARM/RteTest_DFP/0.1.1/Doc/html/index.html +++ b/test/packs/ARM/RteTest_DFP/0.1.1/Doc/html/index.html @@ -1,5 +1,5 @@ - - + + diff --git a/test/packs/ARM/RteTest_DFP/0.2.0/ARM.RteTest_DFP.pdsc b/test/packs/ARM/RteTest_DFP/0.2.0/ARM.RteTest_DFP.pdsc index 37240473f..e17d79963 100644 --- a/test/packs/ARM/RteTest_DFP/0.2.0/ARM.RteTest_DFP.pdsc +++ b/test/packs/ARM/RteTest_DFP/0.2.0/ARM.RteTest_DFP.pdsc @@ -1,11 +1,11 @@ - + RteTest_DFP RTE test of DFP pack, extraction from ARM.CMSIS ARM Doc/license.txt - https://www.keil.com/pack/ + http://www.keil.com/pack/ @@ -127,7 +127,7 @@ - + RteTest ARM Cortex M0 is a clone description from ARM.CMSIS pack. @@ -181,7 +181,7 @@ - + RteTest ARM Cortex M3 is a clone description from ARM.CMSIS pack. @@ -202,7 +202,7 @@ - + RteTest ARM Cortex M4 is a clone description from ARM.CMSIS pack. diff --git a/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM0.svd b/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM0.svd index 79849a3de..14bf84153 100644 --- a/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM0.svd +++ b/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM0.svd @@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE. --> - + ARM Ltd. ARM ARMCM0 diff --git a/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM3.svd b/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM3.svd index 5dfbe8462..26e6acdeb 100644 --- a/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM3.svd +++ b/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM3.svd @@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE. --> - + ARM Ltd. ARM ARMCM3 diff --git a/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM4.svd b/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM4.svd index 29d86cdda..a78bc8aba 100644 --- a/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM4.svd +++ b/test/packs/ARM/RteTest_DFP/0.2.0/Device/ARM/SVD/ARMCM4.svd @@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE. --> - + ARM Ltd. ARM ARMCM4 diff --git a/test/packs/ARM/RteTest_DFP/0.2.0/Doc/html/index.html b/test/packs/ARM/RteTest_DFP/0.2.0/Doc/html/index.html index c73e6925e..246030719 100644 --- a/test/packs/ARM/RteTest_DFP/0.2.0/Doc/html/index.html +++ b/test/packs/ARM/RteTest_DFP/0.2.0/Doc/html/index.html @@ -1,5 +1,5 @@ - - + + diff --git a/test/packs/SomeVendor/RteTest/0.0.1/SomeVendor.RteTest.pdsc b/test/packs/SomeVendor/RteTest/0.0.1/SomeVendor.RteTest.pdsc index 0baf29d7f..904c1552d 100644 --- a/test/packs/SomeVendor/RteTest/0.0.1/SomeVendor.RteTest.pdsc +++ b/test/packs/SomeVendor/RteTest/0.0.1/SomeVendor.RteTest.pdsc @@ -1,6 +1,6 @@ - + SomeVendor RteTest www.keil.com/pack/ diff --git a/test/projects/RteTestM3/MissingComponent.cprj b/test/projects/RteTestM3/MissingComponent.cprj index 83c245d8d..cfaab6c72 100644 --- a/test/projects/RteTestM3/MissingComponent.cprj +++ b/test/projects/RteTestM3/MissingComponent.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM3/RteTestM3.cprj b/test/projects/RteTestM3/RteTestM3.cprj index 1b2cb945f..0d8828c50 100644 --- a/test/projects/RteTestM3/RteTestM3.cprj +++ b/test/projects/RteTestM3/RteTestM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM3/RteTestM3NoComponents.cprj b/test/projects/RteTestM3/RteTestM3NoComponents.cprj index 5ec453994..aeaa56d19 100644 --- a/test/projects/RteTestM3/RteTestM3NoComponents.cprj +++ b/test/projects/RteTestM3/RteTestM3NoComponents.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM3/RteTestM3_ConfigFolder.cprj b/test/projects/RteTestM3/RteTestM3_ConfigFolder.cprj index ca6c01188..2c54261c7 100644 --- a/test/projects/RteTestM3/RteTestM3_ConfigFolder.cprj +++ b/test/projects/RteTestM3/RteTestM3_ConfigFolder.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM3/RteTestM3_PackPath.cprj b/test/projects/RteTestM3/RteTestM3_PackPath.cprj index 6f4550321..d6c9b05e5 100644 --- a/test/projects/RteTestM3/RteTestM3_PackPath.cprj +++ b/test/projects/RteTestM3/RteTestM3_PackPath.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM3/RteTestM3_PackPath_Invalid.cprj b/test/projects/RteTestM3/RteTestM3_PackPath_Invalid.cprj index 9c4d4369b..e1a9c3505 100644 --- a/test/projects/RteTestM3/RteTestM3_PackPath_Invalid.cprj +++ b/test/projects/RteTestM3/RteTestM3_PackPath_Invalid.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM3/RteTestM3_PackPath_MultiplePdscs.cprj b/test/projects/RteTestM3/RteTestM3_PackPath_MultiplePdscs.cprj index e1987a509..952292315 100644 --- a/test/projects/RteTestM3/RteTestM3_PackPath_MultiplePdscs.cprj +++ b/test/projects/RteTestM3/RteTestM3_PackPath_MultiplePdscs.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM3/RteTestM3_PackPath_NoPdsc.cprj b/test/projects/RteTestM3/RteTestM3_PackPath_NoPdsc.cprj index 32f31e847..45d3e88ca 100644 --- a/test/projects/RteTestM3/RteTestM3_PackPath_NoPdsc.cprj +++ b/test/projects/RteTestM3/RteTestM3_PackPath_NoPdsc.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM3/RteTestM3_PackReq.cprj b/test/projects/RteTestM3/RteTestM3_PackReq.cprj index 05eb2d469..c140b048f 100644 --- a/test/projects/RteTestM3/RteTestM3_PackReq.cprj +++ b/test/projects/RteTestM3/RteTestM3_PackReq.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM3/RteTestM3_Rte_Update_Header.cprj b/test/projects/RteTestM3/RteTestM3_Rte_Update_Header.cprj index 71bceae90..d33d3fd64 100644 --- a/test/projects/RteTestM3/RteTestM3_Rte_Update_Header.cprj +++ b/test/projects/RteTestM3/RteTestM3_Rte_Update_Header.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM3/broken_xml.cprj b/test/projects/RteTestM3/broken_xml.cprj index a072faac1..a2f25faba 100644 --- a/test/projects/RteTestM3/broken_xml.cprj +++ b/test/projects/RteTestM3/broken_xml.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM4/RteTestM4.cprj b/test/projects/RteTestM4/RteTestM4.cprj index cdc8d09dd..d4af70a0c 100644 --- a/test/projects/RteTestM4/RteTestM4.cprj +++ b/test/projects/RteTestM4/RteTestM4.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM4/RteTestM4_Board.cprj b/test/projects/RteTestM4/RteTestM4_Board.cprj index 86ce62b95..70ae9c9af 100644 --- a/test/projects/RteTestM4/RteTestM4_Board.cprj +++ b/test/projects/RteTestM4/RteTestM4_Board.cprj @@ -1,5 +1,5 @@ - + diff --git a/test/projects/RteTestM4/RteTestM4_CompDep.cprj b/test/projects/RteTestM4/RteTestM4_CompDep.cprj index 702ac53e5..3bc5d5301 100644 --- a/test/projects/RteTestM4/RteTestM4_CompDep.cprj +++ b/test/projects/RteTestM4/RteTestM4_CompDep.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/cbuildgen/config/CPRJ.xsd b/tools/buildmgr/cbuildgen/config/CPRJ.xsd index 1f1ff26a9..487e7fade 100644 --- a/tools/buildmgr/cbuildgen/config/CPRJ.xsd +++ b/tools/buildmgr/cbuildgen/config/CPRJ.xsd @@ -56,7 +56,7 @@ --> - + diff --git a/tools/buildmgr/cbuildgen/installer/make_deb.sh b/tools/buildmgr/cbuildgen/installer/make_deb.sh index 03fea229d..490dfbf71 100755 --- a/tools/buildmgr/cbuildgen/installer/make_deb.sh +++ b/tools/buildmgr/cbuildgen/installer/make_deb.sh @@ -161,7 +161,7 @@ chmod -R +x etc/profile.d # Defines Documentation #---------------------- -# https://www.fifi.org/doc/doc-base/doc-base.html/ch2.html +# http://www.fifi.org/doc/doc-base/doc-base.html/ch2.html # TODO register documents mkdir -p usr/doc/doc-base cat > usr/doc/doc-base/${PACKAGE_NAME} << Documentation diff --git a/tools/buildmgr/cbuildgen/src/cbuildgen.manifest b/tools/buildmgr/cbuildgen/src/cbuildgen.manifest index 42b8cead1..853cade1e 100644 --- a/tools/buildmgr/cbuildgen/src/cbuildgen.manifest +++ b/tools/buildmgr/cbuildgen/src/cbuildgen.manifest @@ -1,7 +1,7 @@ - + true diff --git a/tools/buildmgr/docs/LICENSE.txt b/tools/buildmgr/docs/LICENSE.txt index 31a07c120..32b9a98ee 100644 --- a/tools/buildmgr/docs/LICENSE.txt +++ b/tools/buildmgr/docs/LICENSE.txt @@ -3,7 +3,7 @@ No contributions to cmsis-build are accepted at this point. Apache License Version 2.0, January 2004 - https://www.apache.org/licenses/ + http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -221,7 +221,7 @@ License text (GPL-3.0-only) for 'GNU Make' GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/tools/buildmgr/docs/doxygen/Build/Build.dxy.in b/tools/buildmgr/docs/doxygen/Build/Build.dxy.in index 3b41b9aeb..cdf0d83fd 100644 --- a/tools/buildmgr/docs/doxygen/Build/Build.dxy.in +++ b/tools/buildmgr/docs/doxygen/Build/Build.dxy.in @@ -20,7 +20,7 @@ # This tag specifies the encoding used for all characters in the config file # that follow. The default is UTF-8 which is also the encoding used for all text # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv -# built into libc) for the transcoding. See https://www.gnu.org/software/libiconv +# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv # for the list of possible encodings. # The default value is: UTF-8. @@ -289,7 +289,7 @@ EXTENSION_MAPPING = # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments # according to the Markdown format, which allows for more readable -# documentation. See https://daringfireball.net/projects/markdown/ for details. +# documentation. See http://daringfireball.net/projects/markdown/ for details. # The output of markdown processing is further processed by doxygen, so you can # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in # case of backward compatibilities issues. @@ -322,7 +322,7 @@ BUILTIN_STL_SUPPORT = NO CPP_CLI_SUPPORT = NO # Set the SIP_SUPPORT tag to YES if your project consists of sip (see: -# https://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen +# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen # will parse them like normal C++ but will assume all classes use public instead # of private inheritance when no explicit protection keyword is present. # The default value is: NO. @@ -677,7 +677,7 @@ LAYOUT_FILE = @DOXYGEN_LAYOUT_FILE@ # The CITE_BIB_FILES tag can be used to specify one or more bib files containing # the reference definitions. This must be a list of .bib files. The .bib # extension is automatically appended if omitted. This requires the bibtex tool -# to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info. +# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. # For LaTeX the style of the bibliography can be controlled using # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the # search path. Do not use file names with spaces, bibtex cannot handle them. See @@ -759,7 +759,7 @@ INPUT = @DOXYGEN_INPUT@ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses # libiconv (or the iconv built into libc) for the transcoding. See the libiconv -# documentation (see: https://www.gnu.org/software/libiconv) for the list of +# documentation (see: http://www.gnu.org/software/libiconv) for the list of # possible encodings. # The default value is: UTF-8. @@ -960,7 +960,7 @@ SOURCE_TOOLTIPS = YES # If the USE_HTAGS tag is set to YES then the references to source code will # point to the HTML generated by the htags(1) tool instead of doxygen built-in # source browser. The htags tool is part of GNU's global source tagging system -# (see https://www.gnu.org/software/global/global.html). You will need version +# (see http://www.gnu.org/software/global/global.html). You will need version # 4.8.6 or higher. # # To use it do the following: @@ -1103,7 +1103,7 @@ HTML_EXTRA_FILES = @DOXYGEN_HTML_EXTRA_FILES@ # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen # will adjust the colors in the stylesheet and background images according to # this color. Hue is specified as an angle on a colorwheel, see -# https://en.wikipedia.org/wiki/Hue for more information. For instance the value +# http://en.wikipedia.org/wiki/Hue for more information. For instance the value # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 # purple, and 360 is red again. # Minimum value: 0, maximum value: 359, default value: 220. @@ -1161,12 +1161,12 @@ HTML_INDEX_NUM_ENTRIES = 100 # If the GENERATE_DOCSET tag is set to YES, additional index files will be # generated that can be used as input for Apple's Xcode 3 integrated development -# environment (see: https://developer.apple.com/tools/xcode/), introduced with +# environment (see: http://developer.apple.com/tools/xcode/), introduced with # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a # Makefile in the HTML output directory. Running make will produce the docset in # that directory and running make install will install the docset in # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at -# startup. See https://developer.apple.com/tools/creatingdocsetswithdoxygen.html +# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html # for more information. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. @@ -1206,7 +1206,7 @@ DOCSET_PUBLISHER_NAME = Publisher # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three # additional HTML index files: index.hhp, index.hhc, and index.hhk. The # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop -# (see: https://www.microsoft.com/en-us/download/details.aspx?id=21138) on +# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on # Windows. # # The HTML Help Workshop contains a compiler that can convert all HTML output @@ -1281,7 +1281,7 @@ QCH_FILE = # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help # Project output. For more information please see Qt Help Project / Namespace -# (see: https://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). +# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). # The default value is: org.doxygen.Project. # This tag requires that the tag GENERATE_QHP is set to YES. @@ -1289,7 +1289,7 @@ QHP_NAMESPACE = org.doxygen.Project # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt # Help Project output. For more information please see Qt Help Project / Virtual -# Folders (see: https://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual- +# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual- # folders). # The default value is: doc. # This tag requires that the tag GENERATE_QHP is set to YES. @@ -1298,7 +1298,7 @@ QHP_VIRTUAL_FOLDER = doc # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom # filter to add. For more information please see Qt Help Project / Custom -# Filters (see: https://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- # filters). # This tag requires that the tag GENERATE_QHP is set to YES. @@ -1306,7 +1306,7 @@ QHP_CUST_FILTER_NAME = # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the # custom filter to add. For more information please see Qt Help Project / Custom -# Filters (see: https://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- # filters). # This tag requires that the tag GENERATE_QHP is set to YES. @@ -1314,7 +1314,7 @@ QHP_CUST_FILTER_ATTRS = # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this # project's filter section matches. Qt Help Project / Filter Attributes (see: -# https://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). +# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). # This tag requires that the tag GENERATE_QHP is set to YES. QHP_SECT_FILTER_ATTRS = @@ -1419,7 +1419,7 @@ FORMULA_FONTSIZE = 10 FORMULA_TRANSPARENT = YES # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see -# https://www.mathjax.org) which uses client side Javascript for the rendering +# http://www.mathjax.org) which uses client side Javascript for the rendering # instead of using prerendered bitmaps. Use this if you do not have LaTeX # installed or if you want to formulas look prettier in the HTML output. When # enabled you may also need to install MathJax separately and configure the path @@ -1431,7 +1431,7 @@ USE_MATHJAX = NO # When MathJax is enabled you can set the default output format to be used for # the MathJax output. See the MathJax site (see: -# https://docs.mathjax.org/en/latest/output.html) for more details. +# http://docs.mathjax.org/en/latest/output.html) for more details. # Possible values are: HTML-CSS (which is slower, but has the best # compatibility), NativeMML (i.e. MathML) and SVG. # The default value is: HTML-CSS. @@ -1446,11 +1446,11 @@ MATHJAX_FORMAT = HTML-CSS # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax # Content Delivery Network so you can quickly see the result without installing # MathJax. However, it is strongly recommended to install a local copy of -# MathJax from https://www.mathjax.org before deployment. -# The default value is: https://cdn.mathjax.org/mathjax/latest. +# MathJax from http://www.mathjax.org before deployment. +# The default value is: http://cdn.mathjax.org/mathjax/latest. # This tag requires that the tag USE_MATHJAX is set to YES. -MATHJAX_RELPATH = https://www.mathjax.org/mathjax +MATHJAX_RELPATH = http://www.mathjax.org/mathjax # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax # extension names that should be enabled during MathJax rendering. For example @@ -1461,7 +1461,7 @@ MATHJAX_EXTENSIONS = # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces # of code that will be used on startup of the MathJax code. See the MathJax site -# (see: https://docs.mathjax.org/en/latest/output.html) for more details. For an +# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an # example see the documentation. # This tag requires that the tag USE_MATHJAX is set to YES. @@ -1508,7 +1508,7 @@ SERVER_BASED_SEARCH = NO # # Doxygen ships with an example indexer ( doxyindexer) and search engine # (doxysearch.cgi) which are based on the open source search engine library -# Xapian (see: https://xapian.org/). +# Xapian (see: http://xapian.org/). # # See the section "External Indexing and Searching" for details. # The default value is: NO. @@ -1521,7 +1521,7 @@ EXTERNAL_SEARCH = NO # # Doxygen ships with an example indexer ( doxyindexer) and search engine # (doxysearch.cgi) which are based on the open source search engine library -# Xapian (see: https://xapian.org/). See the section "External Indexing and +# Xapian (see: http://xapian.org/). See the section "External Indexing and # Searching" for details. # This tag requires that the tag SEARCHENGINE is set to YES. @@ -1692,7 +1692,7 @@ LATEX_SOURCE_CODE = YES # The LATEX_BIB_STYLE tag can be used to specify the style to use for the # bibliography, e.g. plainnat, or ieeetr. See -# https://en.wikipedia.org/wiki/BibTeX and \cite for more info. +# http://en.wikipedia.org/wiki/BibTeX and \cite for more info. # The default value is: plain. # This tag requires that the tag GENERATE_LATEX is set to YES. @@ -1853,7 +1853,7 @@ DOCBOOK_OUTPUT = docbook #--------------------------------------------------------------------------- # If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen -# Definitions (see https://autogen.sf.net) file that captures the structure of +# Definitions (see http://autogen.sf.net) file that captures the structure of # the code including all documentation. Note that this feature is still # experimental and incomplete at the moment. # The default value is: NO. @@ -2042,7 +2042,7 @@ CLASS_DIAGRAMS = NO # You can define message sequence charts within doxygen comments using the \msc # command. Doxygen will then run the mscgen tool (see: -# https://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the +# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the # documentation. The MSCGEN_PATH tag allows you to specify the directory where # the mscgen tool resides. If left empty the tool is assumed to be found in the # default search path. @@ -2064,7 +2064,7 @@ HIDE_UNDOC_RELATIONS = YES # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is # available from the path. This tool is part of Graphviz (see: -# https://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent +# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent # Bell Labs. The other options in this section have no effect if this option is # set to NO # The default value is: NO. diff --git a/tools/buildmgr/docs/doxygen/Build/src/CmdLineBuild.txt b/tools/buildmgr/docs/doxygen/Build/src/CmdLineBuild.txt index 8289fe93b..30827290b 100644 --- a/tools/buildmgr/docs/doxygen/Build/src/CmdLineBuild.txt +++ b/tools/buildmgr/docs/doxygen/Build/src/CmdLineBuild.txt @@ -505,8 +505,8 @@ Note: \b cbuildgen does not update the *.cprj for commands \c packlist, \c cmake \verbatim $ cbuildgen Simulation.cprj packlist (cbuildgen): Build Process Manager 1.0.0 (C) 2022 ARM -M654: URL 'https://www.keil.com/pack/ARM.CMSIS.5.6.0.pack' was added to the list of missing packages. -M654: URL 'https://www.keil.com/pack/Keil.ARM_Compiler.1.6.1.pack' was added to the list of missing packages. +M654: URL 'http://www.keil.com/pack/ARM.CMSIS.5.6.0.pack' was added to the list of missing packages. +M654: URL 'http://www.keil.com/pack/Keil.ARM_Compiler.1.6.1.pack' was added to the list of missing packages. M650: Command completed successfully. \endverbatim @@ -688,12 +688,12 @@ $ cpackget -v init --pack-root packroot https://www.keil.com/pack/index.pidx I: Using pack root: "packroot" Downloading index.pidx 100% |███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| (97/97 kB, 189.317 kB/s) $ cat Simulation.cpinstall -https://www.keil.com/pack/ARM.CMSIS.5.6.0.pack -https://www.keil.com/pack/Keil.ARM_Compiler.1.6.1.pack +http://www.keil.com/pack/ARM.CMSIS.5.6.0.pack +http://www.keil.com/pack/Keil.ARM_Compiler.1.6.1.pack $ cpackget -v pack add -f Simulation.cpinstall --pack-root packroot I: Using pack root: "packroot" I: Parsing packs urls via file Simulation.cpinstall -I: Adding [https://www.keil.com/pack/ARM.CMSIS.5.6.0.pack https://www.keil.com/pack/Keil.ARM_Compiler.1.6.1.pack] +I: Adding [http://www.keil.com/pack/ARM.CMSIS.5.6.0.pack http://www.keil.com/pack/Keil.ARM_Compiler.1.6.1.pack] Downloading ARM.CMSIS.5.6.0.pack 100% |████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| (101/101 MB, 8.141 MB/s) Downloading Keil.ARM_Compiler.1.6.1.pack 100% |█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| (3.8/3.8 MB, 2.443 MB/s) \endverbatim diff --git a/tools/buildmgr/docs/doxygen/Build/src/cprj_schema.txt b/tools/buildmgr/docs/doxygen/Build/src/cprj_schema.txt index 1c1a3e467..22a0a9e25 100644 --- a/tools/buildmgr/docs/doxygen/Build/src/cprj_schema.txt +++ b/tools/buildmgr/docs/doxygen/Build/src/cprj_schema.txt @@ -115,7 +115,7 @@ The high level structure of a project is constructed from: \b Example CMSIS Project File (*.cprj): \code - + @@ -295,7 +295,7 @@ The high level structure of a project is constructed from: \page element_created /cprj/created \b Example created element \code - + ... @@ -452,7 +452,7 @@ Note: The compiler referenced by the above command line flags is required to be \b Example target section: \code - + ... components section: \code - + ... @@ -1447,7 +1447,7 @@ commandline flags can also be applied on a group level. \b Example files section: \code - + ... ... @@ -1551,7 +1551,7 @@ The group's name must be unique, multiple groups at the same level with the same \b Example files section: \code - + ... @@ -1931,7 +1931,7 @@ See: \ref element_asflags \b Example packages section: \code - + ... diff --git a/tools/buildmgr/docs/doxygen/Doxygen_Templates/cmsis_header.html b/tools/buildmgr/docs/doxygen/Doxygen_Templates/cmsis_header.html index 8394641ef..957bf7ccf 100644 --- a/tools/buildmgr/docs/doxygen/Doxygen_Templates/cmsis_header.html +++ b/tools/buildmgr/docs/doxygen/Doxygen_Templates/cmsis_header.html @@ -1,5 +1,5 @@ - - + + diff --git a/tools/buildmgr/docs/doxygen/index.html b/tools/buildmgr/docs/doxygen/index.html index f3edaab4d..0aa710786 100644 --- a/tools/buildmgr/docs/doxygen/index.html +++ b/tools/buildmgr/docs/doxygen/index.html @@ -1,5 +1,5 @@ - - + + Redirect to the CMSIS Build main page after 0 seconds diff --git a/tools/buildmgr/test/scripts/download_packs.sh b/tools/buildmgr/test/scripts/download_packs.sh index 625e0eab9..0b6d87c54 100755 --- a/tools/buildmgr/test/scripts/download_packs.sh +++ b/tools/buildmgr/test/scripts/download_packs.sh @@ -47,8 +47,8 @@ packlist=${testoutdir}/pack.cpinstall > ${packlist} echo https://www.keil.com/pack/ARM.CMSIS.5.9.0.pack >> ${packlist} echo https://www.keil.com/pack/Keil.ARM_Compiler.1.7.2.pack >> ${packlist} -echo https://www.keil.com/pack/Keil.STM32F4xx_DFP.2.14.0.pack >> ${packlist} -echo https://www.keil.com/pack/Keil.MDK-Middleware.7.11.1.pack >> ${packlist} +echo http://www.keil.com/pack/Keil.STM32F4xx_DFP.2.14.0.pack >> ${packlist} +echo http://www.keil.com/pack/Keil.MDK-Middleware.7.11.1.pack >> ${packlist} cpackget add -a -f ${packlist} exit 0 \ No newline at end of file diff --git a/tools/buildmgr/test/testinput/Examples/AC6/ArmAsm/Target.cprj b/tools/buildmgr/test/testinput/Examples/AC6/ArmAsm/Target.cprj index 0f915dd35..b94ca515c 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/ArmAsm/Target.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/ArmAsm/Target.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/Asm/Target.cprj b/tools/buildmgr/test/testinput/Examples/AC6/Asm/Target.cprj index 1eb3ca75a..cb84e5813 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/Asm/Target.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/Asm/Target.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/BranchProtection/Project.cprj b/tools/buildmgr/test/testinput/Examples/AC6/BranchProtection/Project.cprj index 57f9eb690..28d78cadd 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/BranchProtection/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/BranchProtection/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/CustomRTE.cprj b/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/CustomRTE.cprj index 42d8c17de..33a96927e 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/CustomRTE.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/CustomRTE.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/Simulation.cprj b/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/Simulation.cprj index 039b1dab9..c771f738f 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/Simulation.fixed.cprj.ref b/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/Simulation.fixed.cprj.ref index f35b52d25..03b15d930 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/Simulation.fixed.cprj.ref +++ b/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6/Simulation.fixed.cprj.ref @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6PP/Simulation.cprj b/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6PP/Simulation.cprj index 602e7cec9..8fe5b1b25 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6PP/Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/Build_AC6PP/Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/Flags/Target.cprj b/tools/buildmgr/test/testinput/Examples/AC6/Flags/Target.cprj index d72f52b73..7b5af462b 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/Flags/Target.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/Flags/Target.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/Library/project.cprj b/tools/buildmgr/test/testinput/Examples/AC6/Library/project.cprj index 3c839fa07..d4a061547 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/Library/project.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/Library/project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/Minimal/MyProject.cprj b/tools/buildmgr/test/testinput/Examples/AC6/Minimal/MyProject.cprj index 05c0d0cac..035ed3481 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/Minimal/MyProject.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/Minimal/MyProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/NestedGroups/Project.cprj b/tools/buildmgr/test/testinput/Examples/AC6/NestedGroups/Project.cprj index 926553f35..c6c94aac3 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/NestedGroups/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/NestedGroups/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/RelativePath/Project.cprj b/tools/buildmgr/test/testinput/Examples/AC6/RelativePath/Project.cprj index c1ca1d6b9..783b25b94 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/RelativePath/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/RelativePath/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/TrustZone/CM33_ns/FVP_Simulation_Model.cprj b/tools/buildmgr/test/testinput/Examples/AC6/TrustZone/CM33_ns/FVP_Simulation_Model.cprj index d88c19ba6..c9cc1f03a 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/TrustZone/CM33_ns/FVP_Simulation_Model.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/TrustZone/CM33_ns/FVP_Simulation_Model.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/TrustZone/CM33_s/FVP_Simulation_Model.cprj b/tools/buildmgr/test/testinput/Examples/AC6/TrustZone/CM33_s/FVP_Simulation_Model.cprj index 6cc51959e..8279edf18 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/TrustZone/CM33_s/FVP_Simulation_Model.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/TrustZone/CM33_s/FVP_Simulation_Model.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/AC6/Whitespace/Target_Name.cprj b/tools/buildmgr/test/testinput/Examples/AC6/Whitespace/Target_Name.cprj index 9e7cc3ba3..c4d9b85d0 100644 --- a/tools/buildmgr/test/testinput/Examples/AC6/Whitespace/Target_Name.cprj +++ b/tools/buildmgr/test/testinput/Examples/AC6/Whitespace/Target_Name.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project.cprj b/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project.cprj index 683abc9b8..ba82d82f6 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Invalid_Access_Sequence.cprj b/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Invalid_Access_Sequence.cprj index 4fa9cbd34..52516775a 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Invalid_Access_Sequence.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Invalid_Access_Sequence.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Missing_BoardName.cprj b/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Missing_BoardName.cprj index 9a43ec7fc..6d82b2188 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Missing_BoardName.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Missing_BoardName.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Unknown_Board_Name.cprj b/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Unknown_Board_Name.cprj index 54d572667..ec6bc852c 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Unknown_Board_Name.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/AccessSequence/Project_Unknown_Board_Name.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/Asm/Target.cprj b/tools/buildmgr/test/testinput/Examples/GCC/Asm/Target.cprj index b6f32c0e8..4f1d1b977 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/Asm/Target.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/Asm/Target.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/BranchProtection/Project.cprj b/tools/buildmgr/test/testinput/Examples/GCC/BranchProtection/Project.cprj index 05f01d921..c414d5ff8 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/BranchProtection/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/BranchProtection/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/CustomRTE.cprj b/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/CustomRTE.cprj index aca6e9045..613e731e9 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/CustomRTE.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/CustomRTE.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/Invalid_Schema.cprj b/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/Invalid_Schema.cprj index 14e03c57c..9bfc9d7a2 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/Invalid_Schema.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/Invalid_Schema.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/Simulation.cprj b/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/Simulation.cprj index e86f1beb5..fd15203c1 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/Build_GCC/Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/Build_GPP/Simulation.cprj b/tools/buildmgr/test/testinput/Examples/GCC/Build_GPP/Simulation.cprj index 19726ed98..b7cf4bde5 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/Build_GPP/Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/Build_GPP/Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/DupFilename/Project.cprj b/tools/buildmgr/test/testinput/Examples/GCC/DupFilename/Project.cprj index 8e97e7c78..d53b53df1 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/DupFilename/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/DupFilename/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/FlagOrder/MyProject.cprj b/tools/buildmgr/test/testinput/Examples/GCC/FlagOrder/MyProject.cprj index 1f4fac426..94111bd1c 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/FlagOrder/MyProject.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/FlagOrder/MyProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/Flags/Target.cprj b/tools/buildmgr/test/testinput/Examples/GCC/Flags/Target.cprj index 14b4f61b7..574561516 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/Flags/Target.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/Flags/Target.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/Library/project.cprj b/tools/buildmgr/test/testinput/Examples/GCC/Library/project.cprj index 62191fdf6..1b50279f2 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/Library/project.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/Library/project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/LibraryCustom/project.cprj b/tools/buildmgr/test/testinput/Examples/GCC/LibraryCustom/project.cprj index 34062002e..d09402d95 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/LibraryCustom/project.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/LibraryCustom/project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessing/MyProject.cprj b/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessing/MyProject.cprj index 9a609d3a3..5df0b05e2 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessing/MyProject.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessing/MyProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessingDefines/MyProject.cprj b/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessingDefines/MyProject.cprj index cba1d48dc..3d1ca7190 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessingDefines/MyProject.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessingDefines/MyProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessingSrcFile/MyProject.cprj b/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessingSrcFile/MyProject.cprj index cd2e80a66..a0a6c3682 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessingSrcFile/MyProject.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/LinkerPreProcessingSrcFile/MyProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/Minimal/MyProject.cprj b/tools/buildmgr/test/testinput/Examples/GCC/Minimal/MyProject.cprj index 489e93790..640e76eab 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/Minimal/MyProject.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/Minimal/MyProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/NestedGroups/Project.cprj b/tools/buildmgr/test/testinput/Examples/GCC/NestedGroups/Project.cprj index e3b76e38b..79160a76e 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/NestedGroups/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/NestedGroups/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/Pre Include/Target.cprj b/tools/buildmgr/test/testinput/Examples/GCC/Pre Include/Target.cprj index 456cfb3c1..5b2f1ee92 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/Pre Include/Target.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/Pre Include/Target.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/RelativePath/Project.cprj b/tools/buildmgr/test/testinput/Examples/GCC/RelativePath/Project.cprj index c32cc859e..51fd48cc6 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/RelativePath/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/RelativePath/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/StandardLibrary/MyProject.cprj b/tools/buildmgr/test/testinput/Examples/GCC/StandardLibrary/MyProject.cprj index a921f791b..f929d6567 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/StandardLibrary/MyProject.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/StandardLibrary/MyProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project1/Project.cprj b/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project1/Project.cprj index f76b6ecd2..082e99985 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project1/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project1/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project2/Project.cprj b/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project2/Project.cprj index 5af57f4df..f5d8869fa 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project2/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project2/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project3/Project.cprj b/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project3/Project.cprj index 5f37fa4e7..3c2a460de 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project3/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/TranslationControl/Project3/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/TrustZone/CM33_ns/FVP_Simulation_Model.cprj b/tools/buildmgr/test/testinput/Examples/GCC/TrustZone/CM33_ns/FVP_Simulation_Model.cprj index 45ad5c99d..4ebcef3fc 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/TrustZone/CM33_ns/FVP_Simulation_Model.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/TrustZone/CM33_ns/FVP_Simulation_Model.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/TrustZone/CM33_s/FVP_Simulation_Model.cprj b/tools/buildmgr/test/testinput/Examples/GCC/TrustZone/CM33_s/FVP_Simulation_Model.cprj index a7ad70227..82d747bbd 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/TrustZone/CM33_s/FVP_Simulation_Model.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/TrustZone/CM33_s/FVP_Simulation_Model.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/GCC/Whitespace/Target_Name.cprj b/tools/buildmgr/test/testinput/Examples/GCC/Whitespace/Target_Name.cprj index 199bc6dd2..c614673ba 100644 --- a/tools/buildmgr/test/testinput/Examples/GCC/Whitespace/Target_Name.cprj +++ b/tools/buildmgr/test/testinput/Examples/GCC/Whitespace/Target_Name.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/IAR/Asm/Asm.cprj b/tools/buildmgr/test/testinput/Examples/IAR/Asm/Asm.cprj index aa97453ae..576584f60 100644 --- a/tools/buildmgr/test/testinput/Examples/IAR/Asm/Asm.cprj +++ b/tools/buildmgr/test/testinput/Examples/IAR/Asm/Asm.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/IAR/Library/Library.cprj b/tools/buildmgr/test/testinput/Examples/IAR/Library/Library.cprj index 371fcb7a3..24b90d536 100644 --- a/tools/buildmgr/test/testinput/Examples/IAR/Library/Library.cprj +++ b/tools/buildmgr/test/testinput/Examples/IAR/Library/Library.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/IAR/Minimal/MyProject.cprj b/tools/buildmgr/test/testinput/Examples/IAR/Minimal/MyProject.cprj index a2b73ae7b..97daefb4d 100644 --- a/tools/buildmgr/test/testinput/Examples/IAR/Minimal/MyProject.cprj +++ b/tools/buildmgr/test/testinput/Examples/IAR/Minimal/MyProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/IAR/MixedSource/Project.cprj b/tools/buildmgr/test/testinput/Examples/IAR/MixedSource/Project.cprj index 0a551cc46..49592d753 100644 --- a/tools/buildmgr/test/testinput/Examples/IAR/MixedSource/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/IAR/MixedSource/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Layer_Ref/device/device.clayer b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Layer_Ref/device/device.clayer index c5280ebdb..ddb04994c 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Layer_Ref/device/device.clayer +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Layer_Ref/device/device.clayer @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Partial/Simulation.cprj b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Partial/Simulation.cprj index 83c99bd3b..33d93f7a6 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Partial/Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Partial/Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Ref/Simulation.cprj b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Ref/Simulation.cprj index b972a9216..0009ed612 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Ref/Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Ref/Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Ref/Simulation.cprj.bak b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Ref/Simulation.cprj.bak index abc32f1fe..f72c6ca80 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Ref/Simulation.cprj.bak +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Add/Project_Ref/Simulation.cprj.bak @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Layer_Ref/application/application.clayer b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Layer_Ref/application/application.clayer index 0becb7d1c..3896daf41 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Layer_Ref/application/application.clayer +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Layer_Ref/application/application.clayer @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Layer_Ref/device/device.clayer b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Layer_Ref/device/device.clayer index e5bc862a6..a7c9b9d11 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Layer_Ref/device/device.clayer +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Layer_Ref/device/device.clayer @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Project_Ref/Simulation.cprj b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Project_Ref/Simulation.cprj index 9df784981..1f9054896 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Project_Ref/Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Compose/Project_Ref/Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Layer_Ref/application/application.clayer b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Layer_Ref/application/application.clayer index bea2257d0..337b074ad 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Layer_Ref/application/application.clayer +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Layer_Ref/application/application.clayer @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Layer_Ref/device/device.clayer b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Layer_Ref/device/device.clayer index da564e3ac..ead992e62 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Layer_Ref/device/device.clayer +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Layer_Ref/device/device.clayer @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Project_Full/Simulation.cprj b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Project_Full/Simulation.cprj index 855aaa3ef..b82f1d4f4 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Project_Full/Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Extract/Project_Full/Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Full/Simulation.cprj b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Full/Simulation.cprj index 1aa64a9d9..7cd008ef2 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Full/Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Full/Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Ref/Simulation.cprj b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Ref/Simulation.cprj index a00f12e01..ad3a57512 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Ref/Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Ref/Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Ref/Simulation.cprj.bak b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Ref/Simulation.cprj.bak index 17ce00041..e654d9a34 100644 --- a/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Ref/Simulation.cprj.bak +++ b/tools/buildmgr/test/testinput/Examples/Layers/Layers_Remove/Project_Ref/Simulation.cprj.bak @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Mixed/Build_AC6_GCC/Build.Simulation.cprj b/tools/buildmgr/test/testinput/Examples/Mixed/Build_AC6_GCC/Build.Simulation.cprj index cc3327ee6..766ae9abc 100644 --- a/tools/buildmgr/test/testinput/Examples/Mixed/Build_AC6_GCC/Build.Simulation.cprj +++ b/tools/buildmgr/test/testinput/Examples/Mixed/Build_AC6_GCC/Build.Simulation.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Mixed/GpdscBundle/MultipleComponents.cprj b/tools/buildmgr/test/testinput/Examples/Mixed/GpdscBundle/MultipleComponents.cprj index d9b8c1626..ca94da452 100644 --- a/tools/buildmgr/test/testinput/Examples/Mixed/GpdscBundle/MultipleComponents.cprj +++ b/tools/buildmgr/test/testinput/Examples/Mixed/GpdscBundle/MultipleComponents.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Mixed/GpdscBundle/MultipleComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc b/tools/buildmgr/test/testinput/Examples/Mixed/GpdscBundle/MultipleComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc index 10d79473e..da43557d9 100644 --- a/tools/buildmgr/test/testinput/Examples/Mixed/GpdscBundle/MultipleComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc +++ b/tools/buildmgr/test/testinput/Examples/Mixed/GpdscBundle/MultipleComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/buildmgr/test/testinput/Examples/Mixed/GpdscWithoutComponents/GpdscWithoutComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc b/tools/buildmgr/test/testinput/Examples/Mixed/GpdscWithoutComponents/GpdscWithoutComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc index 1c846c755..076d1874a 100644 --- a/tools/buildmgr/test/testinput/Examples/Mixed/GpdscWithoutComponents/GpdscWithoutComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc +++ b/tools/buildmgr/test/testinput/Examples/Mixed/GpdscWithoutComponents/GpdscWithoutComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/buildmgr/test/testinput/Examples/Mixed/GpdscWithoutComponents/Project.cprj b/tools/buildmgr/test/testinput/Examples/Mixed/GpdscWithoutComponents/Project.cprj index 0e5875b0d..cbdac1676 100644 --- a/tools/buildmgr/test/testinput/Examples/Mixed/GpdscWithoutComponents/Project.cprj +++ b/tools/buildmgr/test/testinput/Examples/Mixed/GpdscWithoutComponents/Project.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Mixed/Minimal_DupSrc/MyProject.cprj b/tools/buildmgr/test/testinput/Examples/Mixed/Minimal_DupSrc/MyProject.cprj index 532ffb562..f6b5afdf0 100644 --- a/tools/buildmgr/test/testinput/Examples/Mixed/Minimal_DupSrc/MyProject.cprj +++ b/tools/buildmgr/test/testinput/Examples/Mixed/Minimal_DupSrc/MyProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Examples/Mixed/Pre Include/Target.cprj b/tools/buildmgr/test/testinput/Examples/Mixed/Pre Include/Target.cprj index a71412fb2..fee79245c 100644 --- a/tools/buildmgr/test/testinput/Examples/Mixed/Pre Include/Target.cprj +++ b/tools/buildmgr/test/testinput/Examples/Mixed/Pre Include/Target.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/InvalidComponent.cprj b/tools/buildmgr/test/testinput/InvalidComponent.cprj index ab08c3314..7cfd703ef 100644 --- a/tools/buildmgr/test/testinput/InvalidComponent.cprj +++ b/tools/buildmgr/test/testinput/InvalidComponent.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/InvalidSchema.pdsc b/tools/buildmgr/test/testinput/InvalidSchema.pdsc index 8a9c72b6c..b82fce046 100644 --- a/tools/buildmgr/test/testinput/InvalidSchema.pdsc +++ b/tools/buildmgr/test/testinput/InvalidSchema.pdsc @@ -1,11 +1,11 @@ - + CMSIS CMSIS (Cortex Microcontroller Software Interface Standard) ARM - https://www.keil.com/pack/ + http://www.keil.com/pack/ @@ -48,7 +48,7 @@ - + The Cortex-M0 processor is an entry-level 32-bit Arm Cortex processor designed for a broad range of embedded applications. It offers significant benefits to developers, including: - simple, easy-to-use programmers model diff --git a/tools/buildmgr/test/testinput/LayerInfoMissing.cprj b/tools/buildmgr/test/testinput/LayerInfoMissing.cprj index 2d175e966..2d2c07acd 100644 --- a/tools/buildmgr/test/testinput/LayerInfoMissing.cprj +++ b/tools/buildmgr/test/testinput/LayerInfoMissing.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/LayerProject.cprj b/tools/buildmgr/test/testinput/LayerProject.cprj index 3627c1dfa..1ba66a2b5 100644 --- a/tools/buildmgr/test/testinput/LayerProject.cprj +++ b/tools/buildmgr/test/testinput/LayerProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MissingDeviceName.cprj b/tools/buildmgr/test/testinput/MissingDeviceName.cprj index e65b22a5c..8926cc1ce 100644 --- a/tools/buildmgr/test/testinput/MissingDeviceName.cprj +++ b/tools/buildmgr/test/testinput/MissingDeviceName.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MissingTargetInfo.cprj b/tools/buildmgr/test/testinput/MissingTargetInfo.cprj index 57b4b7e4b..fa744665d 100644 --- a/tools/buildmgr/test/testinput/MissingTargetInfo.cprj +++ b/tools/buildmgr/test/testinput/MissingTargetInfo.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/ModelTest/InvalidPackRepo.cprj b/tools/buildmgr/test/testinput/ModelTest/InvalidPackRepo.cprj index 08330b478..10a7e4d2a 100644 --- a/tools/buildmgr/test/testinput/ModelTest/InvalidPackRepo.cprj +++ b/tools/buildmgr/test/testinput/ModelTest/InvalidPackRepo.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/ModelTest/InvalidTarget.cprj b/tools/buildmgr/test/testinput/ModelTest/InvalidTarget.cprj index 4d483388a..c9d43d345 100644 --- a/tools/buildmgr/test/testinput/ModelTest/InvalidTarget.cprj +++ b/tools/buildmgr/test/testinput/ModelTest/InvalidTarget.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/ModelTest/NoPackage.cprj b/tools/buildmgr/test/testinput/ModelTest/NoPackage.cprj index 9461b05c9..1cf6a37b4 100644 --- a/tools/buildmgr/test/testinput/ModelTest/NoPackage.cprj +++ b/tools/buildmgr/test/testinput/ModelTest/NoPackage.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/ModelTest/PacklistProject.cprj b/tools/buildmgr/test/testinput/ModelTest/PacklistProject.cprj index 08330b478..10a7e4d2a 100644 --- a/tools/buildmgr/test/testinput/ModelTest/PacklistProject.cprj +++ b/tools/buildmgr/test/testinput/ModelTest/PacklistProject.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/ModelTest/ValidTarget.cprj b/tools/buildmgr/test/testinput/ModelTest/ValidTarget.cprj index ac6fd3071..99d4edf2c 100644 --- a/tools/buildmgr/test/testinput/ModelTest/ValidTarget.cprj +++ b/tools/buildmgr/test/testinput/ModelTest/ValidTarget.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM0P.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM0P.cprj index c798727c1..c8a92cc40 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM0P.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM0P.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM0P_MPU.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM0P_MPU.cprj index 8f88e2ab8..4aa34819d 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM0P_MPU.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM0P_MPU.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM1.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM1.cprj index 75feaaf49..cb721149a 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM1.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM1.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM23.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM23.cprj index 92625bf28..5877d7d54 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM23.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM23.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM23_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM23_TZ.cprj index c73060a59..b9f752e71 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM23_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM23_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM3.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM3.cprj index de0a5d582..d8b8903ed 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM3.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33.cprj index 56ebd7b63..24e1be334 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_DSP_FP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_DSP_FP.cprj index 5d1f514cc..fc13e3c68 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_DSP_FP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_DSP_FP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_DSP_FP_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_DSP_FP_TZ.cprj index b858b72f2..108b510fb 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_DSP_FP_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_DSP_FP_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_TZ.cprj index 203318a23..b3359789f 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM33_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P.cprj index 847c399fe..7b8ca5d00 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_DSP_FP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_DSP_FP.cprj index cbe101746..57e13e90b 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_DSP_FP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_DSP_FP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_DSP_FP_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_DSP_FP_TZ.cprj index 1b2b64120..fe7e03be6 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_DSP_FP_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_DSP_FP_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_TZ.cprj index 8c3497197..48454a1fd 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM35P_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM4.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM4.cprj index 3c47ce786..cb5b2ede0 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM4.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM4.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM4_FP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM4_FP.cprj index 479bffbb8..03f9314ef 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM4_FP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM4_FP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM55.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM55.cprj index 611b75481..6fce50d93 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM55.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM55.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7.cprj index aba5b1ba8..8fb39074b 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7_DP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7_DP.cprj index 85923fae7..11e8f8b07 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7_DP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7_DP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7_SP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7_SP.cprj index 7e1975a0c..8d50a25c6 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7_SP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CM7_SP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CMO.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CMO.cprj index f61a391cd..a4c64dc0c 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CMO.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.CMO.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.SC000.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.SC000.cprj index 48db249a7..d2d0e7d05 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.SC000.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.SC000.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.SC300.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.SC300.cprj index 3fc06f5ee..26f36b544 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.SC300.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.SC300.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V81MML_DSP_DP_MVE_FP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V81MML_DSP_DP_MVE_FP.cprj index 16307324e..f61295b81 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V81MML_DSP_DP_MVE_FP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V81MML_DSP_DP_MVE_FP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MBL.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MBL.cprj index a9484c2bd..b2948baa6 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MBL.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MBL.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML.cprj index f4596a8db..dc961de07 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_DP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_DP.cprj index 7280ef0d8..669909099 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_DP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_DP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_DSP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_DSP.cprj index 90daea771..347ff4f55 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_DSP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_DSP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_SP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_SP.cprj index 950ec2362..7766f2910 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_SP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8MML_SP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8_MML_DSP_DP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8_MML_DSP_DP.cprj index ef37563ba..fe24ad9d5 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8_MML_DSP_DP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8_MML_DSP_DP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8_MML_DSP_SP.cprj b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8_MML_DSP_SP.cprj index 104d1dcd7..c027e8e9d 100644 --- a/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8_MML_DSP_SP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetAC6/MultiTarget.V8_MML_DSP_SP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0.cprj index 7268cea77..6eee7bb0d 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0P.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0P.cprj index 29ca728bb..1a569f11d 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0P.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0P.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0P_MPU.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0P_MPU.cprj index 3cea7c8f6..9339cdc6a 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0P_MPU.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM0P_MPU.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM1.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM1.cprj index 98c21d41d..9df1a484b 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM1.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM1.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM23.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM23.cprj index f0b383a1d..0ac583ccb 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM23.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM23.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM23_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM23_TZ.cprj index d4b799692..638130215 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM23_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM23_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM3.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM3.cprj index 6998e16b8..74d3f1b78 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM3.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33.cprj index 8efc083b6..c75a63ec8 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_DSP_FP.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_DSP_FP.cprj index 5626f6315..7880f3e31 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_DSP_FP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_DSP_FP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_DSP_FP_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_DSP_FP_TZ.cprj index baba95ca2..32f798bb0 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_DSP_FP_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_DSP_FP_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_TZ.cprj index 74918abb9..cdd40c727 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM33_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35P.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35P.cprj index 904697b99..b270c53a7 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35P.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35P.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35P_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35P_TZ.cprj index 8a637cf2d..cfe873f69 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35P_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35P_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35_DSP_FP.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35_DSP_FP.cprj index 28e8de4ee..44dcd80af 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35_DSP_FP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35_DSP_FP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35_DSP_FP_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35_DSP_FP_TZ.cprj index 3e048fe44..fe088a34e 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35_DSP_FP_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM35_DSP_FP_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM4.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM4.cprj index 1c7594b88..603d9e4e6 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM4.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM4.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM4_FP.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM4_FP.cprj index a47ee3a38..ddd963c0c 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM4_FP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM4_FP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM55.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM55.cprj index 98e9bc4f7..e04709e9b 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM55.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM55.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7.cprj index 13a381d47..eb9dc3cd4 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7_DP.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7_DP.cprj index 97b663066..32ceeca12 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7_DP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7_DP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7_SP.cprj b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7_SP.cprj index 14f1af9f5..5bf7ca97d 100644 --- a/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7_SP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetGCC/MultiTarget.CM7_SP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0.cprj index fe93d7611..ec82220af 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0_DEBUG.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0_DEBUG.cprj index 6cf7544d3..5858a9629 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0_DEBUG.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0_DEBUG.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0_WARNINGS.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0_WARNINGS.cprj index da1c8a7df..abeffb966 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0_WARNINGS.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM0_WARNINGS.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_DSP_FP.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_DSP_FP.cprj index 7674fb254..a65a1ee66 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_DSP_FP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_DSP_FP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_DSP_FP_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_DSP_FP_TZ.cprj index 5b08d581a..614fac1ad 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_DSP_FP_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_DSP_FP_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_TZ.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_TZ.cprj index fe7b9d9b4..27ff1da57 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_TZ.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM33_TZ.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM55.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM55.cprj index 54b491605..fd6fdb5dc 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM55.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM55.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM55_MVE.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM55_MVE.cprj index 80af91584..215e4d371 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM55_MVE.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM55_MVE.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_DP.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_DP.cprj index 2a8a1843b..f3b937c90 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_DP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_DP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_NP.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_NP.cprj index 4efc0e976..790cbd4a3 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_NP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_NP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_SP.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_SP.cprj index 9d88042dc..d74692075 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_SP.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM7_SP.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM85.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM85.cprj index 269c1058b..5bb92fa37 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM85.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM85.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM85_PB.cprj b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM85_PB.cprj index f0d75eaac..ffa9f1219 100644 --- a/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM85_PB.cprj +++ b/tools/buildmgr/test/testinput/MultiTargetIAR/MultiTarget.CM85_PB.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/MultipleCompiler.cprj b/tools/buildmgr/test/testinput/MultipleCompiler.cprj index c46a6619f..93e607670 100644 --- a/tools/buildmgr/test/testinput/MultipleCompiler.cprj +++ b/tools/buildmgr/test/testinput/MultipleCompiler.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/NoCompiler.cprj b/tools/buildmgr/test/testinput/NoCompiler.cprj index a9a03a873..31d59ba57 100644 --- a/tools/buildmgr/test/testinput/NoCompiler.cprj +++ b/tools/buildmgr/test/testinput/NoCompiler.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/NoPackage.cprj b/tools/buildmgr/test/testinput/NoPackage.cprj index 9461b05c9..1cf6a37b4 100644 --- a/tools/buildmgr/test/testinput/NoPackage.cprj +++ b/tools/buildmgr/test/testinput/NoPackage.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/OldSchema.cprj b/tools/buildmgr/test/testinput/OldSchema.cprj index cef1f7ca0..089a4224e 100644 --- a/tools/buildmgr/test/testinput/OldSchema.cprj +++ b/tools/buildmgr/test/testinput/OldSchema.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/PackNotAvailable.cprj b/tools/buildmgr/test/testinput/PackNotAvailable.cprj index 4e55cc5d5..9edcf4011 100644 --- a/tools/buildmgr/test/testinput/PackNotAvailable.cprj +++ b/tools/buildmgr/test/testinput/PackNotAvailable.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/PacklistLocal.cprj b/tools/buildmgr/test/testinput/PacklistLocal.cprj index 416b7f7a9..916b21323 100644 --- a/tools/buildmgr/test/testinput/PacklistLocal.cprj +++ b/tools/buildmgr/test/testinput/PacklistLocal.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/Target.cprj b/tools/buildmgr/test/testinput/Target.cprj index e5b124b07..57eb08cfc 100644 --- a/tools/buildmgr/test/testinput/Target.cprj +++ b/tools/buildmgr/test/testinput/Target.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/UnknowlToolchainConfig.cprj b/tools/buildmgr/test/testinput/UnknowlToolchainConfig.cprj index efe153c3f..f16eb14d4 100644 --- a/tools/buildmgr/test/testinput/UnknowlToolchainConfig.cprj +++ b/tools/buildmgr/test/testinput/UnknowlToolchainConfig.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/ValidTarget.cprj b/tools/buildmgr/test/testinput/ValidTarget.cprj index 09d41e1f0..96e0f70fd 100644 --- a/tools/buildmgr/test/testinput/ValidTarget.cprj +++ b/tools/buildmgr/test/testinput/ValidTarget.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/buildmgr/test/testinput/outfile.xml.ref b/tools/buildmgr/test/testinput/outfile.xml.ref index 994675d12..59fd02596 100644 --- a/tools/buildmgr/test/testinput/outfile.xml.ref +++ b/tools/buildmgr/test/testinput/outfile.xml.ref @@ -1,3 +1,3 @@ - + diff --git a/tools/packchk/README.md b/tools/packchk/README.md index acf94bbdc..835af9d8e 100644 --- a/tools/packchk/README.md +++ b/tools/packchk/README.md @@ -78,7 +78,7 @@ verify the URL to the Pack Server, and generate a ASCII text file with the standardized name of the Software Pack. ```bash -packchk "MyVendor.MVCM3.pdsc" -u "https://www.myvendor.com/pack" -n packname.txt +packchk "MyVendor.MVCM3.pdsc" -u "http://www.myvendor.com/pack" -n packname.txt ``` Run `packchk` on the package description file called MyVendor.MVCM3.pdsc. diff --git a/tools/packchk/docs/LICENSE.txt b/tools/packchk/docs/LICENSE.txt index 31a07c120..32b9a98ee 100644 --- a/tools/packchk/docs/LICENSE.txt +++ b/tools/packchk/docs/LICENSE.txt @@ -3,7 +3,7 @@ No contributions to cmsis-build are accepted at this point. Apache License Version 2.0, January 2004 - https://www.apache.org/licenses/ + http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -221,7 +221,7 @@ License text (GPL-3.0-only) for 'GNU Make' GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/tools/packchk/src/CheckFiles.cpp b/tools/packchk/src/CheckFiles.cpp index 324cbc835..4c188bd45 100644 --- a/tools/packchk/src/CheckFiles.cpp +++ b/tools/packchk/src/CheckFiles.cpp @@ -252,14 +252,14 @@ bool CheckFiles::CheckUrls(RteItem* item) bool bOk = true; const auto lineNo = item->GetLineNumber(); - if(item->GetText().find("https://", 0) != string::npos) { + if(item->GetText().find("http://", 0) != string::npos) { LogMsg("M300", TAG(item->GetTag()), URL("https://"), lineNo); bOk = false; } const auto& attributes = item->GetAttributes(); for(const auto& [attr, text] : attributes) { - if(text.find("https://", 0) != string::npos) { + if(text.find("http://", 0) != string::npos) { LogMsg("M300", TAG(attr), URL("https://"), lineNo); bOk = false; } diff --git a/tools/packchk/src/packchk.manifest b/tools/packchk/src/packchk.manifest index 42b8cead1..853cade1e 100644 --- a/tools/packchk/src/packchk.manifest +++ b/tools/packchk/src/packchk.manifest @@ -1,7 +1,7 @@ - + true diff --git a/tools/packchk/test/data/AllowSuppressError/TestVendor.TestInvalidPack.pdsc b/tools/packchk/test/data/AllowSuppressError/TestVendor.TestInvalidPack.pdsc index e9bf24169..042130b4b 100644 --- a/tools/packchk/test/data/AllowSuppressError/TestVendor.TestInvalidPack.pdsc +++ b/tools/packchk/test/data/AllowSuppressError/TestVendor.TestInvalidPack.pdsc @@ -1,8 +1,8 @@ - + TestVendor - https://www.testurl.com/pack/ + http://www.testurl.com/pack/ TestInvalidPack TestInvalidPack diff --git a/tools/packchk/test/data/CheckBoardMountedCompatibleDevices/BulbBoard_BSP/Keil.BulbBoard_BSP.pdsc b/tools/packchk/test/data/CheckBoardMountedCompatibleDevices/BulbBoard_BSP/Keil.BulbBoard_BSP.pdsc index 2a35f1e75..782494e77 100644 --- a/tools/packchk/test/data/CheckBoardMountedCompatibleDevices/BulbBoard_BSP/Keil.BulbBoard_BSP.pdsc +++ b/tools/packchk/test/data/CheckBoardMountedCompatibleDevices/BulbBoard_BSP/Keil.BulbBoard_BSP.pdsc @@ -1,10 +1,10 @@ - + Keil BulbBoard_BSP Glyn Bulb Board Development Board Support Package - https://www.keil.com/pack + http://www.keil.com/pack @@ -26,10 +26,10 @@ - + Glyn Bulb Board Support - + @@ -69,7 +69,7 @@ Glyn Bulb Development Board - https://www.glyn.de/ideen-board + http://www.glyn.de/ideen-board LED driver for Glyn Bulb Development Board diff --git a/tools/packchk/test/data/CheckBoardMountedCompatibleDevices/FM0plus_DFP/Keil.FM0plus_DFP.pdsc b/tools/packchk/test/data/CheckBoardMountedCompatibleDevices/FM0plus_DFP/Keil.FM0plus_DFP.pdsc index 7202f4e83..16afadb6e 100644 --- a/tools/packchk/test/data/CheckBoardMountedCompatibleDevices/FM0plus_DFP/Keil.FM0plus_DFP.pdsc +++ b/tools/packchk/test/data/CheckBoardMountedCompatibleDevices/FM0plus_DFP/Keil.FM0plus_DFP.pdsc @@ -1,8 +1,8 @@ - + Keil - https://www.keil.com/pack/ + http://www.keil.com/pack/ FM0plus_DFP Cypress FM0+ Series Device Support diff --git a/tools/packchk/test/data/CompResolvedByItself/ARM.CompResolvedByItself.pdsc b/tools/packchk/test/data/CompResolvedByItself/ARM.CompResolvedByItself.pdsc index 4a6770525..6fdac7cd6 100644 --- a/tools/packchk/test/data/CompResolvedByItself/ARM.CompResolvedByItself.pdsc +++ b/tools/packchk/test/data/CompResolvedByItself/ARM.CompResolvedByItself.pdsc @@ -1,8 +1,8 @@ - + ARM - https://www.keil.com/pack/ + http://www.keil.com/pack/ CompResolvedByItself Add validation rule that detects a dependency rule satisfied by the component itself #510 diff --git a/tools/packchk/test/data/ConcurrentComponentFiles/ARM.ConcurrentComponentFiles.pdsc b/tools/packchk/test/data/ConcurrentComponentFiles/ARM.ConcurrentComponentFiles.pdsc index ea302be74..66054b6f6 100644 --- a/tools/packchk/test/data/ConcurrentComponentFiles/ARM.ConcurrentComponentFiles.pdsc +++ b/tools/packchk/test/data/ConcurrentComponentFiles/ARM.ConcurrentComponentFiles.pdsc @@ -1,6 +1,6 @@ - + ARM https://www.keil.com/pack/ ConcurrentComponentFiles diff --git a/tools/packchk/test/data/ConfigFileInIncludePath/TestVendor.ConfigFileInIncludePathPack.pdsc b/tools/packchk/test/data/ConfigFileInIncludePath/TestVendor.ConfigFileInIncludePathPack.pdsc index 54726585d..ae3c8c57a 100644 --- a/tools/packchk/test/data/ConfigFileInIncludePath/TestVendor.ConfigFileInIncludePathPack.pdsc +++ b/tools/packchk/test/data/ConfigFileInIncludePath/TestVendor.ConfigFileInIncludePathPack.pdsc @@ -1,8 +1,8 @@ - + TestVendor - https://www.testurl.com/pack/ + http://www.testurl.com/pack/ ConfigFileInIncludePathPack Include Path vs Config File. Files that have attr=config in the *.pdsc are copied to the project. An include path is automatically generated. It is a potential risk to add an additional include path to original location in the *.pdsc file. This file does not contain configuration settings. diff --git a/tools/packchk/test/data/CsolutionTag/TestVendor.CsolutionTag.pdsc b/tools/packchk/test/data/CsolutionTag/TestVendor.CsolutionTag.pdsc index 4c334a5b7..7fc386865 100644 --- a/tools/packchk/test/data/CsolutionTag/TestVendor.CsolutionTag.pdsc +++ b/tools/packchk/test/data/CsolutionTag/TestVendor.CsolutionTag.pdsc @@ -1,6 +1,6 @@ - + TestVendor https://www.testurl.com/pack/ CsolutionTag diff --git a/tools/packchk/test/data/DescriptionOverview/TestVendor.DescriptionOverviewPack.pdsc b/tools/packchk/test/data/DescriptionOverview/TestVendor.DescriptionOverviewPack.pdsc index 3e8f07017..a47a0bf58 100644 --- a/tools/packchk/test/data/DescriptionOverview/TestVendor.DescriptionOverviewPack.pdsc +++ b/tools/packchk/test/data/DescriptionOverview/TestVendor.DescriptionOverviewPack.pdsc @@ -1,8 +1,8 @@ - + TestVendor - https://www.testurl.com/pack/ + http://www.testurl.com/pack/ DescriptionOverviewPack Keil MDK Middleware: File System, Network IPv4/IPv6, USB Device/Host diff --git a/tools/packchk/test/data/DuplicateFlashAlgo/TestVendor.DuplicateFlashAlgo.pdsc b/tools/packchk/test/data/DuplicateFlashAlgo/TestVendor.DuplicateFlashAlgo.pdsc index 9a06d8cfc..9abe9b1e3 100644 --- a/tools/packchk/test/data/DuplicateFlashAlgo/TestVendor.DuplicateFlashAlgo.pdsc +++ b/tools/packchk/test/data/DuplicateFlashAlgo/TestVendor.DuplicateFlashAlgo.pdsc @@ -1,8 +1,8 @@ - + TestVendor - https://www.keil.com/pack/ + http://www.keil.com/pack/ TestDuplicateFlashAlgo Test DFP diff --git a/tools/packchk/test/data/FileAttributeDeprecated/TestVendor.FileAttributeDeprecated.pdsc b/tools/packchk/test/data/FileAttributeDeprecated/TestVendor.FileAttributeDeprecated.pdsc index 58a6ac3d9..b1ea2bebb 100644 --- a/tools/packchk/test/data/FileAttributeDeprecated/TestVendor.FileAttributeDeprecated.pdsc +++ b/tools/packchk/test/data/FileAttributeDeprecated/TestVendor.FileAttributeDeprecated.pdsc @@ -1,6 +1,6 @@ - + TestVendor https://www.testurl.com/pack/ FileAttributeDeprecated diff --git a/tools/packchk/test/data/FileNameHasSpace/TestVendor.FileNameHasSpacePack.pdsc b/tools/packchk/test/data/FileNameHasSpace/TestVendor.FileNameHasSpacePack.pdsc index ac8ff4611..05cba77d5 100644 --- a/tools/packchk/test/data/FileNameHasSpace/TestVendor.FileNameHasSpacePack.pdsc +++ b/tools/packchk/test/data/FileNameHasSpace/TestVendor.FileNameHasSpacePack.pdsc @@ -1,8 +1,8 @@ - + TestVendor - https://www.testurl.com/pack/ + http://www.testurl.com/pack/ FileNameHasSpacePack Filename has space(s) diff --git a/tools/packchk/test/data/FilenameIsDir/TestVendor.FilenameIsDirPack.pdsc b/tools/packchk/test/data/FilenameIsDir/TestVendor.FilenameIsDirPack.pdsc index 44addde8b..10b64170c 100644 --- a/tools/packchk/test/data/FilenameIsDir/TestVendor.FilenameIsDirPack.pdsc +++ b/tools/packchk/test/data/FilenameIsDir/TestVendor.FilenameIsDirPack.pdsc @@ -1,8 +1,8 @@ - + TestVendor - https://www.testurl.com/pack/ + http://www.testurl.com/pack/ FilenameIsDirPack Filename is directory diff --git a/tools/packchk/test/data/InvalidPack/TestVendor.TestInvalidPack.pdsc b/tools/packchk/test/data/InvalidPack/TestVendor.TestInvalidPack.pdsc index 1f29e7ca2..c7b2804be 100644 --- a/tools/packchk/test/data/InvalidPack/TestVendor.TestInvalidPack.pdsc +++ b/tools/packchk/test/data/InvalidPack/TestVendor.TestInvalidPack.pdsc @@ -1,8 +1,8 @@ - + TestVendor - https://www.testurl.com/pack/ + http://www.testurl.com/pack/ TestPack TestInvalidPack diff --git a/tools/packchk/test/data/MemoryAttributes/TestVendor.MemoryAttributes.pdsc b/tools/packchk/test/data/MemoryAttributes/TestVendor.MemoryAttributes.pdsc index 5b890c07f..bb7b54065 100644 --- a/tools/packchk/test/data/MemoryAttributes/TestVendor.MemoryAttributes.pdsc +++ b/tools/packchk/test/data/MemoryAttributes/TestVendor.MemoryAttributes.pdsc @@ -1,8 +1,8 @@ - + TestVendor - https://www.keil.com/pack/ + http://www.keil.com/pack/ MemoryAttributes Test Memory Attributes diff --git a/tools/packchk/test/data/PackNameFile/Arm.PackNameFile_DFP.pdsc b/tools/packchk/test/data/PackNameFile/Arm.PackNameFile_DFP.pdsc index 14e032d5e..9f86c4ab4 100644 --- a/tools/packchk/test/data/PackNameFile/Arm.PackNameFile_DFP.pdsc +++ b/tools/packchk/test/data/PackNameFile/Arm.PackNameFile_DFP.pdsc @@ -1,11 +1,11 @@ - + PackNameFile_DFP Test for -n PackName file Arm - https://www.keil.com/pack/ + http://www.keil.com/pack/ diff --git a/tools/packchk/test/data/ProcessorFeatures/TestVendor.ProcessorFeatures.pdsc b/tools/packchk/test/data/ProcessorFeatures/TestVendor.ProcessorFeatures.pdsc index 3167f5fd8..678aa555c 100644 --- a/tools/packchk/test/data/ProcessorFeatures/TestVendor.ProcessorFeatures.pdsc +++ b/tools/packchk/test/data/ProcessorFeatures/TestVendor.ProcessorFeatures.pdsc @@ -1,8 +1,8 @@ - + TestVendor - https://www.keil.com/pack/ + http://www.keil.com/pack/ ProcessorFeatures Test Processor Features diff --git a/tools/packchk/test/data/RteTestBoard/ARM.RteTestBoard.pdsc b/tools/packchk/test/data/RteTestBoard/ARM.RteTestBoard.pdsc index 7c724dd8e..eb73933b0 100644 --- a/tools/packchk/test/data/RteTestBoard/ARM.RteTestBoard.pdsc +++ b/tools/packchk/test/data/RteTestBoard/ARM.RteTestBoard.pdsc @@ -1,6 +1,6 @@ - + RteTestBoard Testing packages listing ARM diff --git a/tools/packchk/test/data/SchemaValidation/TestVendor.SchemaValidation.pdsc b/tools/packchk/test/data/SchemaValidation/TestVendor.SchemaValidation.pdsc index 630c1710f..de9574802 100644 --- a/tools/packchk/test/data/SchemaValidation/TestVendor.SchemaValidation.pdsc +++ b/tools/packchk/test/data/SchemaValidation/TestVendor.SchemaValidation.pdsc @@ -1,8 +1,8 @@ - + TestVendor - https://www.testurl.com/pack/ + http://www.testurl.com/pack/ SchemaValidation Schema Validation diff --git a/tools/packchk/test/data/SemVerTest/Arm.SemVerTest_DFP.pdsc b/tools/packchk/test/data/SemVerTest/Arm.SemVerTest_DFP.pdsc index 5197b44b1..82631047a 100644 --- a/tools/packchk/test/data/SemVerTest/Arm.SemVerTest_DFP.pdsc +++ b/tools/packchk/test/data/SemVerTest/Arm.SemVerTest_DFP.pdsc @@ -1,11 +1,11 @@ - + SemVerTest_DFP Test for semantic versioning Arm - https://www.keil.com/pack/ + http://www.keil.com/pack/ diff --git a/tools/packchk/test/data/SupportCcFiles/TestVendor.SupportCcFiles_DFP.pdsc b/tools/packchk/test/data/SupportCcFiles/TestVendor.SupportCcFiles_DFP.pdsc index 13d5f55ef..04f8abca1 100644 --- a/tools/packchk/test/data/SupportCcFiles/TestVendor.SupportCcFiles_DFP.pdsc +++ b/tools/packchk/test/data/SupportCcFiles/TestVendor.SupportCcFiles_DFP.pdsc @@ -1,8 +1,8 @@ - + TestVendor - https://www.testurl.com/pack/ + http://www.testurl.com/pack/ SupportCcFiles_DFP Filename is directory diff --git a/tools/packchk/test/data/TestLicense/TestVendor.TestPackLicense.pdsc b/tools/packchk/test/data/TestLicense/TestVendor.TestPackLicense.pdsc index 594d31acf..ca0934190 100644 --- a/tools/packchk/test/data/TestLicense/TestVendor.TestPackLicense.pdsc +++ b/tools/packchk/test/data/TestLicense/TestVendor.TestPackLicense.pdsc @@ -1,8 +1,8 @@ - + TestVendor - https://www.testurl.com/pack/ + http://www.testurl.com/pack/ TestPackLicense TestPackLicense licenses\license.dat diff --git a/tools/packchk/test/data/TestPackDot/TestVendor.TestPackDot.pdsc b/tools/packchk/test/data/TestPackDot/TestVendor.TestPackDot.pdsc index 27c74a1be..4d05fc4d1 100644 --- a/tools/packchk/test/data/TestPackDot/TestVendor.TestPackDot.pdsc +++ b/tools/packchk/test/data/TestPackDot/TestVendor.TestPackDot.pdsc @@ -1,8 +1,8 @@ - + TestVendor - https://www.testurl.com/pack/ + http://www.testurl.com/pack/ TestPackDot TestPackDot diff --git a/tools/packchk/test/data/TestPackRoot/Pack/TestVendor.TestPackRoot.pdsc b/tools/packchk/test/data/TestPackRoot/Pack/TestVendor.TestPackRoot.pdsc index 18f3a05ef..dd1b18d0d 100644 --- a/tools/packchk/test/data/TestPackRoot/Pack/TestVendor.TestPackRoot.pdsc +++ b/tools/packchk/test/data/TestPackRoot/Pack/TestVendor.TestPackRoot.pdsc @@ -1,8 +1,8 @@ - + TestVendor - https://www.testurl.com/pack/ + http://www.testurl.com/pack/ TestPackRoot TestPackRoot diff --git a/tools/packchk/test/data/TestSON/TestVendor.TestSON.pdsc b/tools/packchk/test/data/TestSON/TestVendor.TestSON.pdsc index 662e2ef58..98e29707b 100644 --- a/tools/packchk/test/data/TestSON/TestVendor.TestSON.pdsc +++ b/tools/packchk/test/data/TestSON/TestVendor.TestSON.pdsc @@ -1,8 +1,8 @@ - + TestVendor - https://www.testurl.com/pack/ + http://www.testurl.com/pack/ TestPackLicense TestPackLicense licenses\license.dat diff --git a/tools/packchk/test/data/TestTextExceedsLength/TestVendor.TestTextExceedsLength.pdsc b/tools/packchk/test/data/TestTextExceedsLength/TestVendor.TestTextExceedsLength.pdsc index 04d4a6f8c..fed48298a 100644 --- a/tools/packchk/test/data/TestTextExceedsLength/TestVendor.TestTextExceedsLength.pdsc +++ b/tools/packchk/test/data/TestTextExceedsLength/TestVendor.TestTextExceedsLength.pdsc @@ -1,6 +1,6 @@ - + TestVendor https://www.testurl.foo/pack/ TestTextExceedsLength diff --git a/tools/packchk/test/data/TestUrlHttps/TestVendor.TestUrlHttps.pdsc b/tools/packchk/test/data/TestUrlHttps/TestVendor.TestUrlHttps.pdsc index 4e5301212..6d16d0484 100644 --- a/tools/packchk/test/data/TestUrlHttps/TestVendor.TestUrlHttps.pdsc +++ b/tools/packchk/test/data/TestUrlHttps/TestVendor.TestUrlHttps.pdsc @@ -1,14 +1,14 @@ - + TestVendor - https://www.testurl.foo/pack/ + http://www.testurl.foo/pack/ TestUrlHttps TestUrlHttps - https://github.com/ARM-software/CMSIS-Driver.git + http://github.com/ARM-software/CMSIS-Driver.git - + Added nothing. @@ -34,7 +34,7 @@ Initialization generated by MyConfig - + @@ -42,15 +42,15 @@ - + - + xsi:schemaLocation="http://example.com example.xsd"> @@ -60,10 +60,10 @@ - + MyBoard Evaluation Kit - - + + diff --git a/tools/packchk/test/data/schema.xsd b/tools/packchk/test/data/schema.xsd index 1bc0ab34f..c0518ab7d 100644 --- a/tools/packchk/test/data/schema.xsd +++ b/tools/packchk/test/data/schema.xsd @@ -1,5 +1,5 @@ - + diff --git a/tools/packchk/test/integtests/src/PackChkIntegTests.cpp b/tools/packchk/test/integtests/src/PackChkIntegTests.cpp index c1e3f6800..83ddb601c 100644 --- a/tools/packchk/test/integtests/src/PackChkIntegTests.cpp +++ b/tools/packchk/test/integtests/src/PackChkIntegTests.cpp @@ -338,7 +338,7 @@ TEST_F(PackChkIntegTests, AddRefPacks) { refPack3 += "/" + refName3 + ".pdsc"; refPack4 += "/" + refName4 + ".pdsc"; const string contentBegin = "\n"\ - "\n"\ + "\n"\ " "; const string contentEnd = " \n"\ "\n"; diff --git a/tools/packchk/test/unittests/src/TestPackOptions.cpp b/tools/packchk/test/unittests/src/TestPackOptions.cpp index 315512b0f..95b8f146e 100644 --- a/tools/packchk/test/unittests/src/TestPackOptions.cpp +++ b/tools/packchk/test/unittests/src/TestPackOptions.cpp @@ -26,7 +26,7 @@ class PackOptionsExposed : public CPackOptions { TEST(TestPackOptions, SetUrlRef) { CPackOptions packOptions; - EXPECT_TRUE(packOptions.SetUrlRef("\"https://keil.com/packs\"")); + EXPECT_TRUE(packOptions.SetUrlRef("\"http://keil.com/packs\"")); EXPECT_FALSE(packOptions.SetUrlRef("\"\"")); EXPECT_FALSE(packOptions.SetUrlRef("")); } diff --git a/tools/packchk/test/unittests/src/TestValidateSyntax.cpp b/tools/packchk/test/unittests/src/TestValidateSyntax.cpp index 1e0b72a2a..883128eb4 100644 --- a/tools/packchk/test/unittests/src/TestValidateSyntax.cpp +++ b/tools/packchk/test/unittests/src/TestValidateSyntax.cpp @@ -21,7 +21,7 @@ class ValidateSyntaxExposed : public ValidateSyntax { TEST(TestValidateSyntax, IsURL) { - EXPECT_TRUE(ValidateSyntaxExposed::IsURL("https://mysite.com")); + EXPECT_TRUE(ValidateSyntaxExposed::IsURL("http://mysite.com")); EXPECT_TRUE(ValidateSyntaxExposed::IsURL("https://mysite.com")); EXPECT_TRUE(ValidateSyntaxExposed::IsURL("ftp://mysite.com")); EXPECT_TRUE(ValidateSyntaxExposed::IsURL("ftps://mysite.com")); diff --git a/tools/packgen/README.md b/tools/packgen/README.md index a99a122ab..acd869300 100644 --- a/tools/packgen/README.md +++ b/tools/packgen/README.md @@ -280,7 +280,7 @@ When starting the process of generating a new pack, the following workflow is re description: "TestPack description" vendor: "ARM" license: "LICENSE" - url: "https://arm.com/" + url: "http://arm.com/" releases: - version: "1.0.0" date: "2021-08-10" diff --git a/tools/packgen/docs/LICENSE.txt b/tools/packgen/docs/LICENSE.txt index 31a07c120..32b9a98ee 100644 --- a/tools/packgen/docs/LICENSE.txt +++ b/tools/packgen/docs/LICENSE.txt @@ -3,7 +3,7 @@ No contributions to cmsis-build are accepted at this point. Apache License Version 2.0, January 2004 - https://www.apache.org/licenses/ + http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -221,7 +221,7 @@ License text (GPL-3.0-only) for 'GNU Make' GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/tools/packgen/schema/manifest.schema.json b/tools/packgen/schema/manifest.schema.json index ef43e0263..e288982a5 100644 --- a/tools/packgen/schema/manifest.schema.json +++ b/tools/packgen/schema/manifest.schema.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft-07/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", "id": "manifest.schema.json", "title": "CMSIS Pack generation manifest", "version": "0.9.0", diff --git a/tools/packgen/src/packgen.manifest b/tools/packgen/src/packgen.manifest index 42b8cead1..853cade1e 100644 --- a/tools/packgen/src/packgen.manifest +++ b/tools/packgen/src/packgen.manifest @@ -1,7 +1,7 @@ - + true diff --git a/tools/packgen/test/data/CMakeTestMultipleBuilds/ARM.TestPackMultipleBuilds.pdsc b/tools/packgen/test/data/CMakeTestMultipleBuilds/ARM.TestPackMultipleBuilds.pdsc index d720b1600..84c75a544 100644 --- a/tools/packgen/test/data/CMakeTestMultipleBuilds/ARM.TestPackMultipleBuilds.pdsc +++ b/tools/packgen/test/data/CMakeTestMultipleBuilds/ARM.TestPackMultipleBuilds.pdsc @@ -1,5 +1,5 @@ - + TestPackMultipleBuilds TestPackMultipleBuilds description @@ -8,7 +8,7 @@ LICENSE - https://arm.com/ + http://arm.com/ Initial release diff --git a/tools/packgen/test/data/CMakeTestMultipleBuilds/manifest.yml b/tools/packgen/test/data/CMakeTestMultipleBuilds/manifest.yml index 9dbf80c89..1aa30eb19 100644 --- a/tools/packgen/test/data/CMakeTestMultipleBuilds/manifest.yml +++ b/tools/packgen/test/data/CMakeTestMultipleBuilds/manifest.yml @@ -13,7 +13,7 @@ packs: description: "TestPackMultipleBuilds description" vendor: "ARM" license: "LICENSE" - url: "https://arm.com/" + url: "http://arm.com/" releases: - version: "1.0.0" diff --git a/tools/packgen/test/data/CMakeTestProject/ARM.TestPack.pdsc b/tools/packgen/test/data/CMakeTestProject/ARM.TestPack.pdsc index 6c35b99e1..c1a5d374d 100644 --- a/tools/packgen/test/data/CMakeTestProject/ARM.TestPack.pdsc +++ b/tools/packgen/test/data/CMakeTestProject/ARM.TestPack.pdsc @@ -1,5 +1,5 @@ - + TestPack TestPack description @@ -8,7 +8,7 @@ LICENSE - https://arm.com/ + http://arm.com/ diff --git a/tools/packgen/test/data/CMakeTestProject/manifest.yml b/tools/packgen/test/data/CMakeTestProject/manifest.yml index 697746426..f9657c20e 100644 --- a/tools/packgen/test/data/CMakeTestProject/manifest.yml +++ b/tools/packgen/test/data/CMakeTestProject/manifest.yml @@ -9,7 +9,7 @@ packs: description: "TestPack description" vendor: "ARM" license: "LICENSE" - url: "https://arm.com/" + url: "http://arm.com/" requirements: packages: diff --git a/tools/packgen/test/data/TestProject/TestVendor.TestPack.pdsc b/tools/packgen/test/data/TestProject/TestVendor.TestPack.pdsc index 0ae156ba6..746ce1dd0 100644 --- a/tools/packgen/test/data/TestProject/TestVendor.TestPack.pdsc +++ b/tools/packgen/test/data/TestProject/TestVendor.TestPack.pdsc @@ -1,5 +1,5 @@ - + TestPack TestPack description @@ -8,7 +8,7 @@ LICENSE - https://test-URL.com/ + http://test-URL.com/ https://github.com/ARM-software/CMSIS-Driver.git diff --git a/tools/packgen/test/data/TestProject/manifest.yml b/tools/packgen/test/data/TestProject/manifest.yml index e219ba23f..1fd0d03db 100644 --- a/tools/packgen/test/data/TestProject/manifest.yml +++ b/tools/packgen/test/data/TestProject/manifest.yml @@ -9,7 +9,7 @@ packs: description: "TestPack description" vendor: "TestVendor" license: "LICENSE" - url: "https://test-URL.com/" + url: "http://test-URL.com/" repository: type: git url: https://github.com/ARM-software/CMSIS-Driver.git diff --git a/tools/packgen/test/data/TestProject/out-of-root/TestVendor.TestPackOutOfRoot.pdsc b/tools/packgen/test/data/TestProject/out-of-root/TestVendor.TestPackOutOfRoot.pdsc index d58081411..8f2e1c73c 100644 --- a/tools/packgen/test/data/TestProject/out-of-root/TestVendor.TestPackOutOfRoot.pdsc +++ b/tools/packgen/test/data/TestProject/out-of-root/TestVendor.TestPackOutOfRoot.pdsc @@ -1,5 +1,5 @@ - + TestPackOutOfRoot TestPack description @@ -8,7 +8,7 @@ LICENSE - https://test-URL.com/ + http://test-URL.com/ Initial release diff --git a/tools/packgen/test/data/TestProject/out-of-root/manifest.yml b/tools/packgen/test/data/TestProject/out-of-root/manifest.yml index 0fdc6322e..1be6946c8 100644 --- a/tools/packgen/test/data/TestProject/out-of-root/manifest.yml +++ b/tools/packgen/test/data/TestProject/out-of-root/manifest.yml @@ -9,7 +9,7 @@ packs: description: "TestPack description" vendor: "TestVendor" license: "LICENSE" - url: "https://test-URL.com/" + url: "http://test-URL.com/" releases: - version: "1.0.0" diff --git a/tools/packgen/test/data/invalid_manifest.yml b/tools/packgen/test/data/invalid_manifest.yml index da06a3a6a..9d4105f85 100644 --- a/tools/packgen/test/data/invalid_manifest.yml +++ b/tools/packgen/test/data/invalid_manifest.yml @@ -9,7 +9,7 @@ packs: description: "TestPack description" vendor: "ARM" license: "LICENSE" - url: "https://arm.com/" + url: "http://arm.com/" requirements: packages: diff --git a/tools/packgen/test/data/invalid_manifest2.yml b/tools/packgen/test/data/invalid_manifest2.yml index 08f078ce0..660200f2d 100644 --- a/tools/packgen/test/data/invalid_manifest2.yml +++ b/tools/packgen/test/data/invalid_manifest2.yml @@ -10,7 +10,7 @@ list: description: "TestPack description" vendor: "ARM" license: "LICENSE" - url: "https://arm.com/" + url: "http://arm.com/" requirements: packages: diff --git a/tools/packgen/test/data/no-target-manifest.yml b/tools/packgen/test/data/no-target-manifest.yml index 3f437c417..3ffe21799 100644 --- a/tools/packgen/test/data/no-target-manifest.yml +++ b/tools/packgen/test/data/no-target-manifest.yml @@ -9,7 +9,7 @@ packs: description: "TestPack description" vendor: "ARM" license: "LICENSE" - url: "https://arm.com/" + url: "http://arm.com/" requirements: packages: diff --git a/tools/packgen/test/src/PackGenUnitTests.cpp b/tools/packgen/test/src/PackGenUnitTests.cpp index eaae4fe7e..2b672b147 100644 --- a/tools/packgen/test/src/PackGenUnitTests.cpp +++ b/tools/packgen/test/src/PackGenUnitTests.cpp @@ -20,7 +20,7 @@ static constexpr const char* packName = "TestPack"; static constexpr const char* packDescription = "TestPack description"; static constexpr const char* packVendor = "ARM"; static constexpr const char* packLicense = "LICENSE"; -static constexpr const char* packUrl = "https://arm.com/"; +static constexpr const char* packUrl = "http://arm.com/"; static constexpr const char* packRepositoryUrl = "https://github.com/ARM-software/CMSIS-Driver.git"; static constexpr const char* packRepositoryType = "git"; diff --git a/tools/projmgr/docs/LICENSE.txt b/tools/projmgr/docs/LICENSE.txt index 31a07c120..32b9a98ee 100644 --- a/tools/projmgr/docs/LICENSE.txt +++ b/tools/projmgr/docs/LICENSE.txt @@ -3,7 +3,7 @@ No contributions to cmsis-build are accepted at this point. Apache License Version 2.0, January 2004 - https://www.apache.org/licenses/ + http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -221,7 +221,7 @@ License text (GPL-3.0-only) for 'GNU Make' GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/tools/projmgr/schemas/cbuild-gen-idx.schema.json b/tools/projmgr/schemas/cbuild-gen-idx.schema.json index 1794a0e49..cb5e3dfbc 100644 --- a/tools/projmgr/schemas/cbuild-gen-idx.schema.json +++ b/tools/projmgr/schemas/cbuild-gen-idx.schema.json @@ -1,6 +1,6 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#file-structure-of-cbuild-gen-idxyml", - "$schema": "https://json-schema.org/draft-07/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild-gen-idx.schema.json", "title": "CMSIS cbuild-gen-idx", "description": "defines sibling contexts description for a generator call", diff --git a/tools/projmgr/schemas/cbuild-gen.schema.json b/tools/projmgr/schemas/cbuild-gen.schema.json index f4dc05bb5..338311b8d 100644 --- a/tools/projmgr/schemas/cbuild-gen.schema.json +++ b/tools/projmgr/schemas/cbuild-gen.schema.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft-07/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild-gen.schema.json", "title": "CMSIS cbuild-gen", "description": "defines an individual context description for a generator call", diff --git a/tools/projmgr/schemas/cbuild-idx.schema.json b/tools/projmgr/schemas/cbuild-idx.schema.json index 6e8bd3ec8..4749655da 100644 --- a/tools/projmgr/schemas/cbuild-idx.schema.json +++ b/tools/projmgr/schemas/cbuild-idx.schema.json @@ -1,6 +1,6 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-idxyml", - "$schema": "https://json-schema.org/draft-07/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild-idx.schema.json", "title": "CMSIS cbuild-idx", "description": "defines a build description for a solution", diff --git a/tools/projmgr/schemas/cbuild-pack.schema.json b/tools/projmgr/schemas/cbuild-pack.schema.json index ee986f4ce..9541f75b6 100644 --- a/tools/projmgr/schemas/cbuild-pack.schema.json +++ b/tools/projmgr/schemas/cbuild-pack.schema.json @@ -1,6 +1,6 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-packyml", - "$schema": "https://json-schema.org/draft-07/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild-pack.schema.json", "title": "CMSIS cbuild-pack", "description": "file containing all pack versions used, used for pack locking", diff --git a/tools/projmgr/schemas/cbuild-run.schema.json b/tools/projmgr/schemas/cbuild-run.schema.json index 88b8a94e3..1d72a3aa6 100644 --- a/tools/projmgr/schemas/cbuild-run.schema.json +++ b/tools/projmgr/schemas/cbuild-run.schema.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft-07/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild-run.schema.json", "title": "CMSIS cbuild-run", "description": "contains run and debug information for a target", diff --git a/tools/projmgr/schemas/cbuild-set.schema.json b/tools/projmgr/schemas/cbuild-set.schema.json index 23bb844c1..7e0f08203 100644 --- a/tools/projmgr/schemas/cbuild-set.schema.json +++ b/tools/projmgr/schemas/cbuild-set.schema.json @@ -1,6 +1,6 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-setyml", - "$schema": "https://json-schema.org/draft-07/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild-set.schema.json", "title": "CMSIS cbuild-set", "description": "defines a selected set of build configuration", diff --git a/tools/projmgr/schemas/cbuild.schema.json b/tools/projmgr/schemas/cbuild.schema.json index 6fe70aeed..fa37dc24a 100644 --- a/tools/projmgr/schemas/cbuild.schema.json +++ b/tools/projmgr/schemas/cbuild.schema.json @@ -1,6 +1,6 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuildyml", - "$schema": "https://json-schema.org/draft-07/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild.schema.json", "title": "CMSIS cbuild", "description": "defines a build description for a project", diff --git a/tools/projmgr/schemas/cdefault.schema.json b/tools/projmgr/schemas/cdefault.schema.json index 6413c276f..0e5dfeaa5 100644 --- a/tools/projmgr/schemas/cdefault.schema.json +++ b/tools/projmgr/schemas/cdefault.schema.json @@ -1,6 +1,6 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#cdefault", - "$schema": "https://json-schema.org/draft-07/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cdefault.schema.json", "title": "CMSIS cdefault", "description": "Default setup of a build environment with toolchain specific controls.", diff --git a/tools/projmgr/schemas/cgen.schema.json b/tools/projmgr/schemas/cgen.schema.json index 556d2718f..b7402d6cf 100644 --- a/tools/projmgr/schemas/cgen.schema.json +++ b/tools/projmgr/schemas/cgen.schema.json @@ -1,6 +1,6 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#file-structure-of-cgenyml", - "$schema": "https://json-schema.org/draft-07/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cgen.schema.json", "title": "CMSIS cgen", "description": "set of source files and pre-configured components generated by external program", diff --git a/tools/projmgr/schemas/clayer.schema.json b/tools/projmgr/schemas/clayer.schema.json index cceb64372..f1b074309 100644 --- a/tools/projmgr/schemas/clayer.schema.json +++ b/tools/projmgr/schemas/clayer.schema.json @@ -1,6 +1,6 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#layer", - "$schema": "https://json-schema.org/draft-07/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/clayer.schema.json", "title": "CMSIS Layer", "description": "Set of source files and pre-configured components for reuse in different applications.", diff --git a/tools/projmgr/schemas/common.schema.json b/tools/projmgr/schemas/common.schema.json index 0b89ca000..c02f89c8c 100644 --- a/tools/projmgr/schemas/common.schema.json +++ b/tools/projmgr/schemas/common.schema.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft-07/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/common.schema.json", "title": "CMSIS common", "description": "Common and reusable properties for other schemas.", diff --git a/tools/projmgr/schemas/cproject.schema.json b/tools/projmgr/schemas/cproject.schema.json index 3e8d4564c..acba50c72 100644 --- a/tools/projmgr/schemas/cproject.schema.json +++ b/tools/projmgr/schemas/cproject.schema.json @@ -1,6 +1,6 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#project", - "$schema": "https://json-schema.org/draft-07/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cproject.schema.json", "title": "CMSIS Project", "description": "Source files and pre-configured components of a sub-project that builds independently.", diff --git a/tools/projmgr/schemas/csolution.schema.json b/tools/projmgr/schemas/csolution.schema.json index 43947028d..87b6a0f23 100644 --- a/tools/projmgr/schemas/csolution.schema.json +++ b/tools/projmgr/schemas/csolution.schema.json @@ -1,6 +1,6 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#solution", - "$schema": "https://json-schema.org/draft-07/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/csolution.schema.json", "title": "CMSIS Solution", "description": "Complete scope of an application composed of sub-projects. Defines target and build types.", diff --git a/tools/projmgr/schemas/debug-adapters.schema.json b/tools/projmgr/schemas/debug-adapters.schema.json new file mode 100644 index 000000000..85eacf133 --- /dev/null +++ b/tools/projmgr/schemas/debug-adapters.schema.json @@ -0,0 +1,224 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/debug-adapter-registry/v2.13.0/schemas/debug-adapters.schema.json", + "title": "CMSIS debug-adapters registry", + "description": "Contains the list of supported debug adapters", + "version": "2.13.0", + "type": "object", + "properties": { + "debug-adapters": { + "$ref": "#/definitions/DebugAdaptersDescType" + } + }, + "additionalProperties": false, + "required": [ + "debug-adapters" + ], + "definitions": { + "DebugAdaptersDescType": { + "title": "debug-adapters:\nDocumentation: https://open-cmsis-pack.github.io/cmsis-toolbox/build-operation/#debug-adapter-integration", + "description": "Contains the list of supported debug adapters.", + "type": "array", + "uniqueItems": true, + "items": { + "$ref": "#/definitions/DebugAdapterDescType" + } + }, + "DebugAdapterDescType": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "Debugger adapter name." + }, + "alias-name": { + "type": "array", + "items": { + "type": "string" + }, + "description": "List of names (in input node or BSP) that map to this debug adapter." + }, + "template": { + "type": "string", + "description": "Used only by the VS Code CMSIS Solution extension for configuration." + }, + "defaults": { + "$ref": "#/definitions/DebugAdaptersDefaultsType" + }, + "user-interface": { + "type": "array", + "items": { + "$ref": "#/definitions/UserInterfaceType" + } + } + }, + "additionalProperties": false, + "required": [ + "name" + ] + }, + "DebugAdaptersDefaultsType": { + "description": "List of default options to use when not specified in the target-set: node.", + "type": "object", + "properties": { + "port": { + "type": "number", + "description": "Port number." + }, + "protocol": { + "enum": [ + "jtag", + "swd" + ], + "description": "Selected debug protocol (jtag or swd)." + }, + "clock": { + "type": "number", + "description": "Selected debug clock speed (in Hz)." + }, + "gdbserver": { + "type": "object", + "properties": { + "active": { + "type": "null", + "description": "Add the gdbserver: node in the cbuild-run.yml file." + }, + "port": { + "type": "number", + "description": "Port number." + } + } + }, + "telnet": { + "type": "object", + "properties": { + "active": { + "type": "null", + "description": "Add the telnet: node in the cbuild-run.yml file." + }, + "port": { + "type": "number", + "description": "Port number." + }, + "mode": { + "type": [ "string" , "boolean" ], + "description": "Redirect output mode." + } + } + } + }, + "additionalProperties": true + }, + "UserInterfaceType": { + "description": "User interface configuration.", + "type": "object", + "properties": { + "section": { + "type": "string", + "description": "Section name for the user interface." + }, + "description": { + "type": "string", + "description": "Description of the section." + }, + "yml-node": { + "type": "string", + "description": "YAML node in the cbuild-run.yml file." + }, + "type": { + "enum": [ + "number", + "enum", + "string", + "file" + ], + "description": "Type of the user interface element." + }, + "select": { + "enum": [ + "on", + "off" + ], + "description": "Whether to show or hide this section in the user interface." + }, + "options": { + "$ref": "#/definitions/SectionOptionsType" + }, + "pname-options": { + "type": "null", + "description": "Allows each option to be configured independently for every CPU core." + } + }, + "additionalProperties": false, + "required": [ + "section", + "options", + "description" + ] + }, + "SectionOptionsType": { + "type": "array", + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "Option name." + }, + "description": { + "type": "string", + "description": "Option description." + }, + "yml-node": { + "type": "string", + "description": "YAML node in the cbuild-run.yml file." + }, + "type": { + "enum": [ + "number", + "enum", + "string", + "file" + ], + "description": "Type of the option." + }, + "values": { + "type": "array", + "items": { + "type": [ + "string", + "object" + ], + "properties": { + "name": { "type": "string", "description": "Display name of the value." }, + "value": { "type": [ "string", "number", "boolean" ], "description": "Actual value to use in the YAML file." }, + "description": { "type": "string", "description": "Description of the value." } + }, + "required": [ "name" ] + }, + "description": "List of possible values (for enum type)." + }, + "range": { + "type": "array", + "items": { + "type": "number" + }, + "description": "Range of valid values in display scale (for number type)." + }, + "default": { + "type": [ + "string", + "number", + "null" + ], + "description": "Default value for the option (for number types in display scale)." + }, + "scale": { + "type": "number", + "description": "Display scaling of the option (for number type). E.g. 1000 to display a value stored in Hz as kHz." + } + } + } + } + } +} diff --git a/tools/projmgr/schemas/generator.schema.json b/tools/projmgr/schemas/generator.schema.json index 37bd5f5d3..a41630e54 100644 --- a/tools/projmgr/schemas/generator.schema.json +++ b/tools/projmgr/schemas/generator.schema.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft-07/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/generator.schema.json", "title": "CMSIS generator registry", "description": "defines global generator registry", diff --git a/tools/projmgr/src/csolution.manifest b/tools/projmgr/src/csolution.manifest index 42b8cead1..853cade1e 100644 --- a/tools/projmgr/src/csolution.manifest +++ b/tools/projmgr/src/csolution.manifest @@ -1,7 +1,7 @@ - + true diff --git a/tools/projmgr/test/data/ExternalGenerator/ref/MultiCore/core0.Debug+MultiCore.cbuild-gen.yml b/tools/projmgr/test/data/ExternalGenerator/ref/MultiCore/core0.Debug+MultiCore.cbuild-gen.yml index 89db02afa..c38523076 100644 --- a/tools/projmgr/test/data/ExternalGenerator/ref/MultiCore/core0.Debug+MultiCore.cbuild-gen.yml +++ b/tools/projmgr/test/data/ExternalGenerator/ref/MultiCore/core0.Debug+MultiCore.cbuild-gen.yml @@ -9,7 +9,7 @@ build-gen: device: ARM::RteTest_ARMCM0_Dual:cm0_core0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ${DEVTOOLS(data)}/ExternalGenerator/.cmsis/extgen+MultiCore.dbgconf diff --git a/tools/projmgr/test/data/ExternalGenerator/ref/MultiCore/core1.Debug+MultiCore.cbuild-gen.yml b/tools/projmgr/test/data/ExternalGenerator/ref/MultiCore/core1.Debug+MultiCore.cbuild-gen.yml index 87e2ea51c..a9fea7acb 100644 --- a/tools/projmgr/test/data/ExternalGenerator/ref/MultiCore/core1.Debug+MultiCore.cbuild-gen.yml +++ b/tools/projmgr/test/data/ExternalGenerator/ref/MultiCore/core1.Debug+MultiCore.cbuild-gen.yml @@ -9,7 +9,7 @@ build-gen: device: ARM::RteTest_ARMCM0_Dual:cm0_core1 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ${DEVTOOLS(data)}/ExternalGenerator/.cmsis/extgen+MultiCore.dbgconf diff --git a/tools/projmgr/test/data/ExternalGenerator/ref/SingleCore/single-core.Debug+Board.cbuild.yml b/tools/projmgr/test/data/ExternalGenerator/ref/SingleCore/single-core.Debug+Board.cbuild.yml index 87b4d02b4..0aa1bbe0b 100644 --- a/tools/projmgr/test/data/ExternalGenerator/ref/SingleCore/single-core.Debug+Board.cbuild.yml +++ b/tools/projmgr/test/data/ExternalGenerator/ref/SingleCore/single-core.Debug+Board.cbuild.yml @@ -16,7 +16,7 @@ build: device: ARM::RteTest_ARMCM4_FP device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0553a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0553a/index.html title: Cortex-M4 Device Generic Users Guide dbgconf: - file: ../../../../.cmsis/board+Board.dbgconf diff --git a/tools/projmgr/test/data/ImageOnly/ref/image-only+CM0.cbuild.yml b/tools/projmgr/test/data/ImageOnly/ref/image-only+CM0.cbuild.yml index a63295c96..f246785e2 100644 --- a/tools/projmgr/test/data/ImageOnly/ref/image-only+CM0.cbuild.yml +++ b/tools/projmgr/test/data/ImageOnly/ref/image-only+CM0.cbuild.yml @@ -5,7 +5,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../../../.cmsis/image-only+CM0.dbgconf diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/pack-access-sequences+CM4-Board.cbuild.yml b/tools/projmgr/test/data/TestAccessSequences/ref/pack-access-sequences+CM4-Board.cbuild.yml index c7548eb4f..db3fbf71e 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/pack-access-sequences+CM4-Board.cbuild.yml +++ b/tools/projmgr/test/data/TestAccessSequences/ref/pack-access-sequences+CM4-Board.cbuild.yml @@ -16,7 +16,7 @@ build: device: ARM::RteTest_ARMCM4_FP device-pack: ARM::RteTest_DFP@0.1.1 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0553a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0553a/index.html title: Cortex-M4 Device Generic Users Guide dbgconf: - file: ../data/TestAccessSequences/.cmsis/pack-access-sequences+CM4-Board.dbgconf diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Debug+CM0.cprj b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Debug+CM0.cprj index 15938a0b9..17c0789e8 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Debug+CM0.cprj +++ b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Debug+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Debug+CM3.cprj b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Debug+CM3.cprj index 96d5df478..671fbed5b 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Debug+CM3.cprj +++ b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Debug+CM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Release+CM0.cprj b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Release+CM0.cprj index 2e6627fc2..c52e15992 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Release+CM0.cprj +++ b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Release+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Release+CM3.cprj b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Release+CM3.cprj index d0bfd0bb6..59f6268a5 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Release+CM3.cprj +++ b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences1.Release+CM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Debug+CM0.cprj b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Debug+CM0.cprj index 9a6efd722..9800f2185 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Debug+CM0.cprj +++ b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Debug+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Debug+CM3.cprj b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Debug+CM3.cprj index bead2acd3..dc7787b70 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Debug+CM3.cprj +++ b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Debug+CM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Release+CM0.cprj b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Release+CM0.cprj index 53f0644a7..ea9a95c65 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Release+CM0.cprj +++ b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Release+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Release+CM3.cprj b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Release+CM3.cprj index cb92cf408..437c77156 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Release+CM3.cprj +++ b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences2.Release+CM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences3.Debug+TEST_TARGET.cprj b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences3.Debug+TEST_TARGET.cprj index 960f82294..dbbd9cd4e 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences3.Debug+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences3.Debug+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences3.Release+TEST_TARGET.cprj b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences3.Release+TEST_TARGET.cprj index 0e5bafc2c..faa712f37 100644 --- a/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences3.Release+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestAccessSequences/ref/test-access-sequences3.Release+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestDefault/ref/empty/project.Debug+TEST_TARGET.cbuild.yml b/tools/projmgr/test/data/TestDefault/ref/empty/project.Debug+TEST_TARGET.cbuild.yml index 1801587b8..fa9c08b45 100644 --- a/tools/projmgr/test/data/TestDefault/ref/empty/project.Debug+TEST_TARGET.cbuild.yml +++ b/tools/projmgr/test/data/TestDefault/ref/empty/project.Debug+TEST_TARGET.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.1.1 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide processor: fpu: off diff --git a/tools/projmgr/test/data/TestDefault/ref/empty/project.Debug+TEST_TARGET.cprj b/tools/projmgr/test/data/TestDefault/ref/empty/project.Debug+TEST_TARGET.cprj index 1126a951c..1998ce720 100644 --- a/tools/projmgr/test/data/TestDefault/ref/empty/project.Debug+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestDefault/ref/empty/project.Debug+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestDefault/ref/empty/project.Release+TEST_TARGET.cbuild.yml b/tools/projmgr/test/data/TestDefault/ref/empty/project.Release+TEST_TARGET.cbuild.yml index 04d3df443..a119526cd 100644 --- a/tools/projmgr/test/data/TestDefault/ref/empty/project.Release+TEST_TARGET.cbuild.yml +++ b/tools/projmgr/test/data/TestDefault/ref/empty/project.Release+TEST_TARGET.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.1.1 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide processor: fpu: off diff --git a/tools/projmgr/test/data/TestDefault/ref/empty/project.Release+TEST_TARGET.cprj b/tools/projmgr/test/data/TestDefault/ref/empty/project.Release+TEST_TARGET.cprj index c6eb52ceb..f86bd0293 100644 --- a/tools/projmgr/test/data/TestDefault/ref/empty/project.Release+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestDefault/ref/empty/project.Release+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestDefault/ref/full/project.Debug+TEST_TARGET.cprj b/tools/projmgr/test/data/TestDefault/ref/full/project.Debug+TEST_TARGET.cprj index b66198f17..3fdebd8cb 100644 --- a/tools/projmgr/test/data/TestDefault/ref/full/project.Debug+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestDefault/ref/full/project.Debug+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestDefault/ref/full/project.Release+TEST_TARGET.cprj b/tools/projmgr/test/data/TestDefault/ref/full/project.Release+TEST_TARGET.cprj index 04b0c2f34..d5b4dd203 100644 --- a/tools/projmgr/test/data/TestDefault/ref/full/project.Release+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestDefault/ref/full/project.Release+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestGenerator/GeneratedFiles/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc b/tools/projmgr/test/data/TestGenerator/GeneratedFiles/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc index 9adba7ac9..ecee5368a 100644 --- a/tools/projmgr/test/data/TestGenerator/GeneratedFiles/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc +++ b/tools/projmgr/test/data/TestGenerator/GeneratedFiles/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/projmgr/test/data/TestGenerator/GeneratedFiles/RteTestGeneratorWithKey/RteTestGen_ARMCM0/RteTest.gpdsc b/tools/projmgr/test/data/TestGenerator/GeneratedFiles/RteTestGeneratorWithKey/RteTestGen_ARMCM0/RteTest.gpdsc index fbeabe335..48e4a6113 100644 --- a/tools/projmgr/test/data/TestGenerator/GeneratedFiles/RteTestGeneratorWithKey/RteTestGen_ARMCM0/RteTest.gpdsc +++ b/tools/projmgr/test/data/TestGenerator/GeneratedFiles/RteTestGeneratorWithKey/RteTestGen_ARMCM0/RteTest.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/projmgr/test/data/TestGenerator/GpdscWithProjectFiles/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc b/tools/projmgr/test/data/TestGenerator/GpdscWithProjectFiles/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc index f7c6ab980..f07d1d220 100644 --- a/tools/projmgr/test/data/TestGenerator/GpdscWithProjectFiles/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc +++ b/tools/projmgr/test/data/TestGenerator/GpdscWithProjectFiles/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/projmgr/test/data/TestGenerator/GpdscWithoutComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc b/tools/projmgr/test/data/TestGenerator/GpdscWithoutComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc index 1c846c755..076d1874a 100644 --- a/tools/projmgr/test/data/TestGenerator/GpdscWithoutComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc +++ b/tools/projmgr/test/data/TestGenerator/GpdscWithoutComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/projmgr/test/data/TestGenerator/MultipleComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc b/tools/projmgr/test/data/TestGenerator/MultipleComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc index 10d79473e..da43557d9 100644 --- a/tools/projmgr/test/data/TestGenerator/MultipleComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc +++ b/tools/projmgr/test/data/TestGenerator/MultipleComponents/RteTestGeneratorIdentifier/RteTestGen_ARMCM0/RteTest.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest.gpdsc b/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest.gpdsc index 9adba7ac9..ecee5368a 100644 --- a/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest.gpdsc +++ b/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTestNoWorkingDir.gpdsc b/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTestNoWorkingDir.gpdsc index e34a30d95..6ca5ceb39 100644 --- a/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTestNoWorkingDir.gpdsc +++ b/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTestNoWorkingDir.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest_Invalid.gpdsc b/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest_Invalid.gpdsc index 2bf685d88..9e95ef04d 100644 --- a/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest_Invalid.gpdsc +++ b/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest_Invalid.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest_Warning.gpdsc b/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest_Warning.gpdsc index ed2370a19..96f0db83c 100644 --- a/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest_Warning.gpdsc +++ b/tools/projmgr/test/data/TestGenerator/RTE/Device/RteTestGen_ARMCM0/RteTest_Warning.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/projmgr/test/data/TestGenerator/layer/RTE/Device/RteTestGen_ARMCM0/RteTest.gpdsc b/tools/projmgr/test/data/TestGenerator/layer/RTE/Device/RteTestGen_ARMCM0/RteTest.gpdsc index 9adba7ac9..ecee5368a 100644 --- a/tools/projmgr/test/data/TestGenerator/layer/RTE/Device/RteTestGen_ARMCM0/RteTest.gpdsc +++ b/tools/projmgr/test/data/TestGenerator/layer/RTE/Device/RteTestGen_ARMCM0/RteTest.gpdsc @@ -1,6 +1,6 @@ - + ARM RteTestGenerator RteTest generated pack description diff --git a/tools/projmgr/test/data/TestGenerator/ref/multiple-components.Debug+CM0.cprj b/tools/projmgr/test/data/TestGenerator/ref/multiple-components.Debug+CM0.cprj index 7ae2f2e4e..13d277c46 100644 --- a/tools/projmgr/test/data/TestGenerator/ref/multiple-components.Debug+CM0.cprj +++ b/tools/projmgr/test/data/TestGenerator/ref/multiple-components.Debug+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestGenerator/ref/test-gpdsc.Debug+CM0.cprj b/tools/projmgr/test/data/TestGenerator/ref/test-gpdsc.Debug+CM0.cprj index 37dce67c5..154122417 100644 --- a/tools/projmgr/test/data/TestGenerator/ref/test-gpdsc.Debug+CM0.cprj +++ b/tools/projmgr/test/data/TestGenerator/ref/test-gpdsc.Debug+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestLayers/ref/testlayers/testlayers.Debug+TEST_TARGET.cprj b/tools/projmgr/test/data/TestLayers/ref/testlayers/testlayers.Debug+TEST_TARGET.cprj index 4ae5b630f..66d375fbe 100644 --- a/tools/projmgr/test/data/TestLayers/ref/testlayers/testlayers.Debug+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestLayers/ref/testlayers/testlayers.Debug+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestLayers/ref/testlayers/testlayers.Release+TEST_TARGET.cprj b/tools/projmgr/test/data/TestLayers/ref/testlayers/testlayers.Release+TEST_TARGET.cprj index 7d00b0605..e20fb7eae 100644 --- a/tools/projmgr/test/data/TestLayers/ref/testlayers/testlayers.Release+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestLayers/ref/testlayers/testlayers.Release+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType1+TargetType1.cprj b/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType1+TargetType1.cprj index 25688a023..211a53787 100644 --- a/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType1+TargetType1.cprj +++ b/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType1+TargetType1.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType1+TargetType2.cprj b/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType1+TargetType2.cprj index 4b3bcf583..9d19e19e4 100644 --- a/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType1+TargetType2.cprj +++ b/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType1+TargetType2.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType2+TargetType1.cprj b/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType2+TargetType1.cprj index 19b9a18ab..43e40912a 100644 --- a/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType2+TargetType1.cprj +++ b/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType2+TargetType1.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType2+TargetType2.cprj b/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType2+TargetType2.cprj index 6215eb838..693113a6c 100644 --- a/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType2+TargetType2.cprj +++ b/tools/projmgr/test/data/TestLayers/ref/variables/variables.BuildType2+TargetType2.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestLayers/ref2/testlayers.Debug+TEST_TARGET.cprj b/tools/projmgr/test/data/TestLayers/ref2/testlayers.Debug+TEST_TARGET.cprj index ad61ce23f..a6260e0b1 100644 --- a/tools/projmgr/test/data/TestLayers/ref2/testlayers.Debug+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestLayers/ref2/testlayers.Debug+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestLayers/ref2/testlayers.Release+TEST_TARGET.cprj b/tools/projmgr/test/data/TestLayers/ref2/testlayers.Release+TEST_TARGET.cprj index 8ef2774af..fb665fc11 100644 --- a/tools/projmgr/test/data/TestLayers/ref2/testlayers.Release+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestLayers/ref2/testlayers.Release+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestMemoryRegions/pack/BSP/ARM.RteTest_BSP.pdsc b/tools/projmgr/test/data/TestMemoryRegions/pack/BSP/ARM.RteTest_BSP.pdsc index 9c2e846bf..fac8211a4 100644 --- a/tools/projmgr/test/data/TestMemoryRegions/pack/BSP/ARM.RteTest_BSP.pdsc +++ b/tools/projmgr/test/data/TestMemoryRegions/pack/BSP/ARM.RteTest_BSP.pdsc @@ -1,10 +1,10 @@ - + RteTest_BSP RTE test of regions file generation ARM - https://www.keil.com/pack/ + http://www.keil.com/pack/ diff --git a/tools/projmgr/test/data/TestMemoryRegions/pack/DFP/ARM.RteTest_DFP.pdsc b/tools/projmgr/test/data/TestMemoryRegions/pack/DFP/ARM.RteTest_DFP.pdsc index c96d1d38e..5cca5d974 100644 --- a/tools/projmgr/test/data/TestMemoryRegions/pack/DFP/ARM.RteTest_DFP.pdsc +++ b/tools/projmgr/test/data/TestMemoryRegions/pack/DFP/ARM.RteTest_DFP.pdsc @@ -1,10 +1,10 @@ - + RteTest_DFP RTE test of regions file generation ARM - https://www.keil.com/pack/ + http://www.keil.com/pack/ diff --git a/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.AbsolutePath+TEST_TARGET.cbuild.yml b/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.AbsolutePath+TEST_TARGET.cbuild.yml index 7992f0fd2..7d3fe884a 100644 --- a/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.AbsolutePath+TEST_TARGET.cbuild.yml +++ b/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.AbsolutePath+TEST_TARGET.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestProjectSetup/.cmsis/setup-test+TEST_TARGET.dbgconf diff --git a/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.Build_AC6+TEST_TARGET.cbuild.yml b/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.Build_AC6+TEST_TARGET.cbuild.yml index cc6740a55..8b81098d3 100644 --- a/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.Build_AC6+TEST_TARGET.cbuild.yml +++ b/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.Build_AC6+TEST_TARGET.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../../../../../data/TestProjectSetup/.cmsis/setup-test+TEST_TARGET.dbgconf diff --git a/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.Build_GCC+TEST_TARGET.cbuild.yml b/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.Build_GCC+TEST_TARGET.cbuild.yml index e412f916c..0fa8088c9 100644 --- a/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.Build_GCC+TEST_TARGET.cbuild.yml +++ b/tools/projmgr/test/data/TestProjectSetup/ref/setup-test.Build_GCC+TEST_TARGET.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../../../../../data/TestProjectSetup/.cmsis/setup-test+TEST_TARGET.dbgconf diff --git a/tools/projmgr/test/data/TestRunDebug/ref/run-debug+TestHW.cbuild.yml b/tools/projmgr/test/data/TestRunDebug/ref/run-debug+TestHW.cbuild.yml index 1fbdb440e..15a298e99 100644 --- a/tools/projmgr/test/data/TestRunDebug/ref/run-debug+TestHW.cbuild.yml +++ b/tools/projmgr/test/data/TestRunDebug/ref/run-debug+TestHW.cbuild.yml @@ -9,7 +9,7 @@ build: device: ARM::RteTest_ARMCM4_NOFP device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0553a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0553a/index.html title: Cortex-M4 Device Generic Users Guide dbgconf: - file: ../../../../data/TestRunDebug/RTE/Device/RteTest1/RteTest1.dbgconf diff --git a/tools/projmgr/test/data/TestRunDebug/ref/run-debug+TestHW2.cbuild.yml b/tools/projmgr/test/data/TestRunDebug/ref/run-debug+TestHW2.cbuild.yml index c5f7d86fc..c9bbc673d 100644 --- a/tools/projmgr/test/data/TestRunDebug/ref/run-debug+TestHW2.cbuild.yml +++ b/tools/projmgr/test/data/TestRunDebug/ref/run-debug+TestHW2.cbuild.yml @@ -9,7 +9,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: AC6.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/CheckPackVerCmd/my-packs/RteTestPack/ARM.RteTestBoard.pdsc b/tools/projmgr/test/data/TestSolution/CheckPackVerCmd/my-packs/RteTestPack/ARM.RteTestBoard.pdsc index b5ee4f8bc..d55757041 100644 --- a/tools/projmgr/test/data/TestSolution/CheckPackVerCmd/my-packs/RteTestPack/ARM.RteTestBoard.pdsc +++ b/tools/projmgr/test/data/TestSolution/CheckPackVerCmd/my-packs/RteTestPack/ARM.RteTestBoard.pdsc @@ -1,6 +1,6 @@ - + RteTestBoard Testing packages listing ARM diff --git a/tools/projmgr/test/data/TestSolution/ComponentSources/ref/components.Debug+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/ComponentSources/ref/components.Debug+RteTest_ARMCM3.cbuild.yml index 3cc0ecc50..3b6aa5c83 100644 --- a/tools/projmgr/test/data/TestSolution/ComponentSources/ref/components.Debug+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ComponentSources/ref/components.Debug+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../../../../../data/TestSolution/ComponentSources/.cmsis/components+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ComponentSources/ref/versions.Debug+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/ComponentSources/ref/versions.Debug+RteTest_ARMCM3.cbuild.yml index 1f30b2c09..8ab4a2eb4 100644 --- a/tools/projmgr/test/data/TestSolution/ComponentSources/ref/versions.Debug+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ComponentSources/ref/versions.Debug+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../../../../../data/TestSolution/ComponentSources/.cmsis/versions+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ContextMap/ref/project1.Debug+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/ContextMap/ref/project1.Debug+RteTest_ARMCM3.cbuild.yml index 4dea06372..132743494 100644 --- a/tools/projmgr/test/data/TestSolution/ContextMap/ref/project1.Debug+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ContextMap/ref/project1.Debug+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/ContextMap/.cmsis/context-map+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ContextMap/ref/project1.Release+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/ContextMap/ref/project1.Release+RteTest_ARMCM3.cbuild.yml index 6dbaff375..22dd23650 100644 --- a/tools/projmgr/test/data/TestSolution/ContextMap/ref/project1.Release+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ContextMap/ref/project1.Release+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/ContextMap/.cmsis/context-map+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ContextMap/ref/project2.Debug+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/ContextMap/ref/project2.Debug+RteTest_ARMCM3.cbuild.yml index 5113422b8..3bcc7591e 100644 --- a/tools/projmgr/test/data/TestSolution/ContextMap/ref/project2.Debug+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ContextMap/ref/project2.Debug+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/ContextMap/.cmsis/context-map+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ContextMap/ref/project2.Release+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/ContextMap/ref/project2.Release+RteTest_ARMCM3.cbuild.yml index 3e4de1f63..1fa9c15c7 100644 --- a/tools/projmgr/test/data/TestSolution/ContextMap/ref/project2.Release+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ContextMap/ref/project2.Release+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/ContextMap/.cmsis/context-map+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti-signret.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti-signret.cbuild.yml index 71675f0f8..fffd1a465 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti-signret.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti-signret.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+bti-signret.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti-signret.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti-signret.cprj index 4f51c13e4..2ce5d2d03 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti-signret.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti-signret.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti.cbuild.yml index c7111a010..1f3f96c59 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+bti.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti.cprj index 7d0b2834d..3d6d94f29 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+bti.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+no-bp.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+no-bp.cbuild.yml index 4a968bd69..787194b49 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+no-bp.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+no-bp.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+no-bp.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+no-bp.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+no-bp.cprj index 9dacd250d..d18c61251 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+no-bp.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/branch-protection.Debug+no-bp.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+dsp.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+dsp.cbuild.yml index 9c95a97d4..6bc97d020 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+dsp.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+dsp.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+dsp.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+dsp.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+dsp.cprj index 6f3dbea01..fa5ecfbd0 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+dsp.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+dsp.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+no-dsp.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+no-dsp.cbuild.yml index de54e8be9..463147111 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+no-dsp.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+no-dsp.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+no-dsp.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+no-dsp.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+no-dsp.cprj index e86a78ea6..0ddc4cf7f 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+no-dsp.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/dsp.Debug+no-dsp.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+big.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+big.cbuild.yml index 8638b1e2f..7897c92bb 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+big.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+big.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+big.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+big.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+big.cprj index 01075a4e0..44719acdd 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+big.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+big.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+little.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+little.cbuild.yml index 1387aac10..ed9ab531c 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+little.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+little.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+little.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+little.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+little.cprj index 85c5d02fa..cc862596b 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+little.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/endian.Debug+little.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-dp.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-dp.cbuild.yml index 1bcf6ce98..aaef9d29f 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-dp.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-dp.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+fpu-dp.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-dp.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-dp.cprj index ba851ed1d..34bec1e41 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-dp.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-dp.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-sp.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-sp.cbuild.yml index c15abc622..f7aa93314 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-sp.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-sp.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+fpu-sp.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-sp.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-sp.cprj index b57dfea7e..826965305 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-sp.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+fpu-sp.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+no-fpu.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+no-fpu.cbuild.yml index 66d4743fe..2eb4a440c 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+no-fpu.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+no-fpu.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+no-fpu.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+no-fpu.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+no-fpu.cprj index 34b124759..63a1530f5 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+no-fpu.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/fpu.Debug+no-fpu.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-fp.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-fp.cbuild.yml index 2a99eb450..28dbe2fbc 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-fp.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-fp.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+mve-fp.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-fp.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-fp.cprj index d34ec628a..a790f0632 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-fp.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-fp.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-int.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-int.cbuild.yml index 3f167eaa4..16c4e06fb 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-int.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-int.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+mve-int.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-int.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-int.cprj index 21ce13976..1c841312b 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-int.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+mve-int.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+no-mve.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+no-mve.cbuild.yml index c41510913..f6a4231f5 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+no-mve.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+no-mve.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+no-mve.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+no-mve.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+no-mve.cprj index 054d25249..e2ecbcbb3 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+no-mve.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/mve.Debug+no-mve.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+non-secure.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+non-secure.cbuild.yml index 99d2c92ce..36c97e48f 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+non-secure.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+non-secure.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+non-secure.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+non-secure.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+non-secure.cprj index 4c0835a32..c3dae1c8d 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+non-secure.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+non-secure.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure-only.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure-only.cbuild.yml index 1dc7d97d8..f58605cb0 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure-only.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure-only.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+secure-only.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure-only.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure-only.cprj index 8ef55f230..5b0055d42 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure-only.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure-only.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure.cbuild.yml index 412fa8912..cb28d468e 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+secure.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure.cprj index 4fe34acc6..c764ba29d 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+secure.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+tz-disabled.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+tz-disabled.cbuild.yml index c10d32bc0..649120a77 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+tz-disabled.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+tz-disabled.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/.cmsis/solution+tz-disabled.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+tz-disabled.cprj b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+tz-disabled.cprj index 18296e9bd..1356f1e29 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+tz-disabled.cprj +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Debug+tz-disabled.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Fail+secure.cbuild.yml b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Fail+secure.cbuild.yml index c36fad8da..8a1c62797 100644 --- a/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Fail+secure.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/DeviceAttributes/ref/trustzone.Fail+secure.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/DeviceAttributes/trustzone/RTE/Device/RteTest_ARMCM0/ARMCM.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/Instances/ref/instances.Debug+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/Instances/ref/instances.Debug+RteTest_ARMCM3.cbuild.yml index 6a0020c4e..e59086026 100644 --- a/tools/projmgr/test/data/TestSolution/Instances/ref/instances.Debug+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/Instances/ref/instances.Debug+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/Instances/.cmsis/instances+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/Instances/ref/instances.Debug+RteTest_ARMCM3.cprj b/tools/projmgr/test/data/TestSolution/Instances/ref/instances.Debug+RteTest_ARMCM3.cprj index 8cb3ff622..7235e2e06 100644 --- a/tools/projmgr/test/data/TestSolution/Instances/ref/instances.Debug+RteTest_ARMCM3.cprj +++ b/tools/projmgr/test/data/TestSolution/Instances/ref/instances.Debug+RteTest_ARMCM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/LanguageAndScope/pack/ARM.RteTest.pdsc b/tools/projmgr/test/data/TestSolution/LanguageAndScope/pack/ARM.RteTest.pdsc index 68842949b..38ee3676a 100644 --- a/tools/projmgr/test/data/TestSolution/LanguageAndScope/pack/ARM.RteTest.pdsc +++ b/tools/projmgr/test/data/TestSolution/LanguageAndScope/pack/ARM.RteTest.pdsc @@ -1,6 +1,6 @@ - + ARM RteTest www.keil.com/pack/ diff --git a/tools/projmgr/test/data/TestSolution/LanguageAndScope/ref/lang-scope.Debug_AC6+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/LanguageAndScope/ref/lang-scope.Debug_AC6+RteTest_ARMCM3.cbuild.yml index cd0c98240..5ca846da3 100644 --- a/tools/projmgr/test/data/TestSolution/LanguageAndScope/ref/lang-scope.Debug_AC6+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/LanguageAndScope/ref/lang-scope.Debug_AC6+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/LanguageAndScope/.cmsis/lang-scope+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_ARMCM3.cbuild.yml index f746ae82a..9f006ce37 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/LinkerOptions/.cmsis/linker+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_ARMCM3.cprj b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_ARMCM3.cprj index b4c59eb87..fca7d6f38 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_ARMCM3.cprj +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_ARMCM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_Board.cbuild.yml b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_Board.cbuild.yml index 6ac7626eb..dd0f068bd 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_Board.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_Board.cbuild.yml @@ -9,7 +9,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/LinkerOptions/.cmsis/linker+RteTest_Board.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_Board.cprj b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_Board.cprj index e0ee35777..5ef6a0d51 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_Board.cprj +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.AutoGen+RteTest_Board.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_AC6+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_AC6+RteTest_ARMCM3.cbuild.yml index f9a501fea..f9d147180 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_AC6+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_AC6+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/LinkerOptions/.cmsis/linker+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_AC6+RteTest_ARMCM3.cprj b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_AC6+RteTest_ARMCM3.cprj index 0648922b8..f837ec1dc 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_AC6+RteTest_ARMCM3.cprj +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_AC6+RteTest_ARMCM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_GCC+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_GCC+RteTest_ARMCM3.cbuild.yml index 27493a265..8e42cdd4a 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_GCC+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_GCC+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/LinkerOptions/.cmsis/linker+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_GCC+RteTest_ARMCM3.cprj b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_GCC+RteTest_ARMCM3.cprj index e95508e8a..230326b43 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_GCC+RteTest_ARMCM3.cprj +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.Debug_GCC+RteTest_ARMCM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.FromComponent+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.FromComponent+RteTest_ARMCM3.cbuild.yml index 16de8ef37..27f687f24 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.FromComponent+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.FromComponent+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/LinkerOptions/.cmsis/linker+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.FromComponent+RteTest_ARMCM3.cprj b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.FromComponent+RteTest_ARMCM3.cprj index 2fc9a40a3..e60c1afc1 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.FromComponent+RteTest_ARMCM3.cprj +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.FromComponent+RteTest_ARMCM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.PriorityDefines+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.PriorityDefines+RteTest_ARMCM3.cbuild.yml index c4e585ac0..5ebbf39db 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.PriorityDefines+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.PriorityDefines+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/LinkerOptions/.cmsis/linker+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.PriorityRegions+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.PriorityRegions+RteTest_ARMCM3.cbuild.yml index 961df34ee..41f7b8c8e 100644 --- a/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.PriorityRegions+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/LinkerOptions/ref/linker.PriorityRegions+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/LinkerOptions/.cmsis/linker+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/PackLocking/ref/project_with_dfp_components+CM0.cprj b/tools/projmgr/test/data/TestSolution/PackLocking/ref/project_with_dfp_components+CM0.cprj index 81ea65501..740bf0a03 100644 --- a/tools/projmgr/test/data/TestSolution/PackLocking/ref/project_with_dfp_components+CM0.cprj +++ b/tools/projmgr/test/data/TestSolution/PackLocking/ref/project_with_dfp_components+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/PackMetadata/ref/metadata.Debug+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/PackMetadata/ref/metadata.Debug+RteTest_ARMCM3.cbuild.yml index 83371be15..dec2d075b 100644 --- a/tools/projmgr/test/data/TestSolution/PackMetadata/ref/metadata.Debug+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/PackMetadata/ref/metadata.Debug+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.1.1 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide processor: fpu: off diff --git a/tools/projmgr/test/data/TestSolution/PackMetadata/ref/metadata.Debug+RteTest_ARMCM3.cprj b/tools/projmgr/test/data/TestSolution/PackMetadata/ref/metadata.Debug+RteTest_ARMCM3.cprj index 9873b0807..56b84569b 100644 --- a/tools/projmgr/test/data/TestSolution/PackMetadata/ref/metadata.Debug+RteTest_ARMCM3.cprj +++ b/tools/projmgr/test/data/TestSolution/PackMetadata/ref/metadata.Debug+RteTest_ARMCM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/PackRequirements/packs/required/ARM.RteTestRequired.pdsc b/tools/projmgr/test/data/TestSolution/PackRequirements/packs/required/ARM.RteTestRequired.pdsc index 39965d1e8..2a9ddf09d 100644 --- a/tools/projmgr/test/data/TestSolution/PackRequirements/packs/required/ARM.RteTestRequired.pdsc +++ b/tools/projmgr/test/data/TestSolution/PackRequirements/packs/required/ARM.RteTestRequired.pdsc @@ -1,6 +1,6 @@ - + RteTestRequired Local pack 1.0 ARM diff --git a/tools/projmgr/test/data/TestSolution/Packs/RteTestRequired/ARM.RteTestRequired.pdsc b/tools/projmgr/test/data/TestSolution/Packs/RteTestRequired/ARM.RteTestRequired.pdsc index 54f319b93..1381f6d54 100644 --- a/tools/projmgr/test/data/TestSolution/Packs/RteTestRequired/ARM.RteTestRequired.pdsc +++ b/tools/projmgr/test/data/TestSolution/Packs/RteTestRequired/ARM.RteTestRequired.pdsc @@ -1,6 +1,6 @@ - + RteTestRequired Local pack 1.0 ARM diff --git a/tools/projmgr/test/data/TestSolution/Packs/RteTestRequired1/ARM.RteTestRequired.pdsc b/tools/projmgr/test/data/TestSolution/Packs/RteTestRequired1/ARM.RteTestRequired.pdsc index 332093b45..f022d4dfe 100644 --- a/tools/projmgr/test/data/TestSolution/Packs/RteTestRequired1/ARM.RteTestRequired.pdsc +++ b/tools/projmgr/test/data/TestSolution/Packs/RteTestRequired1/ARM.RteTestRequired.pdsc @@ -1,6 +1,6 @@ - + RteTestRequired Local pack 1.1 ARM diff --git a/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/executable_componentBuildScope.Debug+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/executable_componentBuildScope.Debug+RteTest_ARMCM3.cbuild.yml index 9aecde3c1..d485cf5b9 100644 --- a/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/executable_componentBuildScope.Debug+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/executable_componentBuildScope.Debug+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../../../../../data/TestSolution/StandardLibrary/.cmsis/library+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library.Debug+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library.Debug+RteTest_ARMCM3.cbuild.yml index 085ef17a1..d2dc4649a 100644 --- a/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library.Debug+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library.Debug+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/StandardLibrary/.cmsis/library+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library.Debug+RteTest_ARMCM3.cprj b/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library.Debug+RteTest_ARMCM3.cprj index 806099997..4d0f7dd9f 100644 --- a/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library.Debug+RteTest_ARMCM3.cprj +++ b/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library.Debug+RteTest_ARMCM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library_componentBuildScope.Debug+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library_componentBuildScope.Debug+RteTest_ARMCM3.cbuild.yml index 873bda6c4..9d2177be9 100644 --- a/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library_componentBuildScope.Debug+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/StandardLibrary/ref/library_componentBuildScope.Debug+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../../../../../data/TestSolution/StandardLibrary/.cmsis/library+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/TemplateAndApi/ref/template_api.Debug+RteTest_ARMCM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/TemplateAndApi/ref/template_api.Debug+RteTest_ARMCM3.cbuild.yml index 9bb51b99f..4f9cd9d06 100644 --- a/tools/projmgr/test/data/TestSolution/TemplateAndApi/ref/template_api.Debug+RteTest_ARMCM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/TemplateAndApi/ref/template_api.Debug+RteTest_ARMCM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/TemplateAndApi/.cmsis/template_api+RteTest_ARMCM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/TestBaseUpdate/ref/project.Debug+CM0.cbuild.yml b/tools/projmgr/test/data/TestSolution/TestBaseUpdate/ref/project.Debug+CM0.cbuild.yml index a99ebe6e4..fbe3c804d 100644 --- a/tools/projmgr/test/data/TestSolution/TestBaseUpdate/ref/project.Debug+CM0.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/TestBaseUpdate/ref/project.Debug+CM0.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/TestBaseUpdate/.cmsis/test+CM0.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/TestProject4/test+TEST_TARGET.cprj b/tools/projmgr/test/data/TestSolution/TestProject4/test+TEST_TARGET.cprj index 57ccaa43c..513e65e04 100644 --- a/tools/projmgr/test/data/TestSolution/TestProject4/test+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestSolution/TestProject4/test+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/TestProject4/test_board_and_device+TEST_TARGET.cbuild.yml b/tools/projmgr/test/data/TestSolution/TestProject4/test_board_and_device+TEST_TARGET.cbuild.yml index ee0d54d96..67e6eb363 100644 --- a/tools/projmgr/test/data/TestSolution/TestProject4/test_board_and_device+TEST_TARGET.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/TestProject4/test_board_and_device+TEST_TARGET.cbuild.yml @@ -9,7 +9,7 @@ build: device: ARM::RteTest_ARMCM0_Dual:cm0_core1 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/.cmsis/test_validate_project+TEST_TARGET.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/TestProject4/test_linker_script+TEST_TARGET.cprj b/tools/projmgr/test/data/TestSolution/TestProject4/test_linker_script+TEST_TARGET.cprj index ff399d784..24ccf31f0 100644 --- a/tools/projmgr/test/data/TestSolution/TestProject4/test_linker_script+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestSolution/TestProject4/test_linker_script+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/TestProject4/test_only_board+TEST_TARGET.cprj b/tools/projmgr/test/data/TestSolution/TestProject4/test_only_board+TEST_TARGET.cprj index 672236240..6436f2dee 100644 --- a/tools/projmgr/test/data/TestSolution/TestProject4/test_only_board+TEST_TARGET.cprj +++ b/tools/projmgr/test/data/TestSolution/TestProject4/test_only_board+TEST_TARGET.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/AC6/test1.Debug+TypeA.cprj b/tools/projmgr/test/data/TestSolution/ref/AC6/test1.Debug+TypeA.cprj index 01b54dffe..c8f366ef4 100644 --- a/tools/projmgr/test/data/TestSolution/ref/AC6/test1.Debug+TypeA.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/AC6/test1.Debug+TypeA.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/AC6/test1.Debug+TypeB.cprj b/tools/projmgr/test/data/TestSolution/ref/AC6/test1.Debug+TypeB.cprj index 5f3bd398a..b3dda1340 100644 --- a/tools/projmgr/test/data/TestSolution/ref/AC6/test1.Debug+TypeB.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/AC6/test1.Debug+TypeB.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/GCC/test1.Release+TypeA.cprj b/tools/projmgr/test/data/TestSolution/ref/GCC/test1.Release+TypeA.cprj index f5dcb3adb..82db98729 100644 --- a/tools/projmgr/test/data/TestSolution/ref/GCC/test1.Release+TypeA.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/GCC/test1.Release+TypeA.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/GCC/test1.Release+TypeB.cprj b/tools/projmgr/test/data/TestSolution/ref/GCC/test1.Release+TypeB.cprj index 3ead60e85..aa39c6dc2 100644 --- a/tools/projmgr/test/data/TestSolution/ref/GCC/test1.Release+TypeB.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/GCC/test1.Release+TypeB.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/cbuild/test1.Debug+CM0.cbuild.yml b/tools/projmgr/test/data/TestSolution/ref/cbuild/test1.Debug+CM0.cbuild.yml index d246d1930..f0a7727a6 100644 --- a/tools/projmgr/test/data/TestSolution/ref/cbuild/test1.Debug+CM0.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ref/cbuild/test1.Debug+CM0.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/.cmsis/test+CM0.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ref/cbuild/test1.Release+CM0.cbuild.yml b/tools/projmgr/test/data/TestSolution/ref/cbuild/test1.Release+CM0.cbuild.yml index 1c75fbf3a..db2f84a61 100644 --- a/tools/projmgr/test/data/TestSolution/ref/cbuild/test1.Release+CM0.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ref/cbuild/test1.Release+CM0.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/.cmsis/test+CM0.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ref/cbuild/test2.Debug+CM0.cbuild.yml b/tools/projmgr/test/data/TestSolution/ref/cbuild/test2.Debug+CM0.cbuild.yml index a9609a47c..8e2c1fce6 100644 --- a/tools/projmgr/test/data/TestSolution/ref/cbuild/test2.Debug+CM0.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ref/cbuild/test2.Debug+CM0.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/.cmsis/test+CM0.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ref/cbuild/test2.Debug+CM3.cbuild.yml b/tools/projmgr/test/data/TestSolution/ref/cbuild/test2.Debug+CM3.cbuild.yml index b67a443d5..2fb5ad0ce 100644 --- a/tools/projmgr/test/data/TestSolution/ref/cbuild/test2.Debug+CM3.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ref/cbuild/test2.Debug+CM3.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/.cmsis/test+CM3.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ref/multicore+CM0.cprj b/tools/projmgr/test/data/TestSolution/ref/multicore+CM0.cprj index a6e0c0637..380572fe1 100644 --- a/tools/projmgr/test/data/TestSolution/ref/multicore+CM0.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/multicore+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/outputFiles.Debug+Target.cbuild.yml b/tools/projmgr/test/data/TestSolution/ref/outputFiles.Debug+Target.cbuild.yml index 2b4c9a75f..0df354862 100644 --- a/tools/projmgr/test/data/TestSolution/ref/outputFiles.Debug+Target.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ref/outputFiles.Debug+Target.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/.cmsis/outputFiles+Target.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ref/outputFiles.Debug+Target.cprj b/tools/projmgr/test/data/TestSolution/ref/outputFiles.Debug+Target.cprj index c3e33a3d8..c604be875 100644 --- a/tools/projmgr/test/data/TestSolution/ref/outputFiles.Debug+Target.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/outputFiles.Debug+Target.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/outputFiles.Library+Target.cbuild.yml b/tools/projmgr/test/data/TestSolution/ref/outputFiles.Library+Target.cbuild.yml index bd032db0b..13163064d 100644 --- a/tools/projmgr/test/data/TestSolution/ref/outputFiles.Library+Target.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ref/outputFiles.Library+Target.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM3 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html title: Cortex-M3 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/.cmsis/outputFiles+Target.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ref/outputFiles.Library+Target.cprj b/tools/projmgr/test/data/TestSolution/ref/outputFiles.Library+Target.cprj index 850beea1d..2adffe6f2 100644 --- a/tools/projmgr/test/data/TestSolution/ref/outputFiles.Library+Target.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/outputFiles.Library+Target.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/pack_path+CM0.cprj b/tools/projmgr/test/data/TestSolution/ref/pack_path+CM0.cprj index 1e4c1bc14..dd0e8ed86 100644 --- a/tools/projmgr/test/data/TestSolution/ref/pack_path+CM0.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/pack_path+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/pre-include+CM0.cbuild.yml b/tools/projmgr/test/data/TestSolution/ref/pre-include+CM0.cbuild.yml index 6d0f3de2f..702ba2799 100644 --- a/tools/projmgr/test/data/TestSolution/ref/pre-include+CM0.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ref/pre-include+CM0.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/.cmsis/pre-include+CM0.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ref/pre-include+CM0.cprj b/tools/projmgr/test/data/TestSolution/ref/pre-include+CM0.cprj index 029c58b2f..4da6201ed 100644 --- a/tools/projmgr/test/data/TestSolution/ref/pre-include+CM0.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/pre-include+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/rtedir.Debug+CM0.cbuild.yml b/tools/projmgr/test/data/TestSolution/ref/rtedir.Debug+CM0.cbuild.yml index d86e4a9d4..52158acf1 100644 --- a/tools/projmgr/test/data/TestSolution/ref/rtedir.Debug+CM0.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ref/rtedir.Debug+CM0.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/.cmsis/rtedir+CM0.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ref/rtedir.Release+CM0.cbuild.yml b/tools/projmgr/test/data/TestSolution/ref/rtedir.Release+CM0.cbuild.yml index 526d544f7..cb842e6d4 100644 --- a/tools/projmgr/test/data/TestSolution/ref/rtedir.Release+CM0.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/ref/rtedir.Release+CM0.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../data/TestSolution/.cmsis/rtedir+CM0.dbgconf diff --git a/tools/projmgr/test/data/TestSolution/ref/test1.Debug+CM0.cprj b/tools/projmgr/test/data/TestSolution/ref/test1.Debug+CM0.cprj index 453870838..5bf599bb4 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test1.Debug+CM0.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test1.Debug+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test1.Debug+CM0_board_package.cprj b/tools/projmgr/test/data/TestSolution/ref/test1.Debug+CM0_board_package.cprj index 0704e55f6..b812261c0 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test1.Debug+CM0_board_package.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test1.Debug+CM0_board_package.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test1.Release+CM0.cprj b/tools/projmgr/test/data/TestSolution/ref/test1.Release+CM0.cprj index ac9956bc8..ec69bdabf 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test1.Release+CM0.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test1.Release+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test1.Release+CM0_board_package.cprj b/tools/projmgr/test/data/TestSolution/ref/test1.Release+CM0_board_package.cprj index 04e781542..b42b0b078 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test1.Release+CM0_board_package.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test1.Release+CM0_board_package.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0.cprj b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0.cprj index 0b4fbe267..111c26363 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0_pack_selection.cprj b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0_pack_selection.cprj index ce901f864..a11164e83 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0_pack_selection.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0_pack_selection.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0_pname.cprj b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0_pname.cprj index ee5d1c2bc..f9b68d180 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0_pname.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM0_pname.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM3.cprj b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM3.cprj index 1f1db625e..b2103aef0 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM3.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM3.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM3_pname.cprj b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM3_pname.cprj index fddef96d8..93b16c9f5 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM3_pname.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+CM3_pname.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+TestGen.cprj b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+TestGen.cprj index c34c91f7f..1969b2bb7 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+TestGen.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+TestGen.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+TestGen_export.cprj b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+TestGen_export.cprj index fcf61b0d6..10ea3b479 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test2.Debug+TestGen_export.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test2.Debug+TestGen_export.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/test_target_options+CM0.cprj b/tools/projmgr/test/data/TestSolution/ref/test_target_options+CM0.cprj index c7c7bfc3b..a97e75aa4 100644 --- a/tools/projmgr/test/data/TestSolution/ref/test_target_options+CM0.cprj +++ b/tools/projmgr/test/data/TestSolution/ref/test_target_options+CM0.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_16_1 b/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_16_1 index 6a2243933..e7906a146 100644 --- a/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_16_1 +++ b/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_16_1 @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_20_0 b/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_20_0 index 747f6706c..4f2b55ecc 100644 --- a/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_20_0 +++ b/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_20_0 @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_6_5 b/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_6_5 index f6a7c8b70..67057126b 100644 --- a/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_6_5 +++ b/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.ac6_6_6_5 @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.gcc b/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.gcc index 0afa6033c..87189c3c5 100644 --- a/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.gcc +++ b/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.gcc @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.iar b/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.iar index 50bc87a35..b82c915c8 100644 --- a/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.iar +++ b/tools/projmgr/test/data/TestSolution/ref/toolchains/toolchain.Debug+Target.cprj.iar @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TestSolution/simple/project.Debug+TEST_TARGET.cbuild.yml b/tools/projmgr/test/data/TestSolution/simple/project.Debug+TEST_TARGET.cbuild.yml index d1311ef2c..c95b17934 100644 --- a/tools/projmgr/test/data/TestSolution/simple/project.Debug+TEST_TARGET.cbuild.yml +++ b/tools/projmgr/test/data/TestSolution/simple/project.Debug+TEST_TARGET.cbuild.yml @@ -7,7 +7,7 @@ build: device: ARM::RteTest_ARMCM0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: RTE/Device/RteTest_ARMCM0/ARMCM.dbgconf diff --git a/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Debug+CM33.cprj b/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Debug+CM33.cprj index 98bcfe480..bf3b1d0e2 100644 --- a/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Debug+CM33.cprj +++ b/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Debug+CM33.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Debug+CM35P.cprj b/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Debug+CM35P.cprj index 79cd4f044..3f90c4a95 100644 --- a/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Debug+CM35P.cprj +++ b/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Debug+CM35P.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Release+CM33.cprj b/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Release+CM33.cprj index f6ba77b3a..cef2ed685 100644 --- a/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Release+CM33.cprj +++ b/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Release+CM33.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Release+CM35P.cprj b/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Release+CM35P.cprj index 3276f8b60..9890e94da 100644 --- a/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Release+CM35P.cprj +++ b/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.Release+CM35P.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Debug+CM33.cprj b/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Debug+CM33.cprj index 9a6eeb6fe..66bbbf1cb 100644 --- a/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Debug+CM33.cprj +++ b/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Debug+CM33.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Debug+CM35P.cprj b/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Debug+CM35P.cprj index 1e7afeca3..2875db68e 100644 --- a/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Debug+CM35P.cprj +++ b/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Debug+CM35P.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Release+CM33.cprj b/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Release+CM33.cprj index fbda1d6e7..408e941de 100644 --- a/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Release+CM33.cprj +++ b/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Release+CM33.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Release+CM35P.cprj b/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Release+CM35P.cprj index 40940c3e1..fb2a047ea 100644 --- a/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Release+CM35P.cprj +++ b/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.Release+CM35P.cprj @@ -1,5 +1,5 @@ - + diff --git a/tools/projmgr/test/data/WestSupport/ref/core0.Debug+CM0.cbuild.yml b/tools/projmgr/test/data/WestSupport/ref/core0.Debug+CM0.cbuild.yml index 8cd7656ef..38652af01 100644 --- a/tools/projmgr/test/data/WestSupport/ref/core0.Debug+CM0.cbuild.yml +++ b/tools/projmgr/test/data/WestSupport/ref/core0.Debug+CM0.cbuild.yml @@ -8,7 +8,7 @@ build: device: ARM::RteTest_ARMCM0_Dual:cm0_core0 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../../../../.cmsis/solution+CM0.dbgconf diff --git a/tools/projmgr/test/data/WestSupport/ref/core1.Debug+CM0.cbuild.yml b/tools/projmgr/test/data/WestSupport/ref/core1.Debug+CM0.cbuild.yml index 62ed55298..a26564741 100644 --- a/tools/projmgr/test/data/WestSupport/ref/core1.Debug+CM0.cbuild.yml +++ b/tools/projmgr/test/data/WestSupport/ref/core1.Debug+CM0.cbuild.yml @@ -8,7 +8,7 @@ build: device: ARM::RteTest_ARMCM0_Dual:cm0_core1 device-pack: ARM::RteTest_DFP@0.2.0 device-books: - - name: https://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html + - name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html title: Cortex-M0 Device Generic Users Guide dbgconf: - file: ../../../../.cmsis/solution+CM0.dbgconf diff --git a/tools/svdconv/SVDConv/docs/LICENSE.txt b/tools/svdconv/SVDConv/docs/LICENSE.txt index 31a07c120..32b9a98ee 100644 --- a/tools/svdconv/SVDConv/docs/LICENSE.txt +++ b/tools/svdconv/SVDConv/docs/LICENSE.txt @@ -3,7 +3,7 @@ No contributions to cmsis-build are accepted at this point. Apache License Version 2.0, January 2004 - https://www.apache.org/licenses/ + http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -221,7 +221,7 @@ License text (GPL-3.0-only) for 'GNU Make' GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/tools/svdconv/SVDConv/src/svdconv.manifest b/tools/svdconv/SVDConv/src/svdconv.manifest index 42b8cead1..853cade1e 100644 --- a/tools/svdconv/SVDConv/src/svdconv.manifest +++ b/tools/svdconv/SVDConv/src/svdconv.manifest @@ -1,7 +1,7 @@ - + true diff --git a/tools/svdconv/Test/data/ResetMask/ResetMask.svd b/tools/svdconv/Test/data/ResetMask/ResetMask.svd index 739f69f9d..61824be78 100644 --- a/tools/svdconv/Test/data/ResetMask/ResetMask.svd +++ b/tools/svdconv/Test/data/ResetMask/ResetMask.svd @@ -1,5 +1,5 @@ - + TestVendor Arm ResetMask diff --git a/tools/svdconv/Test/data/accViolationDisableCond/accViolationDisableCond.xml b/tools/svdconv/Test/data/accViolationDisableCond/accViolationDisableCond.xml index 2ff4a5f29..cf09e11fc 100644 --- a/tools/svdconv/Test/data/accViolationDisableCond/accViolationDisableCond.xml +++ b/tools/svdconv/Test/data/accViolationDisableCond/accViolationDisableCond.xml @@ -1,5 +1,5 @@ - + test 1.0 Test_Example device diff --git a/tools/svdconv/Test/data/cmdlineParser/DisableCondTest.svd b/tools/svdconv/Test/data/cmdlineParser/DisableCondTest.svd index 76e0a8b43..f91901608 100644 --- a/tools/svdconv/Test/data/cmdlineParser/DisableCondTest.svd +++ b/tools/svdconv/Test/data/cmdlineParser/DisableCondTest.svd @@ -1,7 +1,7 @@ DisableCondTest 1.5 diff --git a/tools/svdconv/Test/data/disablecondition/DisableCondTest.svd b/tools/svdconv/Test/data/disablecondition/DisableCondTest.svd index 76e0a8b43..f91901608 100644 --- a/tools/svdconv/Test/data/disablecondition/DisableCondTest.svd +++ b/tools/svdconv/Test/data/disablecondition/DisableCondTest.svd @@ -1,7 +1,7 @@ DisableCondTest 1.5 diff --git a/tools/svdconv/Test/data/nameHasBrackets/SVDTiny.svd b/tools/svdconv/Test/data/nameHasBrackets/SVDTiny.svd index 1ecc886b9..6333220ce 100644 --- a/tools/svdconv/Test/data/nameHasBrackets/SVDTiny.svd +++ b/tools/svdconv/Test/data/nameHasBrackets/SVDTiny.svd @@ -1,6 +1,6 @@ - + ARM ARM SVDTiny diff --git a/tools/svdconv/Test/data/option_n/option_n.svd b/tools/svdconv/Test/data/option_n/option_n.svd index b8cdb5730..fd7c77314 100644 --- a/tools/svdconv/Test/data/option_n/option_n.svd +++ b/tools/svdconv/Test/data/option_n/option_n.svd @@ -1,7 +1,7 @@ option_n 1.5 diff --git a/tools/svdconv/Test/data/sauConfig/SSE300_errs.svd b/tools/svdconv/Test/data/sauConfig/SSE300_errs.svd index 0edccd91b..597bea8c4 100644 --- a/tools/svdconv/Test/data/sauConfig/SSE300_errs.svd +++ b/tools/svdconv/Test/data/sauConfig/SSE300_errs.svd @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. --> - + ARM Ltd. ARM SSE300_errs diff --git a/tools/svdconv/Test/data/sauConfig/SSE300_ok.svd b/tools/svdconv/Test/data/sauConfig/SSE300_ok.svd index 7594ea912..e6c3781d6 100644 --- a/tools/svdconv/Test/data/sauConfig/SSE300_ok.svd +++ b/tools/svdconv/Test/data/sauConfig/SSE300_ok.svd @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. --> - + ARM Ltd. ARM SSE300_ok From 1f4933388171b23983bf5f11a60fc9e272bd0ace Mon Sep 17 00:00:00 2001 From: Sourabh Mehta Date: Mon, 4 May 2026 12:23:15 +0200 Subject: [PATCH 7/7] Clean residual --- .github/workflows/markdown.yml | 1 + .../schemas/debug-adapters.schema.json | 224 ------------------ 2 files changed, 1 insertion(+), 224 deletions(-) delete mode 100644 tools/projmgr/schemas/debug-adapters.schema.json diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index 616f556ce..ee19a5d41 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -5,6 +5,7 @@ on: - '.github/workflows/markdown.yml' - '.github/markdownlint.json' - '.github/markdownlint.jsonc' + - '.github/lychee.toml' - '**/*.md' concurrency: diff --git a/tools/projmgr/schemas/debug-adapters.schema.json b/tools/projmgr/schemas/debug-adapters.schema.json deleted file mode 100644 index 85eacf133..000000000 --- a/tools/projmgr/schemas/debug-adapters.schema.json +++ /dev/null @@ -1,224 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/debug-adapter-registry/v2.13.0/schemas/debug-adapters.schema.json", - "title": "CMSIS debug-adapters registry", - "description": "Contains the list of supported debug adapters", - "version": "2.13.0", - "type": "object", - "properties": { - "debug-adapters": { - "$ref": "#/definitions/DebugAdaptersDescType" - } - }, - "additionalProperties": false, - "required": [ - "debug-adapters" - ], - "definitions": { - "DebugAdaptersDescType": { - "title": "debug-adapters:\nDocumentation: https://open-cmsis-pack.github.io/cmsis-toolbox/build-operation/#debug-adapter-integration", - "description": "Contains the list of supported debug adapters.", - "type": "array", - "uniqueItems": true, - "items": { - "$ref": "#/definitions/DebugAdapterDescType" - } - }, - "DebugAdapterDescType": { - "type": "object", - "properties": { - "name": { - "type": "string", - "description": "Debugger adapter name." - }, - "alias-name": { - "type": "array", - "items": { - "type": "string" - }, - "description": "List of names (in input node or BSP) that map to this debug adapter." - }, - "template": { - "type": "string", - "description": "Used only by the VS Code CMSIS Solution extension for configuration." - }, - "defaults": { - "$ref": "#/definitions/DebugAdaptersDefaultsType" - }, - "user-interface": { - "type": "array", - "items": { - "$ref": "#/definitions/UserInterfaceType" - } - } - }, - "additionalProperties": false, - "required": [ - "name" - ] - }, - "DebugAdaptersDefaultsType": { - "description": "List of default options to use when not specified in the target-set: node.", - "type": "object", - "properties": { - "port": { - "type": "number", - "description": "Port number." - }, - "protocol": { - "enum": [ - "jtag", - "swd" - ], - "description": "Selected debug protocol (jtag or swd)." - }, - "clock": { - "type": "number", - "description": "Selected debug clock speed (in Hz)." - }, - "gdbserver": { - "type": "object", - "properties": { - "active": { - "type": "null", - "description": "Add the gdbserver: node in the cbuild-run.yml file." - }, - "port": { - "type": "number", - "description": "Port number." - } - } - }, - "telnet": { - "type": "object", - "properties": { - "active": { - "type": "null", - "description": "Add the telnet: node in the cbuild-run.yml file." - }, - "port": { - "type": "number", - "description": "Port number." - }, - "mode": { - "type": [ "string" , "boolean" ], - "description": "Redirect output mode." - } - } - } - }, - "additionalProperties": true - }, - "UserInterfaceType": { - "description": "User interface configuration.", - "type": "object", - "properties": { - "section": { - "type": "string", - "description": "Section name for the user interface." - }, - "description": { - "type": "string", - "description": "Description of the section." - }, - "yml-node": { - "type": "string", - "description": "YAML node in the cbuild-run.yml file." - }, - "type": { - "enum": [ - "number", - "enum", - "string", - "file" - ], - "description": "Type of the user interface element." - }, - "select": { - "enum": [ - "on", - "off" - ], - "description": "Whether to show or hide this section in the user interface." - }, - "options": { - "$ref": "#/definitions/SectionOptionsType" - }, - "pname-options": { - "type": "null", - "description": "Allows each option to be configured independently for every CPU core." - } - }, - "additionalProperties": false, - "required": [ - "section", - "options", - "description" - ] - }, - "SectionOptionsType": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "description": "Option name." - }, - "description": { - "type": "string", - "description": "Option description." - }, - "yml-node": { - "type": "string", - "description": "YAML node in the cbuild-run.yml file." - }, - "type": { - "enum": [ - "number", - "enum", - "string", - "file" - ], - "description": "Type of the option." - }, - "values": { - "type": "array", - "items": { - "type": [ - "string", - "object" - ], - "properties": { - "name": { "type": "string", "description": "Display name of the value." }, - "value": { "type": [ "string", "number", "boolean" ], "description": "Actual value to use in the YAML file." }, - "description": { "type": "string", "description": "Description of the value." } - }, - "required": [ "name" ] - }, - "description": "List of possible values (for enum type)." - }, - "range": { - "type": "array", - "items": { - "type": "number" - }, - "description": "Range of valid values in display scale (for number type)." - }, - "default": { - "type": [ - "string", - "number", - "null" - ], - "description": "Default value for the option (for number types in display scale)." - }, - "scale": { - "type": "number", - "description": "Display scaling of the option (for number type). E.g. 1000 to display a value stored in Hz as kHz." - } - } - } - } - } -}