Skip to content

Commit af1e608

Browse files
aiwyatt787davidflowers
authored andcommitted
Pull request #88: Update version and changelog, MCU16GITHUB-1586 - remove leading space
Merge in MCU16CE/dspic33-dsc-bootloader-code-examples from ~C74569/dspic33-dsc-bootloader-code-examples:bugfix/CC16BOOT-8484-update-changelog-and-versions-in-dspic33a_bootloader_and_firmware_upgrade_demo_ to develop * commit 'af68f8ceb24e43f6a95498c596c0252c4bb14666': Ensure inner project versions match outer version Remove leading space from secure boot main.json and update changelog Update changelog Remove leading space Update version and changelog
2 parents 9a0c379 + af68f8c commit af1e608

File tree

5 files changed

+85
-76
lines changed

5 files changed

+85
-76
lines changed

.main-meta/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"content": {
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mplabx.project.dspic33-dsc-bootloader-code-examples",
7-
"version": "1.2.1",
7+
"version": "1.2.2",
88
"displayName": "dsPIC33 DSC Bootloader Code Examples",
99
"projectName": "dspic33-dsc-bootloader-code-examples",
1010
"shortDescription": "dsPIC33 DSC Bootloader Code Examples",

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# dsPIC33 DSC Bootloader Code Examples v1.2.2
2+
### Release Highlights
3+
* Updated Clock PLIB version from v1.1.0 to v1.1.2 in "dspic33a_bootloader_and_firmware_upgrade_demo".
4+
* Removed invalid space from the device name in the "dspic33a_bootloader_and_firmware_upgrade_demo" and "dspic33a_secure_boot" main.json files.
5+
6+
### Features Added\Updated
7+
* Updated Clock PLIB version from v1.1.0 to v1.1.2 in "dspic33a_bootloader_and_firmware_upgrade_demo".
8+
* Removed invalid space from the device name in the "dspic33a_bootloader_and_firmware_upgrade_demo" and "dspic33a_secure_boot" main.json files.
9+
110
# dsPIC33 DSC Bootloader Code Examples v1.2.1
211
### Release Highlights
312
* Corrected version number of "dspic33a Secure Boot and Secure Firmware Upgrade Demo".

dspic33a_bootloader_and_firmware_upgrade_demo/.main-meta/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"content": {
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mplabx.project.dspic33a-bootloader-and-firmware-upgrade-demo",
7-
"version": "1.1.0",
7+
"version": "1.2.2",
88
"displayName": "dsPIC33a Bootloader and Firmware Upgrade Demo",
99
"projectName": "dspic33a-bootloader-and-firmware-upgrade-demo",
1010
"shortDescription": "This MPLAB® X IDE example demonstrates how to perform secure boot authentication and firmware upgrade via UART with Microchip Device Firmware Update Protocol (M-DFU) and CRC32 verification within MCC Melody.",
@@ -30,7 +30,7 @@
3030
"content": {
3131
"metaDataVersion": "1.0.0",
3232
"category": "com.microchip.device",
33-
"name": " dsPIC33AK128MC106",
33+
"name": "dsPIC33AK128MC106",
3434
"versionRange": "*"
3535
}
3636
},

dspic33a_secure_boot/.main-meta/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"content": {
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mplabx.project.dspic33a-secure-boot-and-secure-firmware-upgrade-demo",
7-
"version": "1.2.1",
7+
"version": "1.2.2",
88
"displayName": "dsPIC33a Secure Boot and Secure Firmware Upgrade Demo",
99
"projectName": "dspic33a-secure-boot-and-secure-firmware-upgrade-demo",
1010
"shortDescription": "This MPLAB® X IDE example demonstrates how to perform secure boot authentication and secure firmware upgrade via UART with Microchip Device Firmware Update Protocol (M-DFU) and ECDSA with P-384 verification within MCC Melody.",
@@ -30,7 +30,7 @@
3030
"content": {
3131
"metaDataVersion": "1.0.0",
3232
"category": "com.microchip.device",
33-
"name": " dsPIC33AK512MPS512",
33+
"name": "dsPIC33AK512MPS512",
3434
"versionRange": "*"
3535
}
3636
},
Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,72 @@
1-
{
2-
"metaDataVersion": "1.0.0",
3-
"category": "com.microchip.ide.project",
4-
"content": {
5-
"metaDataVersion": "1.3.0",
6-
"name": "com.microchip.mplabx.project.secure-boot-and-secure-firmware-upgrade-over-canfd",
7-
"version": "1.0.0",
8-
"displayName": "Secure Boot and Secure Firmware Upgrade Over CAN-FD",
9-
"projectName": "secure-boot-and-secure-firmware-upgrade-over-canfd",
10-
"shortDescription": "This MPLAB® X IDE example demonstrates how to perform secure boot authentication and update via CAN-FD with ECDSA signature verification within MCC Melody.",
11-
"ide": {
12-
"name": "MPLABX",
13-
"semverRange": ">=6.15.0"
14-
},
15-
"compiler": {
16-
"name": "XC16",
17-
"semverRange": "^2.10.0"
18-
},
19-
"dfp": {
20-
"name": "dsPIC33CK-MP_DFP",
21-
"semverRange": ">=1.12.354"
22-
},
23-
"configurator": {
24-
"name": "MCC",
25-
"semverRange": ">=5.6.1"
26-
},
27-
"device": {
28-
"metaDataVersion": "1.0.0",
29-
"category": "com.microchip.portal.contentRef",
30-
"content": {
31-
"metaDataVersion": "1.0.0",
32-
"category": "com.microchip.device",
33-
"name": "dsPIC33CK1024MP710",
34-
"versionRange": "*"
35-
}
36-
},
37-
"keywords": [
38-
"Secure Bootloader",
39-
"Secure Firmware Upgrade",
40-
"Bootloader",
41-
"CAN FD",
42-
"Immutable Boot",
43-
"CodeGuard Security",
44-
"Firmware Upgrade",
45-
"Security",
46-
"Cryptography",
47-
"Public-key Cryptography",
48-
"CryptoAuthentication",
49-
"Authentication",
50-
"Microchip Device Firmware Update",
51-
"Certificate",
52-
"SHA",
53-
"SHA-256",
54-
"Public Key",
55-
"HSM",
56-
"Getting Started",
57-
"MCC",
58-
"XC16",
59-
"XC-DSC",
60-
"Private Key",
61-
"Code Protection",
62-
"TA100",
63-
"dsPIC",
64-
"DSC",
65-
"Over-the-Air Upgrade",
66-
"Automotive",
67-
"Hardware Security Module",
68-
"Flash OTP",
69-
"One-Time Programmable"
70-
]
71-
}
1+
{
2+
"metaDataVersion": "1.0.0",
3+
"category": "com.microchip.ide.project",
4+
"content": {
5+
"metaDataVersion": "1.3.0",
6+
"name": "com.microchip.mplabx.project.secure-boot-and-secure-firmware-upgrade-over-canfd",
7+
"version": "1.2.2",
8+
"displayName": "Secure Boot and Secure Firmware Upgrade Over CAN-FD",
9+
"projectName": "secure-boot-and-secure-firmware-upgrade-over-canfd",
10+
"shortDescription": "This MPLAB® X IDE example demonstrates how to perform secure boot authentication and update via CAN-FD with ECDSA signature verification within MCC Melody.",
11+
"ide": {
12+
"name": "MPLABX",
13+
"semverRange": ">=6.15.0"
14+
},
15+
"compiler": {
16+
"name": "XC16",
17+
"semverRange": "^2.10.0"
18+
},
19+
"dfp": {
20+
"name": "dsPIC33CK-MP_DFP",
21+
"semverRange": ">=1.12.354"
22+
},
23+
"configurator": {
24+
"name": "MCC",
25+
"semverRange": ">=5.6.1"
26+
},
27+
"device": {
28+
"metaDataVersion": "1.0.0",
29+
"category": "com.microchip.portal.contentRef",
30+
"content": {
31+
"metaDataVersion": "1.0.0",
32+
"category": "com.microchip.device",
33+
"name": "dsPIC33CK1024MP710",
34+
"versionRange": "*"
35+
}
36+
},
37+
"keywords": [
38+
"Secure Bootloader",
39+
"Secure Firmware Upgrade",
40+
"Bootloader",
41+
"CAN FD",
42+
"Immutable Boot",
43+
"CodeGuard Security",
44+
"Firmware Upgrade",
45+
"Security",
46+
"Cryptography",
47+
"Public-key Cryptography",
48+
"CryptoAuthentication",
49+
"Authentication",
50+
"Microchip Device Firmware Update",
51+
"Certificate",
52+
"SHA",
53+
"SHA-256",
54+
"Public Key",
55+
"HSM",
56+
"Getting Started",
57+
"MCC",
58+
"XC16",
59+
"XC-DSC",
60+
"Private Key",
61+
"Code Protection",
62+
"TA100",
63+
"dsPIC",
64+
"DSC",
65+
"Over-the-Air Upgrade",
66+
"Automotive",
67+
"Hardware Security Module",
68+
"Flash OTP",
69+
"One-Time Programmable"
70+
]
71+
}
7272
}

0 commit comments

Comments
 (0)