Skip to content

Commit 40de99b

Browse files
committed
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
2 parents 0048cd5 + 8939a20 commit 40de99b

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
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: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
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+
- Fixes project loading issues.
5+
- ADD Demo using TA100 Trust Anchor external HSM for ECDSA verify of CAN bootloader
56

67
### Features Added\Updated
78

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.
911

1012
# PIC24/dsPIC CAN / CAN-FD Bootloader Firmware v1.0.0
1113
### Release Highlights
1214

13-
CAN and CAN-FD bootloader firmware
14-
Requires Unified Bootloader Host Application 1.17.0
15+
- CAN and CAN-FD bootloader firmware
16+
- Requires Unified Bootloader Host Application 1.17.0
1517

1618
### Features Added\Updated
1719

18-
Initial Release
20+
- Initial Release

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)