Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Add Mbed TLS macros to the LPC54018 bootloader project (#2317)
Browse files Browse the repository at this point in the history
* Add the MBEDTLS_CONFIG_FILE and CONFIG_MEDTLS_USE_AFR_MEMORY macros
* Add the directory of the AWS Mbed TLS config file to the include path
* Add the Mbed TLS utility directory to the include path
  • Loading branch information
yanjos-dev authored Jul 28, 2020
1 parent 9e376b1 commit d5e5687
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@
<debug>1</debug>
<option>
<name>CCDefines</name>
<state>MBEDTLS_CONFIG_FILE=&quot;aws_mbedtls_config.h&quot;</state>
<state>CONFIG_MEDTLS_USE_AFR_MEMORY</state>
<state>DEBUG</state>
<state>XIP_IMAGE</state>
<state>CPU_LPC54018</state>
Expand Down Expand Up @@ -360,6 +362,8 @@
<state>$PROJ_DIR$\..\..\..\..\..\freertos_kernel\portable\IAR\ARM_CM4F</state>
<state>$PROJ_DIR$\..\..\..\..\..\freertos_kernel\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\libraries\3rdparty\mbedtls\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\libraries\3rdparty\mbedtls_utils</state>
<state>$PROJ_DIR$\..\..\..\..\..\libraries\3rdparty\mbedtls_config</state>
<state>$PROJ_DIR$\..\..\..\..\..\libraries\3rdparty\jsmn</state>
<state>$PROJ_DIR$\..\..\..\..\..\libraries\3rdparty\pkcs11</state>
<state>$PROJ_DIR$\..\..\..\..\..\libraries\abstractions\pkcs11\mbedtls</state>
Expand Down

0 comments on commit d5e5687

Please sign in to comment.