Skip to content

Commit e8555b0

Browse files
committed
Ensure names are unique
1 parent 5726e5b commit e8555b0

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

dspic33a/crc_uart_1_image/.main-meta/main.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"category": "com.microchip.ide.project",
44
"content": {
55
"metaDataVersion": "1.3.0",
6-
"name": "com.microchip.mplabx.project.dspic-bootloader-mdfu",
6+
"name": "com.microchip.mplabx.project.dspic33a-single-image-crc-uart-boot-demo",
77
"version": "1.0.0",
8-
"displayName": "dsPIC Bootloader MDFU",
9-
"projectName": "dspic-bootloader-mdfu",
10-
"shortDescription": "This MPLAB® X IDE example demonstrates how to perform secure boot authentication and firmware upgrade via UART with Microchip Device Firmware Update Protocol (MDFU) and CRC32 verification within MCC Melody.",
8+
"displayName": "dsPIC33A Single Image CRC UART Boot Demo",
9+
"projectName": "dspic33a-single-image-crc-uart-boot-demo",
10+
"shortDescription": "This MPLAB® X IDE example demonstrates how to perform boot authentication and firmware upgrade via UART with Microchip Device Firmware Update Protocol (MDFU) and CRC32 verification within MCC Melody.",
1111
"ide": {
1212
"name": "MPLABX",
1313
"semverRange": ">=6.25.0"

dspic33a/secure_boot_can_2_images/.main-meta/main.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"category": "com.microchip.ide.project",
44
"content": {
55
"metaDataVersion": "1.3.0",
6-
"name": "com.microchip.mplabx.project.dspic-bootloader-mdfu",
6+
"name": "com.microchip.mplabx.project.dspic33a-multi-image-ecdsa-can-tp-boot-demo",
77
"version": "1.0.0",
8-
"displayName": "dsPIC Bootloader MDFU",
9-
"projectName": "dspic-bootloader-mdfu",
8+
"displayName": "dsPIC33A Multi-Image ECDSA CAN-TP Boot Demo",
9+
"projectName": "dspic33a-multi-image-ecdsa-can-tp-boot-demo",
1010
"shortDescription": "This MPLAB® X IDE example demonstrates how to perform secure boot authentication and secure firmware upgrade via CAN-TP with Microchip Device Firmware Update Protocol (MDFU) and ECDSA with P-384 verification within MCC Melody.",
1111
"ide": {
1212
"name": "MPLABX",
@@ -88,6 +88,8 @@
8888
"SHA",
8989
"SHA-256",
9090
"Software",
91+
"UART",
92+
"UART Protocol",
9193
"Virtual COM Port",
9294
"Wired",
9395
"XC16",

dspic33a/secure_boot_uart_2_images/.main-meta/main.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"category": "com.microchip.ide.project",
44
"content": {
55
"metaDataVersion": "1.3.0",
6-
"name": "com.microchip.mplabx.project.dspic-bootloader-mdfu",
6+
"name": "com.microchip.mplabx.project.dspic33a-multi-image-ecdsa-uart-boot-demo",
77
"version": "1.0.0",
8-
"displayName": "dsPIC Bootloader MDFU",
9-
"projectName": "dspic-bootloader-mdfu",
8+
"displayName": "dsPIC33A Multi-Image ECDSA UART Boot Demo",
9+
"projectName": "dspic33a-multi-image-ecdsa-uart-boot-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 (MDFU) and ECDSA with P-384 verification within MCC Melody.",
1111
"ide": {
1212
"name": "MPLABX",

0 commit comments

Comments
 (0)