WolfSSL fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11843 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
e9f502f171
commit
b9cdcf46a0
|
@ -127,7 +127,7 @@ CSRC = $(ALLCSRC) \
|
||||||
$(TESTSRC) \
|
$(TESTSRC) \
|
||||||
$(CHIBIOS)/os/various/evtimer.c \
|
$(CHIBIOS)/os/various/evtimer.c \
|
||||||
$(CONFDIR)/portab.c \
|
$(CONFDIR)/portab.c \
|
||||||
src/usbcfg.c main.c
|
usbcfg.c main.c web/web.c web/cert.c
|
||||||
|
|
||||||
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
|
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
|
||||||
# setting.
|
# setting.
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#define USER_TICKS
|
#define USER_TICKS
|
||||||
#define WOLFSSL_USER_CURRTIME
|
#define WOLFSSL_USER_CURRTIME
|
||||||
#define XMALLOC_OVERRIDE
|
#define XMALLOC_OVERRIDE
|
||||||
#define USE_WOLF_TIME_T
|
//#define USE_WOLF_TIME_T
|
||||||
#define XTIME(tl) (LowResTimer())
|
#define XTIME(tl) (LowResTimer())
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue