2017-10-09 11:39:39 +08:00
|
|
|
#ifndef RT_CONFIG_H__
|
|
|
|
#define RT_CONFIG_H__
|
2017-04-12 09:25:37 +08:00
|
|
|
|
2017-10-09 11:39:39 +08:00
|
|
|
/* Automatically generated file; DO NOT EDIT. */
|
|
|
|
/* RT-Thread Configuration */
|
2017-04-12 09:25:37 +08:00
|
|
|
|
2017-10-09 11:39:39 +08:00
|
|
|
/* RT-Thread Kernel */
|
2017-04-12 09:25:37 +08:00
|
|
|
|
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
|
2017-04-12 09:25:37 +08:00
|
|
|
#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 */
|
2017-04-12 09:25:37 +08:00
|
|
|
#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-04-12 09:25:37 +08:00
|
|
|
|
2017-10-09 11:39:39 +08:00
|
|
|
/* Inter-Thread communication */
|
2017-04-12 09:25:37 +08:00
|
|
|
|
|
|
|
#define RT_USING_SEMAPHORE
|
|
|
|
#define RT_USING_MUTEX
|
|
|
|
#define RT_USING_EVENT
|
|
|
|
#define RT_USING_MAILBOX
|
|
|
|
#define RT_USING_MESSAGEQUEUE
|
|
|
|
|
2017-10-09 11:39:39 +08:00
|
|
|
/* Memory Management */
|
2017-04-12 09:25:37 +08:00
|
|
|
|
2017-10-09 11:39:39 +08:00
|
|
|
#define RT_USING_MEMPOOL
|
2017-04-12 09:25:37 +08:00
|
|
|
#define RT_USING_MEMHEAP
|
2017-10-09 11:39:39 +08:00
|
|
|
#define RT_USING_HEAP
|
2017-04-12 09:25:37 +08:00
|
|
|
#define RT_USING_SMALL_MEM
|
2017-10-09 11:39:39 +08:00
|
|
|
/* RT_USING_SLAB is not set */
|
2017-04-12 09:25:37 +08:00
|
|
|
|
2017-10-09 11:39:39 +08:00
|
|
|
/* Kernel Device Object */
|
2017-04-12 09:25:37 +08:00
|
|
|
|
|
|
|
#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-04-12 09:25:37 +08:00
|
|
|
|
2017-10-09 11:39:39 +08:00
|
|
|
/* RT-Thread Components */
|
2017-04-12 09:25:37 +08:00
|
|
|
|
2017-10-09 11:39:39 +08:00
|
|
|
#define RT_USING_COMPONENTS_INIT
|
|
|
|
/* RT_USING_USER_MAIN is not set */
|
2017-04-12 09:25:37 +08:00
|
|
|
|
2017-10-09 11:39:39 +08:00
|
|
|
/* C++ features */
|
2017-04-12 09:25:37 +08:00
|
|
|
|
2017-10-09 11:39:39 +08:00
|
|
|
/* RT_USING_CPLUSPLUS is not set */
|
2017-04-12 09:25:37 +08:00
|
|
|
|
2017-10-09 11:39:39 +08:00
|
|
|
/* Command shell */
|
2017-04-12 09:25:37 +08:00
|
|
|
|
|
|
|
#define RT_USING_FINSH
|
|
|
|
#define FINSH_USING_SYMTAB
|
|
|
|
#define FINSH_USING_DESCRIPTION
|
2017-10-09 11:39:39 +08:00
|
|
|
#define FINSH_THREAD_STACK_SIZE 2048
|
|
|
|
/* FINSH_USING_AUTH is not set */
|
|
|
|
#define FINSH_DEFAULT_PASSWORD "rtthread"
|
|
|
|
/* FINSH_USING_MSH is not set */
|
|
|
|
/* FINSH_USING_MSH_DEFAULT is not set */
|
|
|
|
/* FINSH_USING_MSH_ONLY is not set */
|
2017-04-12 09:25:37 +08:00
|
|
|
|
2017-10-09 11:39:39 +08:00
|
|
|
/* Device virtual file system */
|
2017-04-12 09:25:37 +08:00
|
|
|
|
2017-10-09 13:06:54 +08:00
|
|
|
/* RT_USING_DFS is not set */
|
2017-10-09 11:39:39 +08:00
|
|
|
|
|
|
|
/* Device Drivers */
|
2017-04-12 09:25:37 +08:00
|
|
|
|
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 */
|
2017-04-12 09:25:37 +08:00
|
|
|
#define RT_USING_MTD_NAND
|
|
|
|
#define RT_MTD_NAND_DEBUG
|
2017-10-09 11:39:39 +08:00
|
|
|
#define RT_USING_RTC
|
|
|
|
/* RT_USING_SDIO is not set */
|
2017-06-07 21:04:05 +08:00
|
|
|
#define RT_USING_SPI
|
2017-10-09 13:06:54 +08:00
|
|
|
/* RT_USING_SFUD is not set */
|
2017-10-09 11:39:39 +08:00
|
|
|
/* 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 */
|
|
|
|
/* RT_USING_WDT is not set */
|
|
|
|
/* RT_USING_USB_HOST is not set */
|
|
|
|
/* RT_USING_USB_DEVICE is not set */
|
|
|
|
|
|
|
|
/* libc */
|
2017-06-07 21:04:05 +08:00
|
|
|
|
2017-10-09 11:39:39 +08:00
|
|
|
#define RT_USING_LIBC
|
|
|
|
/* RT_USING_PTHREADS is not set */
|
|
|
|
|
|
|
|
/* Network stack */
|
|
|
|
|
|
|
|
/* light weight TCP/IP stack */
|
|
|
|
|
|
|
|
/* RT_USING_LWIP is not set */
|
|
|
|
|
|
|
|
/* Modbus master and slave stack */
|
|
|
|
|
|
|
|
/* RT_USING_MODBUS is not set */
|
|
|
|
|
|
|
|
/* RT-Thread online packages */
|
|
|
|
|
|
|
|
/* IoT - internet of things */
|
|
|
|
|
|
|
|
/* PKG_USING_CJSON is not set */
|
|
|
|
/* PKG_USING_PAHOMQTT is not set */
|
|
|
|
/* PKG_USING_WEBCLIENT is not set */
|
|
|
|
|
|
|
|
/* language packages */
|
|
|
|
|
|
|
|
/* PKG_USING_JERRYSCRIPT is not set */
|
|
|
|
|
|
|
|
/* miscellaneous packages */
|
|
|
|
|
|
|
|
/* PKG_USING_HELLO is not set */
|
|
|
|
|
|
|
|
/* multimedia packages */
|
|
|
|
|
|
|
|
/* security packages */
|
|
|
|
|
|
|
|
/* system packages */
|
|
|
|
|
|
|
|
/* PKG_USING_CMBACKTRACE is not set */
|
|
|
|
/* PKG_USING_PARTITION is not set */
|
|
|
|
|
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
|
2017-06-09 14:58:33 +08:00
|
|
|
|
2017-04-12 09:25:37 +08:00
|
|
|
#endif
|