2017-11-20 19:37:05 +08:00
|
|
|
#ifndef RT_CONFIG_H__
|
|
|
|
#define RT_CONFIG_H__
|
2017-07-05 18:17:16 +08:00
|
|
|
|
2017-11-20 19:37:05 +08:00
|
|
|
/* Automatically generated file; DO NOT EDIT. */
|
|
|
|
/* RT-Thread Configuration */
|
2017-07-05 18:17:16 +08:00
|
|
|
|
2017-11-20 19:37:05 +08:00
|
|
|
/* RT-Thread Kernel */
|
2017-07-05 18:17:16 +08:00
|
|
|
|
2017-11-20 19:37:05 +08:00
|
|
|
#define RT_NAME_MAX 8
|
|
|
|
#define RT_ALIGN_SIZE 4
|
|
|
|
/* RT_THREAD_PRIORITY_8 is not set */
|
|
|
|
#define RT_THREAD_PRIORITY_32
|
|
|
|
/* RT_THREAD_PRIORITY_256 is not set */
|
|
|
|
#define RT_THREAD_PRIORITY_MAX 32
|
2018-05-18 20:32:47 +08:00
|
|
|
#define RT_TICK_PER_SECOND 100
|
2017-07-05 18:17:16 +08:00
|
|
|
#define RT_DEBUG
|
|
|
|
#define RT_USING_OVERFLOW_CHECK
|
2017-11-20 19:37:05 +08:00
|
|
|
#define RT_DEBUG_INIT 0
|
|
|
|
#define RT_DEBUG_THREAD 0
|
2017-07-05 18:17:16 +08:00
|
|
|
#define RT_USING_HOOK
|
2017-11-20 19:37:05 +08:00
|
|
|
#define IDLE_THREAD_STACK_SIZE 256
|
|
|
|
/* RT_USING_TIMER_SOFT is not set */
|
2017-07-05 18:17:16 +08:00
|
|
|
|
2017-11-20 19:37:05 +08:00
|
|
|
/* Inter-Thread communication */
|
2017-07-05 18:17:16 +08:00
|
|
|
|
|
|
|
#define RT_USING_SEMAPHORE
|
|
|
|
#define RT_USING_MUTEX
|
|
|
|
#define RT_USING_EVENT
|
|
|
|
#define RT_USING_MAILBOX
|
|
|
|
#define RT_USING_MESSAGEQUEUE
|
2017-11-20 19:37:05 +08:00
|
|
|
/* RT_USING_SIGNALS is not set */
|
2017-07-05 18:17:16 +08:00
|
|
|
|
2017-11-20 19:37:05 +08:00
|
|
|
/* Memory Management */
|
2017-07-05 18:17:16 +08:00
|
|
|
|
2018-05-18 20:32:47 +08:00
|
|
|
#define RT_USING_MEMPOOL
|
2017-11-20 19:37:05 +08:00
|
|
|
/* RT_USING_MEMHEAP is not set */
|
|
|
|
/* RT_USING_NOHEAP is not set */
|
|
|
|
#define RT_USING_SMALL_MEM
|
|
|
|
/* RT_USING_SLAB is not set */
|
2018-05-18 20:32:47 +08:00
|
|
|
/* RT_USING_MEMTRACE is not set */
|
2017-07-05 18:17:16 +08:00
|
|
|
#define RT_USING_HEAP
|
|
|
|
|
2017-11-20 19:37:05 +08:00
|
|
|
/* Kernel Device Object */
|
2017-07-05 18:17:16 +08:00
|
|
|
|
|
|
|
#define RT_USING_DEVICE
|
2017-11-20 19:37:05 +08:00
|
|
|
/* RT_USING_INTERRUPT_INFO is not set */
|
|
|
|
#define RT_USING_CONSOLE
|
|
|
|
#define RT_CONSOLEBUF_SIZE 128
|
|
|
|
#define RT_CONSOLE_DEVICE_NAME "uart2"
|
|
|
|
/* RT_USING_MODULE is not set */
|
2017-07-05 18:17:16 +08:00
|
|
|
|
2017-11-20 19:37:05 +08:00
|
|
|
/* RT-Thread Components */
|
2017-07-05 18:17:16 +08:00
|
|
|
|
2017-11-20 19:37:05 +08:00
|
|
|
#define RT_USING_COMPONENTS_INIT
|
2018-05-16 23:58:59 +08:00
|
|
|
#define RT_USING_USER_MAIN
|
|
|
|
#define RT_MAIN_THREAD_STACK_SIZE 2048
|
2017-07-05 18:17:16 +08:00
|
|
|
|
2017-11-20 19:37:05 +08:00
|
|
|
/* C++ features */
|
2017-07-05 18:17:16 +08:00
|
|
|
|
2017-11-20 19:37:05 +08:00
|
|
|
/* RT_USING_CPLUSPLUS is not set */
|
|
|
|
|
|
|
|
/* Command shell */
|
2017-07-05 18:17:16 +08:00
|
|
|
|
|
|
|
#define RT_USING_FINSH
|
2018-05-16 23:58:59 +08:00
|
|
|
#define FINSH_THREAD_NAME "tshell"
|
2017-11-20 19:37:05 +08:00
|
|
|
#define FINSH_USING_HISTORY
|
2018-05-16 23:58:59 +08:00
|
|
|
#define FINSH_HISTORY_LINES 5
|
2017-07-05 18:17:16 +08:00
|
|
|
#define FINSH_USING_SYMTAB
|
|
|
|
#define FINSH_USING_DESCRIPTION
|
2018-05-16 23:58:59 +08:00
|
|
|
/* FINSH_ECHO_DISABLE_DEFAULT is not set */
|
2017-11-20 19:37:05 +08:00
|
|
|
#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
|
|
|
|
#define FINSH_USING_MSH_DEFAULT
|
|
|
|
/* FINSH_USING_MSH_ONLY is not set */
|
2017-07-05 18:17:16 +08:00
|
|
|
|
2017-11-20 19:37:05 +08:00
|
|
|
/* Device virtual file system */
|
|
|
|
|
|
|
|
/* RT_USING_DFS 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-05-16 23:58:59 +08:00
|
|
|
/* RT_USING_CPUTIME is not set */
|
2017-11-20 19:37:05 +08:00
|
|
|
/* RT_USING_I2C is not set */
|
|
|
|
#define RT_USING_PIN
|
|
|
|
/* RT_USING_MTD_NOR is not set */
|
|
|
|
/* RT_USING_MTD_NAND is not set */
|
|
|
|
/* RT_USING_RTC is not set */
|
|
|
|
/* RT_USING_SDIO is not set */
|
|
|
|
/* RT_USING_SPI is not set */
|
|
|
|
/* RT_USING_WDT is not set */
|
2018-05-16 23:58:59 +08:00
|
|
|
/* RT_USING_WIFI is not set */
|
|
|
|
|
|
|
|
/* Using USB */
|
|
|
|
|
2017-11-20 19:37:05 +08:00
|
|
|
/* RT_USING_USB_HOST is not set */
|
|
|
|
/* RT_USING_USB_DEVICE is not set */
|
|
|
|
|
|
|
|
/* POSIX layer and C standard library */
|
|
|
|
|
2018-05-16 23:58:59 +08:00
|
|
|
#define RT_USING_LIBC
|
2017-11-20 19:37:05 +08:00
|
|
|
/* 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 */
|
|
|
|
|
|
|
|
/* VBUS(Virtual Software BUS) */
|
|
|
|
|
|
|
|
/* RT_USING_VBUS is not set */
|
|
|
|
|
2018-05-16 23:58:59 +08:00
|
|
|
/* Utilities */
|
2017-11-20 19:37:05 +08:00
|
|
|
|
2018-05-16 23:58:59 +08:00
|
|
|
/* RT_USING_LOGTRACE is not set */
|
|
|
|
/* RT_USING_RYM is not set */
|
2017-11-20 19:37:05 +08:00
|
|
|
|
2018-05-16 23:58:59 +08:00
|
|
|
/* RT-Thread online packages */
|
2017-11-20 19:37:05 +08:00
|
|
|
|
|
|
|
/* IoT - internet of things */
|
|
|
|
|
|
|
|
/* 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 */
|
2018-05-16 23:58:59 +08:00
|
|
|
/* PKG_USING_LJSON is not set */
|
2017-11-20 19:37:05 +08:00
|
|
|
/* PKG_USING_EZXML is not set */
|
2018-05-16 23:58:59 +08:00
|
|
|
/* PKG_USING_NANOPB is not set */
|
|
|
|
/* PKG_USING_GAGENT_CLOUD is not set */
|
|
|
|
|
|
|
|
/* Wi-Fi */
|
2017-11-20 19:37:05 +08:00
|
|
|
|
|
|
|
/* Marvell WiFi */
|
|
|
|
|
2018-05-16 23:58:59 +08:00
|
|
|
/* 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 */
|
|
|
|
/* PKG_USING_NETUTILS is not set */
|
|
|
|
/* PKG_USING_ONENET is not set */
|
2017-11-20 19:37:05 +08:00
|
|
|
|
|
|
|
/* security packages */
|
|
|
|
|
|
|
|
/* PKG_USING_MBEDTLS is not set */
|
2018-05-16 23:58:59 +08:00
|
|
|
/* PKG_USING_libsodium is not set */
|
|
|
|
/* PKG_USING_TINYCRYPT is not set */
|
2017-11-20 19:37:05 +08:00
|
|
|
|
|
|
|
/* language packages */
|
|
|
|
|
|
|
|
/* PKG_USING_JERRYSCRIPT is not set */
|
2018-05-16 23:58:59 +08:00
|
|
|
/* PKG_USING_MICROPYTHON is not set */
|
2017-11-20 19:37:05 +08:00
|
|
|
|
|
|
|
/* multimedia packages */
|
|
|
|
|
2018-05-16 23:58:59 +08:00
|
|
|
/* PKG_USING_OPENMV is not set */
|
|
|
|
/* PKG_USING_MUPDF is not set */
|
2017-11-20 19:37:05 +08:00
|
|
|
|
|
|
|
/* tools packages */
|
|
|
|
|
|
|
|
/* PKG_USING_CMBACKTRACE is not set */
|
2018-05-16 23:58:59 +08:00
|
|
|
/* PKG_USING_EASYFLASH is not set */
|
2017-11-20 19:37:05 +08:00
|
|
|
/* PKG_USING_EASYLOGGER is not set */
|
|
|
|
/* PKG_USING_SYSTEMVIEW is not set */
|
2018-05-16 23:58:59 +08:00
|
|
|
/* PKG_USING_IPERF is not set */
|
|
|
|
|
|
|
|
/* system packages */
|
|
|
|
|
|
|
|
/* RT-Thread GUI Engine */
|
|
|
|
|
|
|
|
/* PKG_USING_GUIENGINE is not set */
|
|
|
|
/* PKG_USING_LWEXT4 is not set */
|
|
|
|
/* PKG_USING_PARTITION is not set */
|
|
|
|
/* PKG_USING_SQLITE is not set */
|
|
|
|
/* PKG_USING_RTI is not set */
|
|
|
|
/* PKG_USING_LITTLEVGL2RTT is not set */
|
|
|
|
|
|
|
|
/* peripheral libraries and drivers */
|
|
|
|
|
|
|
|
/* PKG_USING_STM32F4_HAL is not set */
|
|
|
|
/* PKG_USING_STM32F4_DRIVERS is not set */
|
2017-11-20 19:37:05 +08:00
|
|
|
|
|
|
|
/* miscellaneous packages */
|
|
|
|
|
2018-05-16 23:58:59 +08:00
|
|
|
/* 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 */
|
|
|
|
|
|
|
|
/* sample package */
|
|
|
|
|
|
|
|
/* PKG_USING_SAMPLES is not set */
|
|
|
|
|
|
|
|
/* example package: hello */
|
|
|
|
|
2017-11-20 19:37:05 +08:00
|
|
|
/* PKG_USING_HELLO is not set */
|
2017-07-05 18:17:16 +08:00
|
|
|
|
2018-05-16 23:58:59 +08:00
|
|
|
/* Privated Packages of RealThread */
|
|
|
|
|
|
|
|
/* PKG_USING_CODEC is not set */
|
|
|
|
/* PKG_USING_PLAYER is not set */
|
|
|
|
/* PKG_USING_PERSIMMON_SRC is not set */
|
|
|
|
|
|
|
|
/* Network Utilities */
|
|
|
|
|
|
|
|
/* PKG_USING_WLAN_WICED_SRC is not set */
|
|
|
|
/* PKG_USING_CLOUDSDK is not set */
|
|
|
|
/* PKG_USING_COREMARK is not set */
|
|
|
|
/* PKG_USING_POWER_MANAGER is not set */
|
|
|
|
/* PKG_USING_RT_OTA is not set */
|
|
|
|
/* PKG_USING_RT_AT is not set */
|
|
|
|
/* PKG_USING_RDB is not set */
|
|
|
|
|
|
|
|
/* Test Packages of RealThread */
|
|
|
|
|
|
|
|
/* PKG_USING_JERRYSCRIPT_WIN32 is not set */
|
|
|
|
/* PKG_USING_JS_PERSIMMON is not set */
|
|
|
|
/* BSP_USING_UART1 is not set */
|
|
|
|
#define BSP_USING_UART2
|
|
|
|
/* BSP_USING_UART3 is not set */
|
|
|
|
/* BSP_USING_UART4 is not set */
|
|
|
|
/* BSP_USING_UART5 is not set */
|
|
|
|
/* BSP_USING_LPUART1 is not set */
|
2017-07-05 18:17:16 +08:00
|
|
|
|
|
|
|
#endif
|