rtconfig.h 9.5 KB
Newer Older
B
Bernard Xiong 已提交
1 2 3 4 5 6 7 8 9
#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
S
shaojinchun 已提交
10 11
#define RT_USING_SMP
#define RT_CPUS_NR 2
B
Bernard Xiong 已提交
12
#define RT_ALIGN_SIZE 4
S
shaojinchun 已提交
13
/* RT_THREAD_PRIORITY_8 is not set */
14
#define RT_THREAD_PRIORITY_32
S
shaojinchun 已提交
15
/* RT_THREAD_PRIORITY_256 is not set */
B
Bernard Xiong 已提交
16 17 18 19
#define RT_THREAD_PRIORITY_MAX 32
#define RT_TICK_PER_SECOND 100
#define RT_USING_OVERFLOW_CHECK
#define RT_USING_HOOK
S
shaojinchun 已提交
20
#define RT_USING_IDLE_HOOK
21
#define RT_IDEL_HOOK_LIST_SIZE 4
22
#define IDLE_THREAD_STACK_SIZE 1024
23 24 25
#define RT_USING_TIMER_SOFT
#define RT_TIMER_THREAD_PRIO 4
#define RT_TIMER_THREAD_STACK_SIZE 1024
Lawlieta's avatar
Lawlieta 已提交
26
#define RT_DEBUG
S
shaojinchun 已提交
27 28 29 30 31 32 33 34 35 36
/* RT_DEBUG_INIT_CONFIG is not set */
/* RT_DEBUG_THREAD_CONFIG is not set */
/* RT_DEBUG_SCHEDULER_CONFIG is not set */
/* RT_DEBUG_IPC_CONFIG is not set */
/* RT_DEBUG_TIMER_CONFIG is not set */
/* RT_DEBUG_IRQ_CONFIG is not set */
/* RT_DEBUG_MEM_CONFIG is not set */
/* RT_DEBUG_SLAB_CONFIG is not set */
/* RT_DEBUG_MEMHEAP_CONFIG is not set */
/* RT_DEBUG_MODULE_CONFIG is not set */
B
Bernard Xiong 已提交
37 38 39 40 41 42 43 44

/* Inter-Thread communication */

#define RT_USING_SEMAPHORE
#define RT_USING_MUTEX
#define RT_USING_EVENT
#define RT_USING_MAILBOX
#define RT_USING_MESSAGEQUEUE
45
#define RT_USING_SIGNALS
B
Bernard Xiong 已提交
46 47 48 49 50

/* Memory Management */

#define RT_USING_MEMPOOL
#define RT_USING_MEMHEAP
S
shaojinchun 已提交
51
/* RT_USING_NOHEAP is not set */
B
Bernard Xiong 已提交
52
#define RT_USING_SMALL_MEM
S
shaojinchun 已提交
53 54
/* RT_USING_SLAB is not set */
/* RT_USING_MEMHEAP_AS_HEAP is not set */
55
#define RT_USING_MEMTRACE
56
#define RT_USING_HEAP
B
Bernard Xiong 已提交
57 58 59 60

/* Kernel Device Object */

#define RT_USING_DEVICE
S
shaojinchun 已提交
61
/* RT_USING_DEVICE_OPS is not set */
62
#define RT_USING_INTERRUPT_INFO
B
Bernard Xiong 已提交
63 64 65
#define RT_USING_CONSOLE
#define RT_CONSOLEBUF_SIZE 128
#define RT_CONSOLE_DEVICE_NAME "uart0"
66 67 68
#define ARCH_ARM
#define ARCH_ARM_CORTEX_A
#define ARCH_ARM_CORTEX_A9
S
shaojinchun 已提交
69
/* ARCH_CPU_STACK_GROWS_UPWARD is not set */
B
Bernard Xiong 已提交
70 71 72 73 74

/* RT-Thread Components */

#define RT_USING_COMPONENTS_INIT
#define RT_USING_USER_MAIN
75
#define RT_MAIN_THREAD_STACK_SIZE 2048
76
#define RT_MAIN_THREAD_PRIORITY 10
B
Bernard Xiong 已提交
77 78 79

/* C++ features */

80
#define RT_USING_CPLUSPLUS
B
Bernard Xiong 已提交
81 82 83 84

/* Command shell */

#define RT_USING_FINSH
85
#define FINSH_THREAD_NAME "tshell"
B
bernard 已提交
86
#define FINSH_USING_HISTORY
87
#define FINSH_HISTORY_LINES 5
B
Bernard Xiong 已提交
88 89
#define FINSH_USING_SYMTAB
#define FINSH_USING_DESCRIPTION
S
shaojinchun 已提交
90
/* FINSH_ECHO_DISABLE_DEFAULT is not set */
B
bernard 已提交
91
#define FINSH_THREAD_PRIORITY 20
B
Bernard Xiong 已提交
92
#define FINSH_THREAD_STACK_SIZE 4096
B
bernard 已提交
93
#define FINSH_CMD_SIZE 80
S
shaojinchun 已提交
94
/* FINSH_USING_AUTH is not set */
B
Bernard Xiong 已提交
95 96
#define FINSH_USING_MSH
#define FINSH_USING_MSH_DEFAULT
S
shaojinchun 已提交
97
/* FINSH_USING_MSH_ONLY is not set */
98
#define FINSH_ARG_MAX 10
B
Bernard Xiong 已提交
99 100 101 102 103 104

/* Device virtual file system */

#define RT_USING_DFS
#define DFS_USING_WORKDIR
#define DFS_FILESYSTEMS_MAX 2
105
#define DFS_FILESYSTEM_TYPES_MAX 2
Lawlieta's avatar
Lawlieta 已提交
106
#define DFS_FD_MAX 16
S
shaojinchun 已提交
107
/* RT_USING_DFS_MNTTABLE is not set */
B
Bernard Xiong 已提交
108
#define RT_USING_DFS_ELMFAT
109 110 111

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

B
Bernard Xiong 已提交
112
#define RT_DFS_ELM_CODE_PAGE 437
B
bernard 已提交
113
#define RT_DFS_ELM_WORD_ACCESS
S
shaojinchun 已提交
114 115 116
/* RT_DFS_ELM_USE_LFN_0 is not set */
/* RT_DFS_ELM_USE_LFN_1 is not set */
/* RT_DFS_ELM_USE_LFN_2 is not set */
117 118
#define RT_DFS_ELM_USE_LFN_3
#define RT_DFS_ELM_USE_LFN 3
B
bernard 已提交
119
#define RT_DFS_ELM_MAX_LFN 255
B
Bernard Xiong 已提交
120
#define RT_DFS_ELM_DRIVES 2
121
#define RT_DFS_ELM_MAX_SECTOR_SIZE 4096
S
shaojinchun 已提交
122
/* RT_DFS_ELM_USE_ERASE is not set */
B
Bernard Xiong 已提交
123 124
#define RT_DFS_ELM_REENTRANT
#define RT_USING_DFS_DEVFS
125 126
#define RT_USING_DFS_ROMFS
#define RT_USING_DFS_RAMFS
S
shaojinchun 已提交
127 128 129
/* RT_USING_DFS_UFFS is not set */
/* RT_USING_DFS_JFFS2 is not set */
/* RT_USING_DFS_NFS is not set */
B
Bernard Xiong 已提交
130 131 132 133

/* Device Drivers */

#define RT_USING_DEVICE_IPC
134
#define RT_PIPE_BUFSZ 512
B
Bernard Xiong 已提交
135
#define RT_USING_SERIAL
S
shaojinchun 已提交
136 137 138
/* RT_USING_CAN is not set */
/* RT_USING_HWTIMER is not set */
/* RT_USING_CPUTIME is not set */
139 140
#define RT_USING_I2C
#define RT_USING_I2C_BITOPS
B
Bernard Xiong 已提交
141
#define RT_USING_PIN
S
shaojinchun 已提交
142 143
/* RT_USING_ADC is not set */
/* RT_USING_PWM is not set */
144 145 146
#define RT_USING_MTD_NOR
#define RT_USING_MTD_NAND
#define RT_MTD_NAND_DEBUG
S
shaojinchun 已提交
147 148
/* RT_USING_MTD is not set */
/* RT_USING_PM is not set */
149
#define RT_USING_RTC
150
#define RT_USING_SOFT_RTC
151
#define RT_USING_SDIO
152 153 154 155 156
#define RT_SDIO_STACK_SIZE 512
#define RT_SDIO_THREAD_PRIORITY 15
#define RT_MMCSD_STACK_SIZE 1024
#define RT_MMCSD_THREAD_PREORITY 22
#define RT_MMCSD_MAX_PARTITION 16
S
shaojinchun 已提交
157
/* RT_SDIO_DEBUG is not set */
158
#define RT_USING_SPI
159
#define RT_USING_SPI_MSD
160 161 162
#define RT_USING_SFUD
#define RT_SFUD_USING_SFDP
#define RT_SFUD_USING_FLASH_INFO_TABLE
S
shaojinchun 已提交
163 164 165 166 167
/* RT_DEBUG_SFUD 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 */
168
#define RT_USING_WDT
S
shaojinchun 已提交
169
/* RT_USING_AUDIO is not set */
170

171 172
/* Using WiFi */

S
shaojinchun 已提交
173
/* RT_USING_WIFI is not set */
174

175 176
/* Using USB */

S
shaojinchun 已提交
177 178
/* RT_USING_USB_HOST is not set */
/* RT_USING_USB_DEVICE is not set */
B
Bernard Xiong 已提交
179

B
bernard 已提交
180
/* POSIX layer and C standard library */
B
Bernard Xiong 已提交
181 182 183

#define RT_USING_LIBC
#define RT_USING_PTHREADS
B
bernard 已提交
184
#define RT_USING_POSIX
185
#define RT_USING_POSIX_MMAP
B
bernard 已提交
186
#define RT_USING_POSIX_TERMIOS
187
#define RT_USING_POSIX_AIO
S
shaojinchun 已提交
188
/* RT_USING_MODULE is not set */
B
Bernard Xiong 已提交
189

Lawlieta's avatar
Lawlieta 已提交
190 191 192 193 194 195 196 197 198 199 200
/* Network */

/* Socket abstraction layer */

#define RT_USING_SAL

/* protocol stack implement */

#define SAL_USING_LWIP
#define SAL_USING_POSIX
#define SAL_PROTO_FAMILIES_NUM 4
B
Bernard Xiong 已提交
201 202 203

/* light weight TCP/IP stack */

204
#define RT_USING_LWIP
S
shaojinchun 已提交
205
/* RT_USING_LWIP141 is not set */
206
#define RT_USING_LWIP202
S
shaojinchun 已提交
207
/* RT_USING_LWIP210 is not set */
208
#define RT_USING_LWIP_IPV6
S
shaojinchun 已提交
209
/* RT_LWIP_IGMP is not set */
210
#define RT_LWIP_ICMP
S
shaojinchun 已提交
211
/* RT_LWIP_SNMP is not set */
212 213 214 215 216 217 218 219 220 221 222 223
#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
S
shaojinchun 已提交
224 225
/* RT_LWIP_RAW is not set */
/* RT_LWIP_PPP is not set */
226
#define RT_MEMP_NUM_NETCONN 8
227 228 229 230 231 232 233 234 235 236
#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
S
shaojinchun 已提交
237 238
/* LWIP_NO_RX_THREAD is not set */
/* LWIP_NO_TX_THREAD is not set */
239 240 241
#define RT_LWIP_ETHTHREAD_PRIORITY 12
#define RT_LWIP_ETHTHREAD_STACKSIZE 1024
#define RT_LWIP_ETHTHREAD_MBOX_SIZE 8
242
#define RT_LWIP_REASSEMBLY_FRAG
243 244 245 246 247
#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
S
shaojinchun 已提交
248
/* RT_LWIP_NETIF_LOOPBACK is not set */
249
#define LWIP_NETIF_LOOPBACK 0
S
shaojinchun 已提交
250 251
/* RT_LWIP_STATS is not set */
/* RT_LWIP_DEBUG is not set */
B
Bernard Xiong 已提交
252 253 254

/* Modbus master and slave stack */

S
shaojinchun 已提交
255
/* RT_USING_MODBUS is not set */
256

257 258
/* AT commands */

S
shaojinchun 已提交
259 260
/* RT_USING_AT is not set */
/* LWIP_USING_DHCPD is not set */
261

262 263
/* VBUS(Virtual Software BUS) */

S
shaojinchun 已提交
264
/* RT_USING_VBUS is not set */
B
bernard 已提交
265

266 267 268 269
/* Utilities */

#define RT_USING_LOGTRACE
#define LOG_TRACE_MAX_SESSION 16
S
shaojinchun 已提交
270 271 272
/* LOG_TRACE_USING_LEVEL_NOTRACE is not set */
/* LOG_TRACE_USING_LEVEL_ERROR is not set */
/* LOG_TRACE_USING_LEVEL_WARNING is not set */
273
#define LOG_TRACE_USING_LEVEL_INFO
S
shaojinchun 已提交
274 275 276 277 278
/* 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 */
/* RT_USING_ULOG is not set */
279

B
Bernard Xiong 已提交
280 281 282 283
/* RT-Thread online packages */

/* IoT - internet of things */

S
shaojinchun 已提交
284 285 286 287 288 289 290 291 292
/* 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 */
/* PKG_USING_JSMN is not set */
/* PKG_USING_LJSON is not set */
/* PKG_USING_EZXML is not set */
/* PKG_USING_NANOPB is not set */
293 294 295 296 297

/* Wi-Fi */

/* Marvell WiFi */

S
shaojinchun 已提交
298
/* PKG_USING_WLANMARVELL is not set */
299 300 301

/* Wiced WiFi */

S
shaojinchun 已提交
302 303 304 305 306
/* PKG_USING_WLAN_WICED is not set */
/* PKG_USING_COAP is not set */
/* PKG_USING_NOPOLL is not set */
/* PKG_USING_NETUTILS is not set */
/* PKG_USING_AT_DEVICE is not set */
307

308 309
/* IoT Cloud */

S
shaojinchun 已提交
310 311 312 313
/* PKG_USING_ONENET is not set */
/* PKG_USING_GAGENT_CLOUD is not set */
/* PKG_USING_ALI_IOTKIT is not set */
/* PKG_USING_AZURE is not set */
314

B
bernard 已提交
315
/* security packages */
B
Bernard Xiong 已提交
316

S
shaojinchun 已提交
317 318 319
/* PKG_USING_MBEDTLS is not set */
/* PKG_USING_libsodium is not set */
/* PKG_USING_TINYCRYPT is not set */
B
Bernard Xiong 已提交
320

B
bernard 已提交
321
/* language packages */
B
Bernard Xiong 已提交
322

S
shaojinchun 已提交
323 324 325
/* PKG_USING_LUA is not set */
/* PKG_USING_JERRYSCRIPT is not set */
/* PKG_USING_MICROPYTHON is not set */
B
Bernard Xiong 已提交
326

B
bernard 已提交
327 328
/* multimedia packages */

S
shaojinchun 已提交
329 330
/* PKG_USING_OPENMV is not set */
/* PKG_USING_MUPDF is not set */
331

B
bernard 已提交
332
/* tools packages */
B
Bernard Xiong 已提交
333

S
shaojinchun 已提交
334 335 336 337
/* PKG_USING_CMBACKTRACE is not set */
/* PKG_USING_EASYFLASH is not set */
/* PKG_USING_EASYLOGGER is not set */
/* PKG_USING_SYSTEMVIEW is not set */
338 339 340

/* system packages */

S
shaojinchun 已提交
341 342 343 344 345 346 347 348 349 350
/* PKG_USING_GUIENGINE is not set */
/* PKG_USING_PERSIMMON is not set */
/* PKG_USING_CAIRO is not set */
/* PKG_USING_PIXMAN is not set */
/* PKG_USING_LWEXT4 is not set */
/* PKG_USING_PARTITION is not set */
/* PKG_USING_FAL is not set */
/* PKG_USING_SQLITE is not set */
/* PKG_USING_RTI is not set */
/* PKG_USING_LITTLEVGL2RTT is not set */
351 352 353

/* peripheral libraries and drivers */

S
shaojinchun 已提交
354 355 356 357 358
/* PKG_USING_STM32F4_HAL is not set */
/* PKG_USING_STM32F4_DRIVERS is not set */
/* PKG_USING_REALTEK_AMEBA is not set */
/* PKG_USING_SHT2X is not set */
/* PKG_USING_AHT10 is not set */
B
bernard 已提交
359 360 361

/* miscellaneous packages */

S
shaojinchun 已提交
362 363 364 365 366 367 368 369 370
/* PKG_USING_LIBCSV is not set */
/* PKG_USING_OPTPARSE is not set */
/* PKG_USING_FASTLZ is not set */
/* PKG_USING_MINILZO is not set */
/* PKG_USING_QUICKLZ is not set */
/* PKG_USING_MULTIBUTTON is not set */
/* PKG_USING_CANFESTIVAL is not set */
/* PKG_USING_ZLIB is not set */
/* PKG_USING_DSTR is not set */
371 372 373

/* sample package */

S
shaojinchun 已提交
374
/* PKG_USING_SAMPLES is not set */
375 376 377

/* example package: hello */

S
shaojinchun 已提交
378
/* PKG_USING_HELLO is not set */
379
#define SOC_VEXPRESS_A9
B
Bernard Xiong 已提交
380 381
#define RT_USING_UART0
#define RT_USING_UART1
382
#define BSP_DRV_EMAC
S
shaojinchun 已提交
383
/* BSP_DRV_AUDIO is not set */
B
Bernard Xiong 已提交
384 385

#endif