Skip to content

Commit d0b25a1

Browse files
committed
updating main.json to 1.1.0 for release
1 parent 0048cd5 commit d0b25a1

File tree

4 files changed

+11
-18
lines changed

4 files changed

+11
-18
lines changed

.main-meta/main.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"metaDataVersion":"1.0.1",
2+
"metaDataVersion":"1.1.0",
33
"category":"com.microchip.ide.project",
44
"content":{
5-
"metaDataVersion":"1.0.1",
5+
"metaDataVersion":"1.1.0",
66
"name":"com.microchip.mplabx.project.pic24-dspic-can-canfd-bootloader",
77
"version":"1.0.1",
88
"displayName":"PIC24/dsPIC CAN/CAN-FD Bootloader",
@@ -25,10 +25,10 @@
2525
"semverRange": ">=4.0.1"
2626
},
2727
"device":{
28-
"metaDataVersion":"1.0.1",
28+
"metaDataVersion":"1.1.0",
2929
"category":"com.microchip.portal.contentRef",
3030
"content":{
31-
"metaDataVersion":"1.0.1",
31+
"metaDataVersion":"1.1.0",
3232
"category":"com.microchip.device",
3333
"name":"dsPIC33CK256MP508",
3434
"versionRange":"*"

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ https://www.microchip.com/16-bit-bootloader
1212

1313
## Setup And Operation
1414

15-
There are 3 configurations provided in this demo:
15+
There are 4 configurations provided in this demo:
1616
1) Using CAN classic on a device with the CAN-FD module
1717
2) Using CAN-FD on a device with the CAN-FD module
1818
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
1920

2021
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.
2122

@@ -25,4 +26,5 @@ The hardware and software setup is different for each of these use cases. There
2526

2627
[dspic33ep-can2.0b](/dspic33ep-can2.0b "dsPIC33EP512MU810 CAN based bootloader example project")
2728

29+
[dspic33ck-canfd-ta100](/dspic33ck-fd-ta100 "dsPIC33CK256MP508 CAN-FD based bootloader example project w TA100 Verify")
2830

changelog.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
1-
# PIC24/dsPIC CAN / CAN-FD Bootloader Firmware v1.0.1
1+
# PIC24/dsPIC CAN / CAN-FD Bootloader Firmware v1.1.0
22
### Release Highlights
33

4-
Fixes project loading issues.
4+
ADD Demo using TA100 Trust Anchor external HSM for ECDSA verify of CAN bootloader
55

66
### Features Added\Updated
77

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-
10-
# PIC24/dsPIC CAN / CAN-FD Bootloader Firmware v1.0.0
11-
### Release Highlights
12-
13-
CAN and CAN-FD bootloader firmware
14-
Requires Unified Bootloader Host Application 1.17.0
15-
16-
### Features Added\Updated
17-
18-
Initial Release
8+
Support for TA100 ECDSA verify

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ <h2>Setup And Operation</h2>
4040
<a href="./dspic33ck-can/">./dspic33ck-can/</a><br>
4141
<a href="./dspic33ck-canfd/">./dspic33ck-canfd/</a><br>
4242
<a href="./dspic33ep-can2.0b/">./dspic33ep-can2.0b/</a><br>
43+
<a href="./dspic33ck-canfd-ta100/">./dspic33ck-canfd-ta100/</a><br>
4344

4445
</body>
4546

0 commit comments

Comments
 (0)