Skip to content

Commit 67190a9

Browse files
aiwyatt787davidflowers
authored andcommitted
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
2 parents 64a315b + 3309703 commit 67190a9

File tree

5 files changed

+30
-6
lines changed

5 files changed

+30
-6
lines changed

secure_boot_and_secure_firmware_upgrade_over_canfd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The associated bootloader and application projects demonstrate the following:
2323
## Tools
2424

2525
#### 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**
2727
* The unzipped example project files, boot.X and app.X
2828
* [MPLAB® X IDE v6.15 or later](https://www.microchip.com/en-us/tools-resources/develop/mplab-x-ide)
2929
* [MPLAB® XC16 v2.10 or later](https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers)

secure_boot_and_secure_firmware_upgrade_over_canfd/boot.X/mcc_generated_files/CryptoAuthenticationLibrary/atca_basic.c

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
4+
*
5+
* CryptoAuthentication Library: https://onlinedocs.microchip.com/pr/GUID-7F2639F3-1541-4BFC-A031-9A718BFFC502-en-US-16/index.html?GUID-16C4211F-EC26-4980-8F90-CCEFAB464D3C
6+
* Trust Anchor Library: https://onlinedocs.microchip.com/pr/GUID-7F2639F3-1541-4BFC-A031-9A718BFFC502-en-US-16/index.html?GUID-7D69101E-EA71-47BE-B794-7F2CA6363B2C
7+
*/
28
#include "cryptoauthlib.h"
39
#include <stddef.h>
410

secure_boot_and_secure_firmware_upgrade_over_canfd/boot.X/mcc_generated_files/CryptoAuthenticationLibrary/atca_basic.h

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
4+
*
5+
* CryptoAuthentication Library: https://onlinedocs.microchip.com/pr/GUID-7F2639F3-1541-4BFC-A031-9A718BFFC502-en-US-16/index.html?GUID-16C4211F-EC26-4980-8F90-CCEFAB464D3C
6+
* Trust Anchor Library: https://onlinedocs.microchip.com/pr/GUID-7F2639F3-1541-4BFC-A031-9A718BFFC502-en-US-16/index.html?GUID-7D69101E-EA71-47BE-B794-7F2CA6363B2C
7+
*/
28
#include <stdint.h>
39
#include <stdbool.h>
410

5-
#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."
612

713
typedef struct
814
{
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
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.
4+
*
5+
* CryptoAuthentication Library: https://onlinedocs.microchip.com/pr/GUID-7F2639F3-1541-4BFC-A031-9A718BFFC502-en-US-16/index.html?GUID-16C4211F-EC26-4980-8F90-CCEFAB464D3C
6+
* Trust Anchor Library: https://onlinedocs.microchip.com/pr/GUID-7F2639F3-1541-4BFC-A031-9A718BFFC502-en-US-16/index.html?GUID-7D69101E-EA71-47BE-B794-7F2CA6363B2C
7+
*/
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
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.
4+
*
5+
* CryptoAuthentication Library: https://onlinedocs.microchip.com/pr/GUID-7F2639F3-1541-4BFC-A031-9A718BFFC502-en-US-16/index.html?GUID-16C4211F-EC26-4980-8F90-CCEFAB464D3C
6+
* Trust Anchor Library: https://onlinedocs.microchip.com/pr/GUID-7F2639F3-1541-4BFC-A031-9A718BFFC502-en-US-16/index.html?GUID-7D69101E-EA71-47BE-B794-7F2CA6363B2C
7+
*/
28
#include "atca_basic.h"

0 commit comments

Comments
 (0)