Skip to content

Commit 2f4007c

Browse files
committed
Pull request #95: Develop
Merge in MCU16CE/dspic33-dsc-bootloader-code-examples from develop to master * commit 'b5bc71c5e54d8dedfc26ead99c2ed379380b16de': fix caps in all caps note fix typos in change log Fix changelog Fix capitalization in dsPIC33A instances 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 Update flash protection project Update app project Update boot project
2 parents 7533b65 + b5bc71c commit 2f4007c

File tree

5 files changed

+20
-13
lines changed

5 files changed

+20
-13
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.2",
7+
"version": "1.2.3",
88
"displayName": "dsPIC33 DSC Bootloader Code Examples",
99
"projectName": "dspic33-dsc-bootloader-code-examples",
1010
"shortDescription": "dsPIC33 DSC Bootloader Code Examples",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ An example bootloader using the 16-bit MCC bootloader and the CAN or CAN-FD peri
2222
### Setup And Operation
2323
See [secure_boot_and_secure_firmware_upgrade_over_canfd](secure_boot_and_secure_firmware_upgrade_over_canfd/) and the associated [README.md](secure_boot_and_secure_firmware_upgrade_over_canfd/README.md) files for details on the required hardware, software, setup, and how to run the demo.
2424

25-
## <u>dsPIC33a Bootloader and Firmware Upgrade Demo</u>
25+
## <u>dsPIC33A Bootloader and Firmware Upgrade Demo</u>
2626

2727
### Summary
2828
An example bootloader using the Microchip Device Firmware Update (MDFU) protocol and UART peripheral on the Curiosity Platform Development Board with a dsPIC33AK128MC106 DIM demonstrating the following:
@@ -37,7 +37,7 @@ An example bootloader using the Microchip Device Firmware Update (MDFU) protocol
3737
### Setup And Operation
3838
See [dspic33a_bootloader_and_firmware_upgrade_demo](dspic33a_bootloader_and_firmware_upgrade_demo/) and the associated [README.md](dspic33a_bootloader_and_firmware_upgrade_demo/README.md) files for details on the required hardware, software, setup, and how to run the demo.
3939

40-
## <u>dsPIC33a Secure Boot and Firmware Upgrade Demo</u>
40+
## <u>dsPIC33A Secure Boot and Firmware Upgrade Demo</u>
4141

4242
### Summary
4343
An example secure bootloader using the Microchip Device Firmware Update (MDFU) protocol and UART peripheral on the Curiosity Platform Development Board with a dsPIC33AK512MPS512 DIM demonstrating the following:

changelog.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# dsPIC33 DSC Bootloader Code Examples v1.2.3
2+
### Release Highlights
3+
* Updated instances of "dsPIC33a" to "dsPIC33A".
4+
5+
### Features Added\Updated
6+
* Updated instances of "dsPIC33a" to "dsPIC33A".
7+
18
# dsPIC33 DSC Bootloader Code Examples v1.2.2
29
### Release Highlights
310
* Updated Clock PLIB version from v1.1.0 to v1.1.2 in "dspic33a_bootloader_and_firmware_upgrade_demo".
@@ -9,19 +16,19 @@
916

1017
# dsPIC33 DSC Bootloader Code Examples v1.2.1
1118
### Release Highlights
12-
* Corrected version number of "dspic33a Secure Boot and Secure Firmware Upgrade Demo".
19+
* Corrected version number of "dsPIC33A Secure Boot and Secure Firmware Upgrade Demo".
1320

1421
### Features Added\Updated
15-
* Corrected version number of "dspic33a Secure Boot and Secure Firmware Upgrade Demo".
22+
* Corrected version number of "dsPIC33A Secure Boot and Secure Firmware Upgrade Demo".
1623

1724
# dsPIC33 DSC Bootloader Code Examples v1.2.0
1825
### Release Highlights
19-
* Initial Release of "dspic33a Secure Boot and Secure Firmware Upgrade Demo" - MDFU based secure bootloader for the dsPIC33A family of devices with a single partition verified by ECDSA with P-384.*
26+
* Initial Release of "dsPIC33A Secure Boot and Secure Firmware Upgrade Demo" - MDFU based secure bootloader for the dsPIC33A family of devices with a single partition verified by ECDSA with P-384.*
2027

2128
### Features Added\Updated
22-
* Initial Release of "dspic33a Secure Boot and Secure Firmware Upgrade Demo" - MDFU based secure bootloader for the dsPIC33A family of devices with a single partition verified by ECDSA with P-384.*
29+
* Initial Release of "dsPIC33A Secure Boot and Secure Firmware Upgrade Demo" - MDFU based secure bootloader for the dsPIC33A family of devices with a single partition verified by ECDSA with P-384.*
2330

24-
**NOTE**: THIS DEMO IS AN ENGINEERING RELEASE TO DEMONSTRATE DSPIC33A SECURE BOOTLOADER FUNCTIONALITY AND SHOULD BE USED FOR REFERENCE ONLY. THIS CODE IS NOT INTENDED FOR USE IN PRODUCTION.
31+
**NOTE**: THIS DEMO IS AN ENGINEERING RELEASE TO DEMONSTRATE dsPIC33A SECURE BOOTLOADER FUNCTIONALITY AND SHOULD BE USED FOR REFERENCE ONLY. THIS CODE IS NOT INTENDED FOR USE IN PRODUCTION.
2532

2633
# dsPIC33 DSC Bootloader Code Examples v1.1.0
2734
### Release Highlights
@@ -30,7 +37,7 @@
3037
### Features Added\Updated
3138
* Initial Release of "dsPIC33A Bootloader and Firmware Upgrade Demo" - MDFU based bootloader for the dsPIC33A family of devices with a single partition verified by a CRC integrity check. *
3239

33-
**NOTE**: THIS DEMO IS AN ENGINEERING RELEASE TO DEMONSTRATE DSPIC33A BOOTLOADER FUNCTIONALITY AND SHOULD BE USED FOR REFERENCE ONLY. THIS CODE IS NOT INTENDED FOR USE IN PRODUCTION.
40+
**NOTE**: THIS DEMO IS AN ENGINEERING RELEASE TO DEMONSTRATE dsPIC33A BOOTLOADER FUNCTIONALITY AND SHOULD BE USED FOR REFERENCE ONLY. THIS CODE IS NOT INTENDED FOR USE IN PRODUCTION.
3441

3542
# dsPIC33 DSC Bootloader Code Examples v1.0.0
3643
### Release Highlights

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,8 +4,8 @@
44
"content": {
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mplabx.project.dspic33a-bootloader-and-firmware-upgrade-demo",
7-
"version": "1.2.2",
8-
"displayName": "dsPIC33a Bootloader and Firmware Upgrade Demo",
7+
"version": "1.2.3",
8+
"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.",
1111
"ide": {

dspic33a_secure_boot/.main-meta/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
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.2",
8-
"displayName": "dsPIC33a Secure Boot and Secure Firmware Upgrade Demo",
7+
"version": "1.2.3",
8+
"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.",
1111
"ide": {

0 commit comments

Comments
 (0)