Skip to content

Commit a3763c9

Browse files
aiwyatt787davidflowers
authored andcommitted
Pull request #91: Fix capitalization in dsPIC33A instances
Merge in MCU16CE/dspic33-dsc-bootloader-code-examples from ~C74569/dspic33-dsc-bootloader-code-examples:bugfix/CC16BOOT-8495-fix-dspic33a-instance-s to develop * commit '7ea15897c235c9b08e7e16189739967366664fb9': Fix changelog Fix capitalization in dsPIC33A instances
2 parents af1e608 + 7ea1589 commit a3763c9

File tree

5 files changed

+18
-11
lines changed

5 files changed

+18
-11
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: 11 additions & 4 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,17 +16,17 @@
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

2431
**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

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)