Skip to content

Commit 8a44f20

Browse files
MPAE-18297: Update for v1.1.0 of MDFU Client
1 parent 5c12442 commit 8a44f20

File tree

286 files changed

+11232
-1958
lines changed

Some content is hidden

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

286 files changed

+11232
-1958
lines changed

.main-meta/main.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"content": {
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mcu8.mplabx.project.pic16f18446-cnano-8bit-mdfu-client-mplab-mcc",
7-
"version": "1.1.0",
7+
"version": "1.2.0",
88
"displayName": "Getting Started with the 8-Bit MDFU Client for PIC16F18446",
99
"projectName": "pic16f18446-cnano-8bit-mdfu-client-mplab-mcc",
1010
"shortDescription": "GitHub Example for the 8-Bit MDFU Client Library using PIC16F18446 with a CNANO board.",
@@ -15,7 +15,7 @@
1515
"compiler": [
1616
{
1717
"name": "XC8",
18-
"semverRange": "^2.46.0"
18+
"semverRange": "^2.50.0"
1919
}
2020
],
2121
"dfp": {
@@ -39,6 +39,7 @@
3939
"author": "Microchip",
4040
"peripherals": [
4141
"UART",
42+
"MSSP",
4243
"Memory Module"
4344
],
4445
"keywords": [
@@ -47,6 +48,7 @@
4748
"Curiosity",
4849
"Curiosity Nano",
4950
"Bootloader",
51+
"MSSP",
5052
"Memory",
5153
"Serial Communication",
5254
"EUSART",

README.md

Lines changed: 118 additions & 42 deletions

images/AppPortSetup.PNG

495 Bytes

images/BuildTheImage_SPI.PNG

15.1 KB

images/CleanAndBuildApp_SPI.PNG

224 KB

images/CleanAndBuildMDFU_SPI.PNG

218 KB

images/ClockSetup.PNG

11.3 KB

images/ConfigBitsSetup.PNG

1.78 KB

images/ConfigPathExample_SPI.PNG

24.4 KB

images/HardwareSetup_SPI.PNG

1.96 MB

0 commit comments

Comments
 (0)