mirror of https://github.com/wolfSSL/wolfssl.git
Update MPLABX project files, define WOLFSSL_HAVE_MIN in MICROCHIP_PIC32
parent
590f3e1ca0
commit
716ab20afa
|
@ -50,6 +50,15 @@
|
||||||
<itemPath>../../wolfcrypt/src/tfm.c</itemPath>
|
<itemPath>../../wolfcrypt/src/tfm.c</itemPath>
|
||||||
<itemPath>../../wolfcrypt/src/wc_port.c</itemPath>
|
<itemPath>../../wolfcrypt/src/wc_port.c</itemPath>
|
||||||
<itemPath>../../wolfcrypt/src/port/pic32/pic32mz-hash.c</itemPath>
|
<itemPath>../../wolfcrypt/src/port/pic32/pic32mz-hash.c</itemPath>
|
||||||
|
<itemPath>../../wolfcrypt/src/hash.c</itemPath>
|
||||||
|
<itemPath>../../wolfcrypt/src/chacha20_poly1305.c</itemPath>
|
||||||
|
<itemPath>../../wolfcrypt/src/curve25519.c</itemPath>
|
||||||
|
<itemPath>../../wolfcrypt/src/ed25519.c</itemPath>
|
||||||
|
<itemPath>../../wolfcrypt/src/fe_low_mem.c</itemPath>
|
||||||
|
<itemPath>../../wolfcrypt/src/fe_operations.c</itemPath>
|
||||||
|
<itemPath>../../wolfcrypt/src/ge_low_mem.c</itemPath>
|
||||||
|
<itemPath>../../wolfcrypt/src/ge_operations.c</itemPath>
|
||||||
|
<itemPath>../../wolfcrypt/src/wc_encrypt.c</itemPath>
|
||||||
</logicalFolder>
|
</logicalFolder>
|
||||||
<logicalFolder name="f1" displayName="wolfssl" projectFiles="true">
|
<logicalFolder name="f1" displayName="wolfssl" projectFiles="true">
|
||||||
<itemPath>../../src/crl.c</itemPath>
|
<itemPath>../../src/crl.c</itemPath>
|
||||||
|
@ -85,7 +94,7 @@
|
||||||
<targetPluginBoard></targetPluginBoard>
|
<targetPluginBoard></targetPluginBoard>
|
||||||
<platformTool>PKOBSKDEPlatformTool</platformTool>
|
<platformTool>PKOBSKDEPlatformTool</platformTool>
|
||||||
<languageToolchain>XC32</languageToolchain>
|
<languageToolchain>XC32</languageToolchain>
|
||||||
<languageToolchainVersion></languageToolchainVersion>
|
<languageToolchainVersion>1.33</languageToolchainVersion>
|
||||||
<platform>4</platform>
|
<platform>4</platform>
|
||||||
</toolsSet>
|
</toolsSet>
|
||||||
<compileType>
|
<compileType>
|
||||||
|
|
|
@ -178,6 +178,7 @@
|
||||||
#define USE_FAST_MATH
|
#define USE_FAST_MATH
|
||||||
#define TFM_TIMING_RESISTANT
|
#define TFM_TIMING_RESISTANT
|
||||||
#define NEED_AES_TABLES
|
#define NEED_AES_TABLES
|
||||||
|
#define WOLFSSL_HAVE_MIN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WOLFSSL_MICROCHIP_PIC32MZ
|
#ifdef WOLFSSL_MICROCHIP_PIC32MZ
|
||||||
|
|
Loading…
Reference in New Issue