Skip to content

Commit ee4063e

Browse files
committed
Pull request #69: Develop
Merge in MCU16CE/dspic33-dsc-bootloader-code-examples from develop to master * commit '7508bf7cbad79b4be1ea9f271b6f70336c74306a': remove line change the version order in the change log. Update the main.json and changelog to match changes.
2 parents 2bd3b96 + 7508bf7 commit ee4063e

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-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.0.0",
7+
"version": "1.1.0",
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: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
# Secure Boot and Secure Firmware Upgrade over CAN-FD for dsPIC33C DSCs Demo v1.0.0
1+
# dsPIC33a Bootloader and Firmware Upgrade Demo v1.1.0
22
### Release Highlights
3-
* Initial Release - Refer to the README.md for a summary and execution procedure
3+
* Initial Release of "dsPIC33A bootloader and firmware upgrade demo" - MDFU based bootloader for the dsPIC33A family devices with a single partition verified by a CRC integrity check. *
44

55
### Features Added\Updated
6-
* Initial Release
6+
* Initial Release of "dsPIC33A bootloader and firmware upgrade demo" - MDFU based bootloader for the dsPIC33A family devices with a single partition verified by a CRC integrity check. *
77

8-
# dsPIC33a Bootloader and Firmware Upgrade Demo v1.0.0*
8+
\* **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.
9+
10+
# dsPIC33 DSC Bootloader Code examples v1.0.0
911
### Release Highlights
10-
* Initial Release - Refer to the README.md for a summary and execution procedure
12+
* Initial Release of "Secure Boot and Secure Firmware Upgrade over CAN-FD for dsPIC33C DSCs Demo v1.0.0" - Refer to the README.md for a summary and execution procedure
1113

1214
### Features Added\Updated
13-
* Initial Release
14-
15-
\* **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.
16-
15+
* Initial Release of "Secure Boot and Secure Firmware Upgrade over CAN-FD for dsPIC33C DSCs Demo v1.0.0" - Refer to the README.md for a summary and execution procedure
1716

1817

dspic33a_bootloader_and_firmware_upgrade_demo/app.X/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
Main application
3434
*/
3535

36-
3736
void TMR1_TimeoutCallback()
3837
{
3938
LED7_Toggle();

0 commit comments

Comments
 (0)