rt-thread/bsp/stm32f429-apollo/rtconfig.h

227 lines
5.2 KiB
C
Raw Normal View History

2017-10-09 11:39:39 +08:00
#ifndef RT_CONFIG_H__
#define RT_CONFIG_H__
2017-10-09 11:39:39 +08:00
/* Automatically generated file; DO NOT EDIT. */
/* RT-Thread Configuration */
2017-10-09 11:39:39 +08:00
/* RT-Thread Kernel */
2017-10-09 11:39:39 +08:00
#define RT_NAME_MAX 8
#define RT_ALIGN_SIZE 4
#define RT_THREAD_PRIORITY_MAX 32
#define RT_TICK_PER_SECOND 1000
#define RT_DEBUG
#define RT_USING_OVERFLOW_CHECK
2017-10-09 11:39:39 +08:00
#define RT_DEBUG_INIT 1
/* RT_DEBUG_THREAD is not set */
#define RT_USING_HOOK
2017-10-09 11:39:39 +08:00
#define IDLE_THREAD_STACK_SIZE 1024
/* RT_USING_TIMER_SOFT is not set */
2017-10-09 11:39:39 +08:00
/* 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 */
2017-10-09 11:39:39 +08:00
/* Memory Management */
2017-10-09 11:39:39 +08:00
#define RT_USING_MEMPOOL
#define RT_USING_MEMHEAP
2017-10-09 11:39:39 +08:00
#define RT_USING_HEAP
#define RT_USING_SMALL_MEM
2017-10-09 11:39:39 +08:00
/* RT_USING_SLAB is not set */
2017-10-09 11:39:39 +08:00
/* Kernel Device Object */
#define RT_USING_DEVICE
2017-10-09 11:39:39 +08:00
#define RT_USING_CONSOLE
#define RT_CONSOLEBUF_SIZE 128
#define RT_CONSOLE_DEVICE_NAME "uart"
/* RT_USING_MODULE is not set */
2017-10-09 11:39:39 +08:00
/* RT-Thread Components */
2017-10-09 11:39:39 +08:00
#define RT_USING_COMPONENTS_INIT
/* RT_USING_USER_MAIN is not set */
2017-10-09 11:39:39 +08:00
/* C++ features */
2017-10-09 11:39:39 +08:00
/* RT_USING_CPLUSPLUS is not set */
2017-10-09 11:39:39 +08:00
/* Command shell */
#define RT_USING_FINSH
#define FINSH_USING_HISTORY
#define FINSH_USING_SYMTAB
#define FINSH_USING_DESCRIPTION
#define FINSH_THREAD_PRIORITY 20
2017-10-09 11:39:39 +08:00
#define FINSH_THREAD_STACK_SIZE 2048
#define FINSH_CMD_SIZE 80
2017-10-09 11:39:39 +08:00
/* FINSH_USING_AUTH is not set */
/* FINSH_USING_MSH is not set */
2017-10-09 11:39:39 +08:00
/* Device virtual file system */
#define RT_USING_DFS
#define DFS_USING_WORKDIR
#define DFS_FILESYSTEMS_MAX 2
#define DFS_FD_MAX 4
#define RT_USING_DFS_ELMFAT
#define RT_DFS_ELM_CODE_PAGE 437
#define RT_DFS_ELM_WORD_ACCESS
#define RT_DFS_ELM_USE_LFN_0
/* RT_DFS_ELM_USE_LFN_1 is not set */
/* RT_DFS_ELM_USE_LFN_2 is not set */
/* RT_DFS_ELM_USE_LFN_3 is not set */
#define RT_DFS_ELM_USE_LFN 0
#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
/* RT_USING_DFS_NET is not set */
/* RT_USING_DFS_NFS is not set */
2017-10-09 11:39:39 +08:00
/* Device Drivers */
2017-10-09 11:39:39 +08:00
#define RT_USING_DEVICE_IPC
#define RT_USING_SERIAL
/* RT_USING_CAN is not set */
/* RT_USING_HWTIMER is not set */
#define RT_USING_I2C
#define RT_USING_I2C_BITOPS
/* RT_USING_PIN is not set */
/* RT_USING_MTD_NOR is not set */
#define RT_USING_MTD_NAND
/* RT_MTD_NAND_DEBUG is not set */
2017-10-09 11:39:39 +08:00
#define RT_USING_RTC
/* RT_USING_SDIO is not set */
/* RT_USING_SPI is not set */
2017-10-09 11:39:39 +08:00
/* RT_USING_WDT is not set */
/* RT_USING_USB_HOST is not set */
/* RT_USING_USB_DEVICE is not set */
/* POSIX layer and C standard library */
2017-10-09 11:39:39 +08:00
#define RT_USING_LIBC
/* RT_USING_PTHREADS is not set */
/* RT_USING_POSIX is not set */
2017-10-09 11:39:39 +08:00
/* Network stack */
/* light weight TCP/IP stack */
#define RT_USING_LWIP
#define RT_USING_LWIP141
/* RT_USING_LWIP202 is not set */
/* 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
#define LWIP_USING_DHCPD
#define RT_LWIP_UDP
#define RT_LWIP_TCP
/* RT_LWIP_RAW is not set */
/* RT_LWIP_PPP is not set */
/* RT_LWIP_PPPOE is not set */
/* RT_LWIP_PPPOS is not set */
#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
2017-10-09 11:39:39 +08:00
/* Modbus master and slave stack */
/* RT_USING_MODBUS is not set */
/* RT_USING_NETUTILS is not set */
/* RT-Thread UI Engine */
/* RT_USING_GUIENGINE is not set */
2017-10-09 11:39:39 +08:00
/* RT-Thread online packages */
/* system packages */
/* PKG_USING_PARTITION is not set */
/* PKG_USING_SQLITE is not set */
2017-10-09 11:39:39 +08:00
/* IoT - internet of things */
/* PKG_USING_CJSON is not set */
#define PKG_USING_PAHOMQTT
2017-10-09 11:39:39 +08:00
/* PKG_USING_WEBCLIENT is not set */
/* PKG_USING_MONGOOSE is not set */
/* PKG_USING_WEBTERMINAL is not set */
2017-10-09 11:39:39 +08:00
/* security packages */
2017-10-09 11:39:39 +08:00
/* PKG_USING_MBEDTLS is not set */
2017-10-09 11:39:39 +08:00
/* language packages */
2017-10-09 11:39:39 +08:00
/* PKG_USING_JERRYSCRIPT is not set */
2017-10-09 11:39:39 +08:00
/* multimedia packages */
/* tools packages */
2017-10-09 11:39:39 +08:00
/* PKG_USING_CMBACKTRACE is not set */
/* PKG_USING_EASYLOGGER is not set */
/* miscellaneous packages */
/* PKG_USING_HELLO is not set */
2017-10-09 11:39:39 +08:00
2017-10-09 13:06:54 +08:00
/* BSP_SPECIAL CONFIG */
2017-10-09 11:39:39 +08:00
#define RT_RTC_NAME "rtc"
#define RT_USING_EXT_SDRAM
#define RT_USING_UART1
#define RT_USING_UART2
#define RT_USING_UART3
#define RT_USING_SPI5
/* BSP_LWIP CONFIG */
#define RT_LWIP_IPADDR0 192
#define RT_LWIP_IPADDR1 168
#define RT_LWIP_IPADDR2 1
#define RT_LWIP_IPADDR3 201
#define RT_LWIP_GWADDR0 192
#define RT_LWIP_GWADDR1 168
#define RT_LWIP_GWADDR2 1
#define RT_LWIP_GWADDR3 1
#define RT_LWIP_MSKADDR0 255
#define RT_LWIP_MSKADDR1 255
#define RT_LWIP_MSKADDR2 255
#define RT_LWIP_MSKADDR3 0
#define CHECKSUM_CHECK_TCP 0
#define CHECKSUM_CHECK_IP 0
#define CHECKSUM_CHECK_UDP 0
#endif