rtconfig.h 7.5 KB
Newer Older
B
Bernard Xiong 已提交
1 2 3 4 5 6 7 8 9 10
#ifndef RT_CONFIG_H__
#define RT_CONFIG_H__

/* Automatically generated file; DO NOT EDIT. */
/* RT-Thread Project Configuration */

/* RT-Thread Kernel */

#define RT_NAME_MAX 8
#define RT_ALIGN_SIZE 4
11 12 13
/* RT_THREAD_PRIORITY_8 is not set */
#define RT_THREAD_PRIORITY_32
/* RT_THREAD_PRIORITY_256 is not set */
B
Bernard Xiong 已提交
14 15 16 17
#define RT_THREAD_PRIORITY_MAX 32
#define RT_TICK_PER_SECOND 100
#define RT_DEBUG
#define RT_USING_OVERFLOW_CHECK
18 19
#define RT_DEBUG_INIT 0
#define RT_DEBUG_THREAD 0
B
Bernard Xiong 已提交
20
#define RT_USING_HOOK
21 22 23 24
#define IDLE_THREAD_STACK_SIZE 512
#define RT_USING_TIMER_SOFT
#define RT_TIMER_THREAD_PRIO 4
#define RT_TIMER_THREAD_STACK_SIZE 1024
B
Bernard Xiong 已提交
25 26 27 28 29 30 31 32

/* Inter-Thread communication */

#define RT_USING_SEMAPHORE
#define RT_USING_MUTEX
#define RT_USING_EVENT
#define RT_USING_MAILBOX
#define RT_USING_MESSAGEQUEUE
33
#define RT_USING_SIGNALS
B
Bernard Xiong 已提交
34 35 36 37 38

/* Memory Management */

#define RT_USING_MEMPOOL
#define RT_USING_MEMHEAP
39
/* RT_USING_NOHEAP is not set */
B
Bernard Xiong 已提交
40 41
#define RT_USING_SMALL_MEM
/* RT_USING_SLAB is not set */
42
/* RT_USING_MEMHEAP_AS_HEAP is not set */
43
#define RT_USING_MEMTRACE
44
#define RT_USING_HEAP
B
Bernard Xiong 已提交
45 46 47 48

/* Kernel Device Object */

#define RT_USING_DEVICE
49
#define RT_USING_INTERRUPT_INFO
B
Bernard Xiong 已提交
50 51 52 53 54 55 56 57 58
#define RT_USING_CONSOLE
#define RT_CONSOLEBUF_SIZE 128
#define RT_CONSOLE_DEVICE_NAME "uart0"
/* RT_USING_MODULE is not set */

/* RT-Thread Components */

#define RT_USING_COMPONENTS_INIT
#define RT_USING_USER_MAIN
59
#define RT_MAIN_THREAD_STACK_SIZE 2048
B
Bernard Xiong 已提交
60 61 62

/* C++ features */

63
#define RT_USING_CPLUSPLUS
B
Bernard Xiong 已提交
64 65 66 67

/* Command shell */

#define RT_USING_FINSH
68
#define FINSH_THREAD_NAME "tshell"
B
bernard 已提交
69
#define FINSH_USING_HISTORY
70
#define FINSH_HISTORY_LINES 5
B
Bernard Xiong 已提交
71 72
#define FINSH_USING_SYMTAB
#define FINSH_USING_DESCRIPTION
B
bernard 已提交
73
#define FINSH_THREAD_PRIORITY 20
B
Bernard Xiong 已提交
74
#define FINSH_THREAD_STACK_SIZE 4096
B
bernard 已提交
75
#define FINSH_CMD_SIZE 80
B
Bernard Xiong 已提交
76 77 78 79 80 81 82 83 84 85
/* FINSH_USING_AUTH is not set */
#define FINSH_USING_MSH
#define FINSH_USING_MSH_DEFAULT
/* FINSH_USING_MSH_ONLY is not set */

/* Device virtual file system */

#define RT_USING_DFS
#define DFS_USING_WORKDIR
#define DFS_FILESYSTEMS_MAX 2
86
#define DFS_FILESYSTEM_TYPES_MAX 2
B
Bernard Xiong 已提交
87 88
#define DFS_FD_MAX 4
#define RT_USING_DFS_ELMFAT
89 90 91

/* elm-chan's FatFs, Generic FAT Filesystem Module */

B
Bernard Xiong 已提交
92
#define RT_DFS_ELM_CODE_PAGE 437
B
bernard 已提交
93
#define RT_DFS_ELM_WORD_ACCESS
94
/* RT_DFS_ELM_USE_LFN_0 is not set */
B
bernard 已提交
95 96
/* RT_DFS_ELM_USE_LFN_1 is not set */
/* RT_DFS_ELM_USE_LFN_2 is not set */
97 98
#define RT_DFS_ELM_USE_LFN_3
#define RT_DFS_ELM_USE_LFN 3
B
bernard 已提交
99
#define RT_DFS_ELM_MAX_LFN 255
B
Bernard Xiong 已提交
100
#define RT_DFS_ELM_DRIVES 2
101
#define RT_DFS_ELM_MAX_SECTOR_SIZE 4096
B
Bernard Xiong 已提交
102 103 104
/* RT_DFS_ELM_USE_ERASE is not set */
#define RT_DFS_ELM_REENTRANT
#define RT_USING_DFS_DEVFS
105 106 107 108 109 110
#define RT_USING_DFS_NET
#define HAVE_SYS_SELECT_H
/* HAVE_SYS_SOCKET_H is not set */
#define RT_USING_DFS_ROMFS
#define RT_USING_DFS_RAMFS
/* RT_USING_DFS_UFFS is not set */
111
/* RT_USING_DFS_JFFS2 is not set */
112
/* RT_USING_DFS_NFS is not set */
B
Bernard Xiong 已提交
113 114 115 116 117 118 119

/* Device Drivers */

#define RT_USING_DEVICE_IPC
#define RT_USING_SERIAL
/* RT_USING_CAN is not set */
/* RT_USING_HWTIMER is not set */
120
/* RT_USING_CPUTIME is not set */
121 122
#define RT_USING_I2C
#define RT_USING_I2C_BITOPS
B
Bernard Xiong 已提交
123
#define RT_USING_PIN
124 125 126 127
#define RT_USING_MTD_NOR
#define RT_USING_MTD_NAND
#define RT_MTD_NAND_DEBUG
#define RT_USING_RTC
128 129
/* RT_USING_SOFT_RTC is not set */
/* RTC_SYNC_USING_NTP is not set */
130 131
#define RT_USING_SDIO
#define RT_USING_SPI
132
#define RT_USING_SPI_MSD
133 134 135 136 137 138 139 140 141
#define RT_USING_SFUD
#define RT_SFUD_USING_SFDP
#define RT_SFUD_USING_FLASH_INFO_TABLE
/* RT_SFUD_DEBUG is not set */
/* RT_USING_W25QXX is not set */
/* RT_USING_GD is not set */
/* RT_USING_ENC28J60 is not set */
/* RT_USING_SPI_WIFI is not set */
#define RT_USING_WDT
142 143 144 145
/* RT_USING_WIFI is not set */

/* Using USB */

B
Bernard Xiong 已提交
146 147 148
/* RT_USING_USB_HOST is not set */
/* RT_USING_USB_DEVICE is not set */

B
bernard 已提交
149
/* POSIX layer and C standard library */
B
Bernard Xiong 已提交
150 151 152

#define RT_USING_LIBC
#define RT_USING_PTHREADS
B
bernard 已提交
153
#define RT_USING_POSIX
154
#define RT_USING_POSIX_MMAP
B
bernard 已提交
155
#define RT_USING_POSIX_TERMIOS
156
#define RT_USING_POSIX_AIO
B
Bernard Xiong 已提交
157 158 159 160 161

/* Network stack */

/* light weight TCP/IP stack */

162 163 164
#define RT_USING_LWIP
/* RT_USING_LWIP141 is not set */
#define RT_USING_LWIP202
165
/* RT_USING_LWIP_IPV6 is not set */
166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182
/* RT_LWIP_IGMP is not set */
#define RT_LWIP_ICMP
/* RT_LWIP_SNMP is not set */
#define RT_LWIP_DNS
#define RT_LWIP_DHCP
#define IP_SOF_BROADCAST 1
#define IP_SOF_BROADCAST_RECV 1

/* Static IPv4 Address */

#define RT_LWIP_IPADDR "192.168.1.30"
#define RT_LWIP_GWADDR "192.168.1.1"
#define RT_LWIP_MSKADDR "255.255.255.0"
#define RT_LWIP_UDP
#define RT_LWIP_TCP
/* RT_LWIP_RAW is not set */
/* RT_LWIP_PPP is not set */
183
#define RT_MEMP_NUM_NETCONN 8
184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202
#define RT_LWIP_PBUF_NUM 16
#define RT_LWIP_RAW_PCB_NUM 4
#define RT_LWIP_UDP_PCB_NUM 4
#define RT_LWIP_TCP_PCB_NUM 4
#define RT_LWIP_TCP_SEG_NUM 40
#define RT_LWIP_TCP_SND_BUF 8196
#define RT_LWIP_TCP_WND 8196
#define RT_LWIP_TCPTHREAD_PRIORITY 10
#define RT_LWIP_TCPTHREAD_MBOX_SIZE 8
#define RT_LWIP_TCPTHREAD_STACKSIZE 1024
#define RT_LWIP_ETHTHREAD_PRIORITY 12
#define RT_LWIP_ETHTHREAD_STACKSIZE 1024
#define RT_LWIP_ETHTHREAD_MBOX_SIZE 8
/* RT_LWIP_REASSEMBLY_FRAG is not set */
#define LWIP_NETIF_STATUS_CALLBACK 1
#define SO_REUSE 1
#define LWIP_SO_RCVTIMEO 1
#define LWIP_SO_SNDTIMEO 1
#define LWIP_SO_RCVBUF 1
203 204
/* RT_LWIP_NETIF_LOOPBACK is not set */
#define LWIP_NETIF_LOOPBACK 0
B
Bernard Xiong 已提交
205 206 207 208

/* Modbus master and slave stack */

/* RT_USING_MODBUS is not set */
209
/* LWIP_USING_DHCPD is not set */
210 211 212 213

/* VBUS(Virtual Software BUS) */

/* RT_USING_VBUS is not set */
B
bernard 已提交
214

215 216 217 218 219 220 221 222 223 224 225 226 227
/* Utilities */

#define RT_USING_LOGTRACE
#define LOG_TRACE_MAX_SESSION 16
/* LOG_TRACE_USING_LEVEL_NOTRACE is not set */
/* LOG_TRACE_USING_LEVEL_ERROR is not set */
/* LOG_TRACE_USING_LEVEL_WARNING is not set */
#define LOG_TRACE_USING_LEVEL_INFO
/* LOG_TRACE_USING_LEVEL_VERBOSE is not set */
/* LOG_TRACE_USING_LEVEL_DEBUG is not set */
/* LOG_TRACE_USING_MEMLOG is not set */
/* RT_USING_RYM is not set */

B
Bernard Xiong 已提交
228 229
/* RT-Thread online packages */

B
bernard 已提交
230 231
/* system packages */

232 233 234 235 236 237 238 239 240 241 242 243
/* RT-Thread GUI Engine */

/* PKG_USING_GUIENGINE is not set */
/* GUIENGINE_IMAGE_JPEG_NONE is not set */
/* GUIENGINE_IMAGE_JPEG is not set */
/* GUIENGINE_IMAGE_TJPGD is not set */
/* GUIENGINE_IMAGE_PNG_NONE is not set */
/* GUIENGINE_IMAGE_PNG is not set */
/* GUIENGINE_IMAGE_LODEPNG is not set */
/* PKG_USING_GUIENGINE_V200 is not set */
/* PKG_USING_GUIENGINE_LATEST_VERSION is not set */
/* PKG_USING_LWEXT4 is not set */
B
bernard 已提交
244 245
/* PKG_USING_PARTITION is not set */
/* PKG_USING_SQLITE is not set */
246
/* PKG_USING_RTI is not set */
B
bernard 已提交
247

B
Bernard Xiong 已提交
248 249
/* IoT - internet of things */

B
bernard 已提交
250 251 252 253 254
/* PKG_USING_PAHOMQTT is not set */
/* PKG_USING_WEBCLIENT is not set */
/* PKG_USING_MONGOOSE is not set */
/* PKG_USING_WEBTERMINAL is not set */
/* PKG_USING_CJSON is not set */
255
/* PKG_USING_LJSON is not set */
B
bernard 已提交
256
/* PKG_USING_EZXML is not set */
257
/* PKG_USING_NANOPB is not set */
258 259 260 261 262 263 264 265 266 267 268 269 270
/* PKG_USING_GAGENT_CLOUD is not set */

/* Wi-Fi */

/* Marvell WiFi */

/* PKG_USING_WLANMARVELL is not set */

/* Wiced WiFi */

/* PKG_USING_WLAN_WICED is not set */
/* PKG_USING_COAP is not set */
/* PKG_USING_NOPOLL is not set */
271

B
bernard 已提交
272
/* security packages */
B
Bernard Xiong 已提交
273

B
bernard 已提交
274
/* PKG_USING_MBEDTLS is not set */
275
/* PKG_USING_libsodium is not set */
276
/* PKG_USING_TINYCRYPT is not set */
B
Bernard Xiong 已提交
277

B
bernard 已提交
278
/* language packages */
B
Bernard Xiong 已提交
279

B
bernard 已提交
280
/* PKG_USING_JERRYSCRIPT is not set */
281
/* PKG_USING_MICROPYTHON is not set */
B
Bernard Xiong 已提交
282

B
bernard 已提交
283 284
/* multimedia packages */

285 286
/* PKG_USING_OPENMV is not set */

B
bernard 已提交
287
/* tools packages */
B
Bernard Xiong 已提交
288 289

/* PKG_USING_CMBACKTRACE is not set */
B
bernard 已提交
290
/* PKG_USING_EASYLOGGER is not set */
291
/* PKG_USING_SYSTEMVIEW is not set */
292
/* PKG_USING_IPERF is not set */
B
bernard 已提交
293 294 295

/* miscellaneous packages */

296 297
/* PKG_USING_FASTLZ is not set */
/* PKG_USING_MINILZO is not set */
298
/* PKG_USING_QUICKLZ is not set */
299 300 301 302

/* example package: hello */

/* PKG_USING_HELLO is not set */
303
/* PKG_USING_MULTIBUTTON is not set */
B
Bernard Xiong 已提交
304 305
#define RT_USING_UART0
#define RT_USING_UART1
306
#define BSP_DRV_EMAC
B
Bernard Xiong 已提交
307 308

#endif