File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 736736 },
737737 "ComponentsType" : {
738738 "type" : " array" ,
739- "title" : " Software components from packs\n Documentation: https://github.com/Open-CMSIS-Pack/ cmsis-toolbox/blob/main/docs/ YML-Input-Format.md #components" ,
739+ "title" : " Software components from packs\n Documentation: https://open-cmsis-pack. github.io/ cmsis-toolbox/YML-Input-Format/ #components" ,
740740 "description" : " List of software components that are added from packs. Can be applied in *.cproject.yml and *.clayer.yml files." ,
741741 "uniqueItems" : true ,
742742 "minItems" : 1 ,
14531453 "required" : [ " connect" ]
14541454 },
14551455 "LinkersType" : {
1456- "title" : " Control Linker Script Generation\n Documentation: https://github.com/Open-CMSIS-Pack/ cmsis-toolbox/blob/main/docs/ YML-Input-Format.md #linker" ,
1456+ "title" : " Control Linker Script Generation\n Documentation: https://open-cmsis-pack. github.io/ cmsis-toolbox/YML-Input-Format/ #linker" ,
14571457 "description" : " Specifies an explicit linker script and/or memory regions header file. Can be applied in *.cproject.yml and *.clayer.yml files." ,
14581458 "type" : " array" ,
14591459 "uniqueItems" : true ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " http://json-schema.org/draft-07/schema#" ,
33 "$id" : " https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.6.0/tools/projmgr/schemas/cproject.schema.json" ,
4- "title" : " CMSIS Project\n Documentation: https://github.com/Open-CMSIS-Pack/ cmsis-toolbox/blob/main/docs/ YML-Input-Format.md #project" ,
4+ "title" : " CMSIS Project\n Documentation: https://open-cmsis-pack. github.io/ cmsis-toolbox/YML-Input-Format/ #project" ,
55 "description" : " Source files and pre-configured components of a sub-project that builds independently." ,
66 "version" : " 2.6.0" ,
77 "type" : " object" ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " http://json-schema.org/draft-07/schema#" ,
33 "$id" : " https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.6.0/tools/projmgr/schemas/csolution.schema.json" ,
4- "title" : " CMSIS Solution\n Documentation: https://github.com/Open-CMSIS-Pack/ cmsis-toolbox/blob/main/docs/ YML-Input-Format.md #solution" ,
4+ "title" : " CMSIS Solution\n Documentation: https://open-cmsis-pack. github.io/ cmsis-toolbox/YML-Input-Format/ #solution" ,
55 "description" : " Complete scope of an application composed of sub-projects; defines target and build types." ,
66 "version" : " 2.6.0" ,
77 "type" : " object" ,
You can’t perform that action at this time.
0 commit comments