Skip to content

Commit 175ef47

Browse files
committed
MPAE-19400 Add all contents
1 parent 2dc79aa commit 175ef47

File tree

125 files changed

+17863
-31
lines changed

Some content is hidden

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

125 files changed

+17863
-31
lines changed

.main-meta/main.json

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mcu8.mplabx.project.pic18f46q24-immutable-bootloader-using-mdfu-library-mplab-mcc",
77
"version": " ",
8-
"displayName": "",
8+
"displayName": "Implementing an Immutable Bootloader using PIC18F46Q24 Microcontroller",
99
"projectName": "pic18f46q24-immutable-bootloader-using-mdfu-library-mplab-mcc",
1010
"shortDescription": "This example showcases an immutable bootloader using the MDFU client library and PIC18F46Q24 microcontroller's PDID and code protection features for firmware updates via UART and host device. Compatible with PIC18-Q24 family: PIC18F56/55/46/45/26/25/24Q24",
1111
"ide": {
@@ -19,12 +19,12 @@
1919
}
2020
],
2121
"dfp": {
22-
"name": "",
23-
"semverRange": ""
22+
"name": "PIC18F-Q_DFP",
23+
"semverRange": "^1.25.433"
2424
},
2525
"configurator": {
26-
"name": "",
27-
"semverRange": ""
26+
"name": "MCC",
27+
"semverRange": "^5.5.1"
2828
},
2929
"device": {
3030
"metaDataVersion": "1.0.0",
@@ -37,8 +37,29 @@
3737
}
3838
},
3939
"author": "Anoop Kumar",
40-
"peripherals": [],
41-
"keywords": [],
40+
"peripherals": [
41+
"UART",
42+
"CRCSCAN",
43+
"Memory Module"
44+
],
45+
"keywords": [
46+
"Melody",
47+
"MCC Melody",
48+
"Power Debugger",
49+
"Curiosity HPC",
50+
"Bootloader",
51+
"Immutable Bootloader",
52+
"Memory",
53+
"Serial Communication",
54+
"EUSART",
55+
"Immutable",
56+
"PDID",
57+
"Virtual COM Port",
58+
"Microchip Device Firmware Update",
59+
"8-bit MDFU Client",
60+
"MDFU",
61+
"File Transfer Protocol"
62+
],
4263
"additionalData": {
4364
"longDescription": {
4465
"metaDataVersion": "1.0.0",

README.md

Lines changed: 304 additions & 24 deletions
Large diffs are not rendered by default.
138 KB
Loading

images/App-image-verification.png

163 KB
Loading
119 KB
Loading

images/Block-Diagram.png

149 KB
Loading

images/Bootloader-menu.png

18.6 KB
Loading

images/Checksum-setting-app.png

73.2 KB
Loading

images/Checksum-setting-boot.png

67.2 KB
Loading

images/Download-image-display.png

256 KB
Loading

0 commit comments

Comments
 (0)