Skip to content

Commit dfd2cc2

Browse files
JustBecause42davidflowers
authored andcommitted
Pull request #6: Feature/CC16BOOT-3644 update the .json files are discoverable by the discovery
Merge in MCU16CE/bootloader16-microchip-university-labs from ~C20356/bootloader16-microchip-university-labs:feature/CC16BOOT-3644-update-the-.json-files-are-discoverable-by-the-discovery to develop * commit 'efdce5f2ad1d6209809dcdd0e1b60a312ce4e281': Updated keywords based on feedback Removed the items from the peripherals list Removed Invalid Keyword Added more keywords and added UBHA to Jenkins Override list. Used keywords from different list. https://confluence.microchip.com/display/DTS/Discover+Metadata+Tag+Visualizer+-+Table Updated keywords Updated .json file Update .jason file
2 parents efe29fa + efdce5f commit dfd2cc2

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

.citd/Jenkinsfilek8s

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pipeline {
3434
DEPLOY_BRANCH_LIST = "master"
3535
/*When using the main.json schema version 1.3.0 or higher, the PORTAL will first reject registration attempt when an unapproved keyword is found, but can be forced to accept.
3636
This argument is used to provide the list of unapproved keywords (also listed in main.json) which the deployment script will force the PORTAL to accept.*/
37-
UNAPPROVED_KEYWORDS_OVERRIDE_LIST="NONE"
37+
UNAPPROVED_KEYWORDS_OVERRIDE_LIST="UBHA"
3838

3939
/*
4040
GitHub Page Stage Information

.main-meta/main.json

+22-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"version":"1.0.3",
88
"displayName":"Bootloader16 Lab Solutions for Microchip University Bootloader 16 labs",
99
"projectName":"bootloader16-microchip-university-labs",
10-
"shortDescription":"Bootloader16 examples using different features",
10+
"shortDescription":"Bootloader16 examples using different verication methods including ECDSA",
1111
"ide":{
1212
"name":"MPLABX",
1313
"semverRange":">=6.00.0"
@@ -34,11 +34,28 @@
3434
"versionRange":"*"
3535
}
3636
},
37-
"peripherals":[
38-
"UART"
37+
"peripherals":[
3938
],
4039
"keywords":[
41-
"Bootloader"
42-
]
40+
"Bootloader",
41+
"Firmware Upgrade",
42+
"Secure Firmware Upgrade",
43+
"MCC",
44+
"Security",
45+
"CodeGuard Security",
46+
"Code Protection",
47+
"ECC608",
48+
"ATECC608",
49+
"Getting Started",
50+
"HSM",
51+
"Secure Bootloader",
52+
"SHA",
53+
"SHA-256",
54+
"XC16",
55+
"Certificate",
56+
"Private Key",
57+
"Public Key",
58+
"UBHA"
59+
]
4360
}
4461
}

0 commit comments

Comments
 (0)