2017-10-26 15:39:32 +08:00
|
|
|
#ifndef RT_CONFIG_H__
|
|
|
|
#define RT_CONFIG_H__
|
|
|
|
|
|
|
|
/* Automatically generated file; DO NOT EDIT. */
|
|
|
|
/* RT-Thread Configuration */
|
|
|
|
|
|
|
|
/* RT-Thread Kernel */
|
|
|
|
|
|
|
|
#define RT_NAME_MAX 8
|
|
|
|
#define RT_ALIGN_SIZE 4
|
2017-12-07 13:38:51 +08:00
|
|
|
/* RT_THREAD_PRIORITY_8 is not set */
|
|
|
|
#define RT_THREAD_PRIORITY_32
|
|
|
|
/* RT_THREAD_PRIORITY_256 is not set */
|
2017-10-26 15:39:32 +08:00
|
|
|
#define RT_THREAD_PRIORITY_MAX 32
|
|
|
|
#define RT_TICK_PER_SECOND 100
|
|
|
|
#define RT_DEBUG
|
|
|
|
#define RT_USING_OVERFLOW_CHECK
|
2017-12-07 13:38:51 +08:00
|
|
|
#define RT_DEBUG_INIT 0
|
|
|
|
#define RT_DEBUG_THREAD 0
|
2017-10-26 15:39:32 +08:00
|
|
|
#define RT_USING_HOOK
|
|
|
|
#define IDLE_THREAD_STACK_SIZE 256
|
|
|
|
/* RT_USING_TIMER_SOFT is not set */
|
|
|
|
|
|
|
|
/* Inter-Thread communication */
|
|
|
|
|
|
|
|
#define RT_USING_SEMAPHORE
|
|
|
|
#define RT_USING_MUTEX
|
|
|
|
#define RT_USING_EVENT
|
|
|
|
#define RT_USING_MAILBOX
|
|
|
|
#define RT_USING_MESSAGEQUEUE
|
|
|
|
/* RT_USING_SIGNALS is not set */
|
|
|
|
|
|
|
|
/* Memory Management */
|
|
|
|
|
|
|
|
/* RT_USING_MEMPOOL is not set */
|
2017-12-07 13:38:51 +08:00
|
|
|
#define RT_USING_MEMHEAP
|
|
|
|
/* RT_USING_NOHEAP is not set */
|
|
|
|
/* RT_USING_SMALL_MEM is not set */
|
2017-10-26 15:39:32 +08:00
|
|
|
/* RT_USING_SLAB is not set */
|
2017-12-07 13:38:51 +08:00
|
|
|
#define RT_USING_MEMHEAP_AS_HEAP
|
|
|
|
#define RT_USING_HEAP
|
2017-10-26 15:39:32 +08:00
|
|
|
|
|
|
|
/* Kernel Device Object */
|
|
|
|
|
|
|
|
#define RT_USING_DEVICE
|
2017-12-07 13:38:51 +08:00
|
|
|
/* RT_USING_INTERRUPT_INFO is not set */
|
2017-10-26 15:39:32 +08:00
|
|
|
#define RT_USING_CONSOLE
|
|
|
|
#define RT_CONSOLEBUF_SIZE 128
|
|
|
|
#define RT_CONSOLE_DEVICE_NAME "uart1"
|
|
|
|
/* RT_USING_MODULE is not set */
|
2018-01-17 19:43:34 +08:00
|
|
|
#define ARCH_ARM
|
|
|
|
#define ARCH_ARM_CORTEX_M
|
|
|
|
#define ARCH_ARM_CORTEX_M7
|
2017-10-26 15:39:32 +08:00
|
|
|
|
|
|
|
/* RT-Thread Components */
|
|
|
|
|
|
|
|
#define RT_USING_COMPONENTS_INIT
|
|
|
|
#define RT_USING_USER_MAIN
|
2018-03-03 16:34:01 +08:00
|
|
|
#define RT_MAIN_THREAD_STACK_SIZE 2048
|
2017-10-26 15:39:32 +08:00
|
|
|
|
|
|
|
/* C++ features */
|
|
|
|
|
|
|
|
/* RT_USING_CPLUSPLUS is not set */
|
|
|
|
|
|
|
|
/* Command shell */
|
|
|
|
|
|
|
|
#define RT_USING_FINSH
|
2018-01-17 19:43:34 +08:00
|
|
|
#define FINSH_THREAD_NAME "tshell"
|
2017-10-26 15:39:32 +08:00
|
|
|
#define FINSH_USING_HISTORY
|
2018-01-17 19:43:34 +08:00
|
|
|
#define FINSH_HISTORY_LINES 5
|
2017-10-26 15:39:32 +08:00
|
|
|
#define FINSH_USING_SYMTAB
|
|
|
|
#define FINSH_USING_DESCRIPTION
|
|
|
|
#define FINSH_THREAD_PRIORITY 20
|
|
|
|
#define FINSH_THREAD_STACK_SIZE 4096
|
|
|
|
#define FINSH_CMD_SIZE 80
|
|
|
|
/* FINSH_USING_AUTH is not set */
|
|
|
|
#define FINSH_USING_MSH
|
2017-12-07 13:38:51 +08:00
|
|
|
#define FINSH_USING_MSH_DEFAULT
|
|
|
|
/* FINSH_USING_MSH_ONLY is not set */
|
2017-10-26 15:39:32 +08:00
|
|
|
|
|
|
|
/* Device virtual file system */
|
|
|
|
|
|
|
|
#define RT_USING_DFS
|
|
|
|
#define DFS_USING_WORKDIR
|
|
|
|
#define DFS_FILESYSTEMS_MAX 2
|
2017-12-07 13:38:51 +08:00
|
|
|
#define DFS_FILESYSTEM_TYPES_MAX 2
|
2017-10-26 15:39:32 +08:00
|
|
|
#define DFS_FD_MAX 4
|
|
|
|
#define RT_USING_DFS_ELMFAT
|
2017-12-07 13:38:51 +08:00
|
|
|
|
|
|
|
/* elm-chan's FatFs, Generic FAT Filesystem Module */
|
|
|
|
|
2017-10-26 15:39:32 +08:00
|
|
|
#define RT_DFS_ELM_CODE_PAGE 437
|
|
|
|
#define RT_DFS_ELM_WORD_ACCESS
|
2017-12-15 16:28:05 +08:00
|
|
|
/* RT_DFS_ELM_USE_LFN_0 is not set */
|
2017-10-26 15:39:32 +08:00
|
|
|
/* RT_DFS_ELM_USE_LFN_1 is not set */
|
|
|
|
/* RT_DFS_ELM_USE_LFN_2 is not set */
|
2017-12-15 16:28:05 +08:00
|
|
|
#define RT_DFS_ELM_USE_LFN_3
|
|
|
|
#define RT_DFS_ELM_USE_LFN 3
|
2017-10-26 15:39:32 +08:00
|
|
|
#define RT_DFS_ELM_MAX_LFN 255
|
|
|
|
#define RT_DFS_ELM_DRIVES 2
|
|
|
|
#define RT_DFS_ELM_MAX_SECTOR_SIZE 512
|
|
|
|
/* RT_DFS_ELM_USE_ERASE is not set */
|
|
|
|
#define RT_DFS_ELM_REENTRANT
|
|
|
|
#define RT_USING_DFS_DEVFS
|
2017-12-07 13:38:51 +08:00
|
|
|
/* RT_USING_DFS_NET is not set */
|
|
|
|
/* RT_USING_DFS_ROMFS is not set */
|
|
|
|
/* RT_USING_DFS_RAMFS is not set */
|
|
|
|
/* RT_USING_DFS_UFFS is not set */
|
2018-01-17 19:43:34 +08:00
|
|
|
/* RT_USING_DFS_JFFS2 is not set */
|
2017-10-26 15:39:32 +08:00
|
|
|
/* RT_USING_DFS_NFS is not set */
|
|
|
|
|
|
|
|
/* Device Drivers */
|
|
|
|
|
|
|
|
#define RT_USING_DEVICE_IPC
|
|
|
|
#define RT_USING_SERIAL
|
|
|
|
/* RT_USING_CAN is not set */
|
|
|
|
/* RT_USING_HWTIMER is not set */
|
2018-01-17 19:43:34 +08:00
|
|
|
/* RT_USING_CPUTIME is not set */
|
2017-12-15 16:28:05 +08:00
|
|
|
#define RT_USING_I2C
|
|
|
|
#define RT_USING_I2C_BITOPS
|
2017-10-26 15:39:32 +08:00
|
|
|
/* RT_USING_PIN is not set */
|
|
|
|
/* RT_USING_MTD_NOR is not set */
|
|
|
|
/* RT_USING_MTD_NAND is not set */
|
|
|
|
/* RT_USING_RTC is not set */
|
|
|
|
#define RT_USING_SDIO
|
|
|
|
/* RT_USING_SPI is not set */
|
|
|
|
/* RT_USING_WDT is not set */
|
2017-12-07 13:38:51 +08:00
|
|
|
/* RT_USING_WIFI is not set */
|
|
|
|
|
|
|
|
/* Using USB */
|
|
|
|
|
2017-10-26 15:39:32 +08:00
|
|
|
/* RT_USING_USB_HOST is not set */
|
|
|
|
/* RT_USING_USB_DEVICE is not set */
|
|
|
|
|
|
|
|
/* POSIX layer and C standard library */
|
|
|
|
|
|
|
|
#define RT_USING_LIBC
|
2017-12-07 13:38:51 +08:00
|
|
|
/* RT_USING_PTHREADS is not set */
|
|
|
|
/* RT_USING_POSIX is not set */
|
2017-10-26 15:39:32 +08:00
|
|
|
|
|
|
|
/* Network stack */
|
|
|
|
|
|
|
|
/* light weight TCP/IP stack */
|
|
|
|
|
2017-10-27 20:27:28 +08:00
|
|
|
#define RT_USING_LWIP
|
2018-01-17 19:43:34 +08:00
|
|
|
/* RT_USING_LWIP141 is not set */
|
|
|
|
#define RT_USING_LWIP202
|
|
|
|
/* RT_USING_LWIP_IPV6 is not set */
|
2017-10-26 15:39:32 +08:00
|
|
|
/* 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
|
2017-12-07 13:38:51 +08:00
|
|
|
|
|
|
|
/* 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"
|
2017-10-26 15:39:32 +08:00
|
|
|
#define RT_LWIP_UDP
|
|
|
|
#define RT_LWIP_TCP
|
|
|
|
/* RT_LWIP_RAW is not set */
|
|
|
|
/* RT_LWIP_PPP is not set */
|
2017-12-15 16:28:05 +08:00
|
|
|
#define RT_MEMP_NUM_NETCONN 8
|
2017-10-26 15:39:32 +08:00
|
|
|
#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
|
2018-03-03 16:34:01 +08:00
|
|
|
/* RT_LWIP_NETIF_LOOPBACK is not set */
|
|
|
|
#define LWIP_NETIF_LOOPBACK 0
|
2017-10-26 15:39:32 +08:00
|
|
|
|
|
|
|
/* Modbus master and slave stack */
|
|
|
|
|
|
|
|
/* RT_USING_MODBUS is not set */
|
2017-12-15 16:28:05 +08:00
|
|
|
/* LWIP_USING_DHCPD is not set */
|
2017-10-26 15:39:32 +08:00
|
|
|
|
2017-12-07 13:38:51 +08:00
|
|
|
/* VBUS(Virtual Software BUS) */
|
|
|
|
|
|
|
|
/* RT_USING_VBUS is not set */
|
|
|
|
|
|
|
|
/* Utilities */
|
|
|
|
|
|
|
|
/* RT_USING_LOGTRACE is not set */
|
|
|
|
/* RT_USING_RYM is not set */
|
|
|
|
|
2018-01-17 19:43:34 +08:00
|
|
|
/* ARM CMSIS */
|
|
|
|
|
|
|
|
/* RT_USING_CMSIS_OS is not set */
|
|
|
|
/* RT_USING_RTT_CMSIS is not set */
|
|
|
|
|
2017-10-26 15:39:32 +08:00
|
|
|
/* RT-Thread online packages */
|
|
|
|
|
|
|
|
/* system packages */
|
|
|
|
|
2018-03-03 16:34:01 +08:00
|
|
|
/* 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 */
|
2018-01-17 19:43:34 +08:00
|
|
|
/* PKG_USING_PERSIMMON is not set */
|
2018-03-03 16:34:01 +08:00
|
|
|
/* PKG_USING_LWEXT4 is not set */
|
|
|
|
/* PKG_USING_PARTITION is not set */
|
2017-10-26 15:39:32 +08:00
|
|
|
/* PKG_USING_SQLITE is not set */
|
2017-12-07 13:38:51 +08:00
|
|
|
/* PKG_USING_RTI is not set */
|
2017-10-26 15:39:32 +08:00
|
|
|
|
|
|
|
/* IoT - internet of things */
|
|
|
|
|
|
|
|
/* PKG_USING_PAHOMQTT is not set */
|
|
|
|
/* PKG_USING_WEBCLIENT is not set */
|
|
|
|
/* PKG_USING_MONGOOSE is not set */
|
2017-12-07 13:38:51 +08:00
|
|
|
/* PKG_USING_WEBTERMINAL is not set */
|
|
|
|
/* PKG_USING_CJSON is not set */
|
2018-01-17 19:43:34 +08:00
|
|
|
/* PKG_USING_LJSON is not set */
|
2017-12-07 13:38:51 +08:00
|
|
|
/* PKG_USING_EZXML is not set */
|
|
|
|
/* PKG_USING_NANOPB is not set */
|
2018-01-17 19:43:34 +08:00
|
|
|
/* 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 */
|
2018-03-03 16:34:01 +08:00
|
|
|
/* PKG_USING_NOPOLL is not set */
|
2017-10-26 15:39:32 +08:00
|
|
|
|
|
|
|
/* security packages */
|
|
|
|
|
2017-12-07 13:38:51 +08:00
|
|
|
/* PKG_USING_MBEDTLS is not set */
|
|
|
|
/* PKG_USING_libsodium is not set */
|
2017-12-15 16:28:05 +08:00
|
|
|
/* PKG_USING_TINYCRYPT is not set */
|
2017-12-07 13:38:51 +08:00
|
|
|
|
2017-10-26 15:39:32 +08:00
|
|
|
/* language packages */
|
|
|
|
|
|
|
|
/* PKG_USING_JERRYSCRIPT is not set */
|
2017-12-07 13:38:51 +08:00
|
|
|
/* PKG_USING_MICROPYTHON is not set */
|
2017-10-26 15:39:32 +08:00
|
|
|
|
|
|
|
/* multimedia packages */
|
|
|
|
|
2017-12-15 16:28:05 +08:00
|
|
|
/* PKG_USING_OPENMV is not set */
|
|
|
|
|
2017-10-26 15:39:32 +08:00
|
|
|
/* tools packages */
|
|
|
|
|
|
|
|
/* PKG_USING_CMBACKTRACE is not set */
|
2017-12-07 13:38:51 +08:00
|
|
|
/* PKG_USING_EASYLOGGER is not set */
|
|
|
|
/* PKG_USING_SYSTEMVIEW is not set */
|
2017-12-15 16:28:05 +08:00
|
|
|
/* PKG_USING_IPERF is not set */
|
2017-10-26 15:39:32 +08:00
|
|
|
|
|
|
|
/* miscellaneous packages */
|
|
|
|
|
2017-12-07 13:38:51 +08:00
|
|
|
/* PKG_USING_FASTLZ is not set */
|
|
|
|
/* PKG_USING_MINILZO is not set */
|
2018-03-03 16:34:01 +08:00
|
|
|
/* PKG_USING_QUICKLZ is not set */
|
2017-10-26 15:39:32 +08:00
|
|
|
|
2017-12-07 13:38:51 +08:00
|
|
|
/* example package: hello */
|
2017-10-26 15:39:32 +08:00
|
|
|
|
2017-12-07 13:38:51 +08:00
|
|
|
/* PKG_USING_HELLO is not set */
|
2018-03-03 16:34:01 +08:00
|
|
|
/* PKG_USING_MULTIBUTTON is not set */
|
2018-01-17 19:43:34 +08:00
|
|
|
#define SOC_IMXRT1052
|
2017-10-26 15:39:32 +08:00
|
|
|
#define RT_USING_UART
|
|
|
|
#define RT_USING_UART1
|
|
|
|
|
|
|
|
#endif
|