Skip to content

Commit

Permalink
Add common define for boards with secure element
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Feb 16, 2024
1 parent 84fc709 commit 4907eba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/AIoTC_Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@
#define HAS_TCP
#endif

#if defined(BOARD_HAS_SOFTSE) || defined(BOARD_HAS_OFFLOADED_ECCX08) || defined(BOARD_HAS_ECCX08) || defined(BOARD_HAS_SE050)
#define BOARD_HAS_SECURE_ELEMENT
#endif

/******************************************************************************
* CONSTANTS
******************************************************************************/
Expand Down

0 comments on commit 4907eba

Please sign in to comment.