Skip to content

Commit 46606c1

Browse files
aiwyatt787davidflowers
authored andcommitted
Pull request #6: Fix broken links
Merge in MCU16CE/dspic-bootloader-mdfu from ~C74569/dspic-bootloader-mdfu:bugfix/CC16BOOT-8733-fix-links-in-docs to develop * commit 'a3b6ec1a64afd4e5398d5a974549bb453c36dc68': Whitespace change to re-start build Fix P-384 linking Fix broken links
2 parents 8f4c220 + a3b6ec1 commit 46606c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,35 +19,35 @@ An example bootloader using the Microchip Device Firmware Update (MDFU) protocol
1919
* [MDFU Protocol](http://www.microchip.com/DS50003743)
2020

2121
### Setup And Operation
22-
See [crc_uart_1_image](crc_uart_1_image/) and the associated [README.md](crc_uart_1_image/README.md) files for details on the required hardware, software, setup, and how to run the demo.
22+
See [crc_uart_1_image](./dspic33a/crc_uart_1_image/) and the associated [README.md](./dspic33a/crc_uart_1_image/README.md) files for details on the required hardware, software, setup, and how to run the demo.
2323

2424
## <u>dsPIC33A Multi-Image ECDSA UART Boot Demo</u>
2525

2626
### Summary
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:
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:
2828
* 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
3030

3131
### Related Documentation
3232
* [Curiosity Platform Development Board (EV74H48A)](https://www.microchip.com/en-us/development-tool/ev74h48a)
3333
* [MDFU Protocol](http://www.microchip.com/DS50003743)
3434

3535
### Setup And Operation
36-
See [secure_boot_uart_2_images](secure_boot_uart_2_images/) and the associated [README.md](secure_boot_uart_2_images/README.md) files for details on the required hardware, software, setup, and how to run the demo.
36+
See [secure_boot_uart_2_images](./dspic33a/secure_boot_uart_2_images/) and the associated [README.md](./dspic33a/secure_boot_uart_2_images/README.md) files for details on the required hardware, software, setup, and how to run the demo.
3737

3838
## <u>dsPIC33A Multi-Image ECDSA CAN Boot Demo</u>
3939

4040
### Summary
4141
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:
4242
* 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
4444

4545
### Related Documentation
4646
* [Curiosity Platform Development Board (EV74H48A)](https://www.microchip.com/en-us/development-tool/ev74h48a)
4747
* [MDFU Protocol](http://www.microchip.com/DS50003743)
4848

4949
### Setup And Operation
50-
See [secure_boot_can_2_images](secure_boot_can_2_images/) and the associated [README.md](secure_boot_can_2_images/README.md) files for details on the required hardware, software, setup, and how to run the demo.
50+
See [secure_boot_can_2_images](./dspic33a/secure_boot_can_2_images/) and the associated [README.md](./dspic33a/secure_boot_can_2_images/README.md) files for details on the required hardware, software, setup, and how to run the demo.
5151

5252

5353

0 commit comments

Comments
 (0)