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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ See [crc_uart_1_image](./dspic33a/crc_uart_1_image/) and the associated [README.
26
26
### Summary
27
27
An example secure bootloader using the Microchip Device Firmware Update (MDFU) protocol and UART peripheral on the Curiosity Platform Development Board with a dsPIC33AK512MPS512 DIM demonstrating the following:
28
28
* Secure firmware update via UART using Microchip Device Firmware Update (MDFU) protocol
29
-
* Application verification checking using Elliptic Curve Digital Signature Algorithm (ECDSA) with P-384
29
+
* Application verification checking using Elliptic Curve Digital Signature Algorithm (ECDSA) with P\-384
30
30
31
31
### Related Documentation
32
32
*[Curiosity Platform Development Board (EV74H48A)](https://www.microchip.com/en-us/development-tool/ev74h48a)
@@ -40,7 +40,7 @@ See [secure_boot_uart_2_images](./dspic33a/secure_boot_uart_2_images/) and the a
40
40
### Summary
41
41
An example secure bootloader using the Microchip Device Firmware Update (MDFU) protocol and CAN-FD peripheral on the Curiosity Platform Development Board with a dsPIC33AK512MPS512 DIM demonstrating the following:
42
42
* Secure firmware update via CAN-FD using Microchip Device Firmware Update (MDFU) protocol
43
-
* Application verification checking using Elliptic Curve Digital Signature Algorithm (ECDSA) with P-384
43
+
* Application verification checking using Elliptic Curve Digital Signature Algorithm (ECDSA) with P\-384
44
44
45
45
### Related Documentation
46
46
*[Curiosity Platform Development Board (EV74H48A)](https://www.microchip.com/en-us/development-tool/ev74h48a)
0 commit comments