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
Pull request #18: updating main.json to 1.1.0 for release
Merge in MCU16CE/pic24-dspic-can-canfd-bootloader from ~C14050/pic24-dspic-can-canfd-bootloader:release/CC16BOOT-1251-deploy-to-github-can-example-repo to develop
* commit '8939a2043af04dee4939ef0b26d6576b7296f74a':
cleanup markdown formatting so it renders readable.
removing 1.0.1 and adding it to 1.1.0
adding change log back from previous commit
updating main.json to 1.1.0 for release
1) Using CAN classic on a device with the CAN-FD module
17
17
2) Using CAN-FD on a device with the CAN-FD module
18
18
3) Using CAN classic on a device with the enhanced CAN controller
19
+
4) Using CAN-FD on a device with the CAN-FD module and using TA100 for external ECDSA verify
19
20
20
21
The hardware and software setup is different for each of these use cases. There are readme*.html files associated with each folder that describe the required hardware and software as well as how to setup and run each of the corresponding demos.
21
22
@@ -25,4 +26,5 @@ The hardware and software setup is different for each of these use cases. There
25
26
26
27
[dspic33ep-can2.0b](/dspic33ep-can2.0b"dsPIC33EP512MU810 CAN based bootloader example project")
27
28
29
+
[dspic33ck-canfd-ta100](/dspic33ck-fd-ta100"dsPIC33CK256MP508 CAN-FD based bootloader example project w TA100 Verify")
# PIC24/dsPIC CAN / CAN-FD Bootloader Firmware v1.0.1
1
+
# PIC24/dsPIC CAN / CAN-FD Bootloader Firmware v1.1.0
2
2
### Release Highlights
3
3
4
-
Fixes project loading issues.
4
+
- Fixes project loading issues.
5
+
- ADD Demo using TA100 Trust Anchor external HSM for ECDSA verify of CAN bootloader
5
6
6
7
### Features Added\Updated
7
8
8
-
Bug fixes to use externally released MCC modules rather than internal builds. The previous version would give import warnings to user due to it being unable to find the specified version.
9
+
- Support for TA100 ECDSA verify
10
+
- Bug fixes to use externally released MCC modules rather than internal builds. The previous version would give import warnings to user due to it being unable to find the specified version.
9
11
10
12
# PIC24/dsPIC CAN / CAN-FD Bootloader Firmware v1.0.0
0 commit comments