forked from ROMEO/obsw
thread safety in newlib, newer lwip, optimized ISR for UART, some more stuff
This commit is contained in:
@ -37,7 +37,7 @@
|
||||
#else /* LWIP_OPTTEST_FILE */
|
||||
|
||||
#define LWIP_IPV4 1
|
||||
#define LWIP_IPV6 0
|
||||
#define LWIP_IPV6 1
|
||||
|
||||
#define NO_SYS 0
|
||||
#define LWIP_SOCKET (NO_SYS==0)
|
||||
@ -333,8 +333,6 @@ a lot of data that needs to be copied, this should be set high. */
|
||||
|
||||
// Disable slip task
|
||||
#define SLIP_USE_RX_THREAD 0
|
||||
#define SLIP_RX_FROM_ISR 1
|
||||
#define SLIP_RX_QUEUE 1
|
||||
|
||||
/* The following defines must be done even in OPTTEST mode: */
|
||||
|
||||
|
Reference in New Issue
Block a user