You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,11 @@ This is an example on how to use the MPLAB Code Configurator (MCC) generated cod
8
8
9
9
The Microchip Device Firmware Update (MDFU) is a device firmware update ecosystem that uses a device agnostic host application to update the application firmware. The application image that is loaded into the host follows a custom file format that includes the device and application-specific parameters needed to perform the update. This repository provides the basic starting point to configure and customize the MCC Melody 8-Bit MDFU Client library on the PIC18F56Q24 Curiosity Nano development board and also provides instructions for running the examples.
10
10
11
+
This example will demonstrate:
12
+
- How to configure the 8-Bit MDFU Client Library in MCC Melody for different verification schemes
13
+
- How to create a simple Blinky LED application
14
+
- How to use [`pyfwimagebuilder`](https://pypi.org/project/pyfwimagebuilder/) command line interface to convert application hex file into application image
15
+
- How to use [`pymdfu`](https://pypi.org/project/pymdfu/) command line interface to update the application firmware
0 commit comments