Merge pull request #2096 from kaleb-himes/ZD4707

Update for newer versions of the TI compiler
This commit is contained in:
David Garske
2019-02-25 13:05:43 -08:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@ -1797,7 +1797,7 @@ time_t mqx_time(time_t* timer)
#endif /* FREESCALE_MQX || FREESCALE_KSDK_MQX */ #endif /* FREESCALE_MQX || FREESCALE_KSDK_MQX */
#if defined(WOLFSSL_TIRTOS) #if defined(WOLFSSL_TIRTOS) && defined(USER_TIME)
time_t XTIME(time_t * timer) time_t XTIME(time_t * timer)
{ {

View File

@ -696,7 +696,8 @@ extern void uITRON4_free(void *p) ;
#define NO_FILESYSTEM #define NO_FILESYSTEM
#define USE_CERT_BUFFERS_2048 #define USE_CERT_BUFFERS_2048
#define NO_ERROR_STRINGS #define NO_ERROR_STRINGS
#define USER_TIME /* Uncomment this setting if your toolchain does not offer time.h header */
/* #define USER_TIME */
#define HAVE_ECC #define HAVE_ECC
#define HAVE_ALPN #define HAVE_ALPN
#define USE_WOLF_STRTOK /* use with HAVE_ALPN */ #define USE_WOLF_STRTOK /* use with HAVE_ALPN */