Skip to content

Commit 9d67b80

Browse files
aiwyatt787davidflowers
authored andcommitted
Pull request #102: Feature/CC16BOOT-8666 update existing dspic33 dsc repo to point to new mdfu repo
Merge in MCU16CE/dspic33-dsc-bootloader-code-examples from ~C74569/dspic33-dsc-bootloader-code-examples:feature/CC16BOOT-8666-update-existing-dspic33-dsc-repo-to-point-to-new-mdfu-repo to develop * commit '5e7dd1f3beeae116ee6de66a3c9d434c30554570': Remove extra period Remove MDFU examples
2 parents 8919e4b + 5e7dd1f commit 9d67b80

File tree

887 files changed

+8
-158933
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

887 files changed

+8
-158933
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.5",
7+
"version": "1.2.6",
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: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -21,33 +21,3 @@ An example bootloader using the 16-bit MCC bootloader and the CAN or CAN-FD peri
2121

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.
24-
25-
## <u>dsPIC33A Bootloader and Firmware Upgrade Demo</u>
26-
27-
### Summary
28-
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:
29-
* Secure firmware update via UART using Microchip Device Firmware Update (MDFU) protocol
30-
* Application verification checking using a 32-bit CRC-32Q signature
31-
32-
### Related Documentation
33-
* [dsPIC33AK128MC106 DIM (EV02G02A)](https://www.microchip.com/en-us/development-tool/ev02g02a)
34-
* [Curiosity Platform Development Board (EV74H48A)](https://www.microchip.com/en-us/development-tool/ev74h48a)
35-
* [MDFU Protocol](https://ww1.microchip.com/downloads/aemDocuments/documents/DEV/ProductDocuments/SupportingCollateral/Microchip-Device-Firmware-Update-MDFU-Protocol-DS50003743.pdf)
36-
37-
### Setup And Operation
38-
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.
39-
40-
## <u>dsPIC33A Secure Boot and Firmware Upgrade Demo</u>
41-
42-
### Summary
43-
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:
44-
* Secure firmware update via UART using Microchip Device Firmware Update (MDFU) protocol
45-
* Application verification checking using Elliptic Curve Digital Signature Algorithm (ECDSA) with P-384
46-
47-
### Related Documentation
48-
* [Curiosity Platform Development Board (EV74H48A)](https://www.microchip.com/en-us/development-tool/ev74h48a)
49-
* [MDFU Protocol](https://ww1.microchip.com/downloads/aemDocuments/documents/DEV/ProductDocuments/SupportingCollateral/Microchip-Device-Firmware-Update-MDFU-Protocol-DS50003743.pdf)
50-
51-
### Setup And Operation
52-
See [dspic33a_secure_boot](dspic33a_secure_boot/) and the associated [README.md](dspic33a_secure_boot/README.md) files for details on the required hardware, software, setup, and how to run the demo.
53-

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# dsPIC33 DSC Bootloader Code Examples v1.2.6
2+
### Release Highlights
3+
* dspic33a_secure_boot and dspic33a_bootloader_and_firmware_upgrade_demo moved to [dspic-bootloader-mdfu repository](https://github.com/microchip-pic-avr-examples/dspic-bootloader-mdfu).
4+
5+
### Features Added\Updated
6+
* dspic33a_secure_boot and dspic33a_bootloader_and_firmware_upgrade_demo moved to [dspic-bootloader-mdfu repository](https://github.com/microchip-pic-avr-examples/dspic-bootloader-mdfu).
7+
18
# dsPIC33 DSC Bootloader Code Examples v1.2.5
29
### Release Highlights
310
* Removed invalid mode change in dspic33a_secure_boot demo.

dspic33a_bootloader_and_firmware_upgrade_demo/.main-meta/main.json

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)