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
Merge in MCU16CE/pic24-dspic-can-canfd-bootloader from develop to master
* commit 'd0c4f7b96ab9de30e0bb18cba3a85b37c3785206': (27 commits)
remove dead keywords... Not sure what validator list is allowed
remove CAN and errant ','
updating keywords list
remove portal deploy stage.
dspic33ck-canfd-ta100/readme_run_demo.html edited online with Bitbucket
Documenting the correct version of CAL to 3.2.5 for this demo.
fixing meta data to be 1.0.0 per and correct version tag to be 1.1.0 per Harsha
readme link was typoed fd -> canfd
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
Cleaned up documentation for this demo. Took images of later ubha.
Add dummy implementations so that project compiles, and add Warning to tell user to contact Microchip to get Crypto Authentication Library
stub files that say // This file intentionally cleared. To obtain the original source contact Microchip.
addinf missing signing_tool.jar and fixing the missing call to CryptoAuth_Initialize in system.c.
making the readme in the log format specified by Harish.
functional, but fails to verify.
initial commit. CAN moved to mikro slot b spi added
Update version number and changelog.
...
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-canfd-ta100"dsPIC33CK256MP508 CAN-FD based bootloader example project w TA100 Verify")
# PIC24/dsPIC CAN / CAN-FD Bootloader Firmware v1.1.0
2
+
### Release Highlights
3
+
4
+
- Fixes project loading issues.
5
+
- ADD Demo using TA100 Trust Anchor external HSM for ECDSA verify of CAN bootloader
6
+
7
+
### Features Added\Updated
8
+
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.
11
+
1
12
# PIC24/dsPIC CAN / CAN-FD Bootloader Firmware v1.0.0
0 commit comments