Skip to content

Commit 257e782

Browse files
committed
Update directions for TALIB and CAL download
1 parent 64a315b commit 257e782

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

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 details.
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 details.
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 details.
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 details.
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)