Last change
on this file since 167 was 167, checked in by coas-nagasima, 7 years ago |
MIMEにSJISを設定
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
-
Property svn:mime-type
set to
text/x-chdr; charset=SHIFT_JIS
|
File size:
789 bytes
|
Line | |
---|
1 | #define MEM_LIBC_MALLOC 1
|
---|
2 | #define MEMP_MEM_MALLOC 1
|
---|
3 | #define mem_free sys_free
|
---|
4 | #define mem_malloc sys_malloc
|
---|
5 | #define mem_calloc sys_calloc
|
---|
6 | #define mem_trim sys_trim
|
---|
7 |
|
---|
8 | #define MEM_ALIGNMENT 4
|
---|
9 |
|
---|
10 | #define TCPIP_THREAD_STACKSIZE (1024)
|
---|
11 | #define DEFAULT_THREAD_STACKSIZE (1024)
|
---|
12 |
|
---|
13 | #define TCPIP_MBOX_SIZE 16
|
---|
14 | #define DEFAULT_ACCEPTMBOX_SIZE 16
|
---|
15 | #define DEFAULT_RAW_RECVMBOX_SIZE 16
|
---|
16 | #define DEFAULT_UDP_RECVMBOX_SIZE 16
|
---|
17 | #define DEFAULT_TCP_RECVMBOX_SIZE 16
|
---|
18 |
|
---|
19 | #define DEFAULT_THREAD_PRIO 2
|
---|
20 |
|
---|
21 | #define LWIP_SOCKET 1
|
---|
22 | #define LWIP_NETIF_STATUS_CALLBACK 1
|
---|
23 | #define LWIP_NETIF_LINK_CALLBACK 1
|
---|
24 | #define LWIP_DHCP 1
|
---|
25 | #define LWIP_IGMP 1
|
---|
26 | #define LWIP_DNS 1
|
---|
27 | #define ERRNO errno
|
---|
28 | #define sys_msleep sys_sleep
|
---|
29 | #define SNTP_SET_SYSTEM_TIME sys_set_system_time
|
---|
30 |
|
---|
31 | #include "arch/sys_arch.h"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.