-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4726296
commit b3fcd83
Showing
120 changed files
with
14,135 additions
and
1,834 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ tmp/ | |
local.properties | ||
.settings/ | ||
.loadpath | ||
*.orig | ||
|
||
# Eclipse Core | ||
.project | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* Auto-generated config file atca_config.h */ | ||
#ifndef TALIB_CONFIG_H | ||
#define TALIB_CONFIG_H | ||
|
||
|
||
/******************** Device Configuration Section *************************/ | ||
|
||
<#if CAL_ENABLE_TA10x_AES_AUTH> | ||
/** TA10x Specific - Enable auth sessions that require AES (CMAC/GCM) from | ||
an external library */ | ||
#define TALIB_AES_AUTH_SUPPORT | ||
</#if> | ||
|
||
<#if CAL_ENABLE_TA10x_FCE> | ||
/** TA10x Specific - Enable support for the FCE APIs for the TA10x devices */ | ||
#define TALIB_FCE_SUPPORT | ||
</#if> | ||
|
||
#endif // TALIB_CONFIG_H |
Oops, something went wrong.