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 #14: Bugfix/MCU16GITHUB-889 update documentation to point to the ta100 mcc module installation process
Merge in MCU16CE/dspic33-dsc-bootloader-code-examples from ~C74569/dspic33-dsc-bootloader-code-examples:bugfix/MCU16GITHUB-889-update-documentation-to-point-to-the-ta100-mcc-module-installation-process to feature/MCU16GITHUB-836-bootloader-pre-generated-demos
* commit '3309703184fb23a849a73231780be7e25fca9d8f':
Update release notes
Update wording
Update directions for TALIB and CAL download
Copy file name to clipboardExpand all lines: secure_boot_and_secure_firmware_upgrade_over_canfd/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The associated bootloader and application projects demonstrate the following:
23
23
## Tools
24
24
25
25
#### Software
26
-
***THIS PROJECT REQUIRES A NON PUBLIC COPY OF THE CRYPTOGRAPHIC AUTHENTICATION LIBRARY (CAL) FOR TA100 SUPPORT! CONTACT MICROCHIP TO OBTAIN A COPY. YOU MUST REQUEST VERSION CryptoAuthLib 3.6.1 or later**
26
+
***THIS PROJECT REQUIRES A NON PUBLIC COPY OF THE CRYPTOGRAPHIC AUTHENTICATION LIBRARY (CAL) FOR TA100 SUPPORT! See the [CryptoAuthentication Library Release Notes](https://onlinedocs.microchip.com/pr/GUID-7F2639F3-1541-4BFC-A031-9A718BFFC502-en-US-16/index.html?GUID-7D69101E-EA71-47BE-B794-7F2CA6363B2C) for download details**
27
27
* The unzipped example project files, boot.X and app.X
28
28
*[MPLAB® X IDE v6.15 or later](https://www.microchip.com/en-us/tools-resources/develop/mplab-x-ide)
29
29
*[MPLAB® XC16 v2.10 or later](https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers)
Copy file name to clipboardExpand all lines: secure_boot_and_secure_firmware_upgrade_over_canfd/boot.X/mcc_generated_files/CryptoAuthenticationLibrary/atca_basic.c
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,10 @@
1
-
// This file intentionally cleared. To obtain the original source contact Microchip.
1
+
/*
2
+
* This file intentionally cleared. To obtain the original source, download the MCC CryptoAuthentication Library and Trust Anchor Library.
3
+
* See the CryptoAuthentication Library Release Notes for download instructions.
Copy file name to clipboardExpand all lines: secure_boot_and_secure_firmware_upgrade_over_canfd/boot.X/mcc_generated_files/CryptoAuthenticationLibrary/atca_basic.h
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
-
// This file intentionally cleared. To obtain the original source contact Microchip.
1
+
/*
2
+
* This file intentionally cleared. To obtain the original source, download the MCC CryptoAuthentication Library and Trust Anchor Library.
3
+
* See the CryptoAuthentication Library Release Notes for download instructions.
#warning "TA100 FUNCTIONALITY DISABLED!!!! Contact Microchip to get Crypto Authentication Library support"
11
+
#warning "TA100 FUNCTIONALITY DISABLED!!!! See https://onlinedocs.microchip.com/pr/GUID-7F2639F3-1541-4BFC-A031-9A718BFFC502-en-US-16/index.html?GUID-7D69101E-EA71-47BE-B794-7F2CA6363B2C for download instructions."
0 commit comments