|
@@ -1,112 +1,270 @@
|
|
-/* RT-Thread config file */
|
|
|
|
-#ifndef __RTTHREAD_CFG_H__
|
|
|
|
-#define __RTTHREAD_CFG_H__
|
|
|
|
-
|
|
|
|
-/* RT_NAME_MAX*/
|
|
|
|
-#define RT_NAME_MAX 8
|
|
|
|
-
|
|
|
|
-/* RT_ALIGN_SIZE*/
|
|
|
|
-#define RT_ALIGN_SIZE 4
|
|
|
|
-
|
|
|
|
-/* PRIORITY_MAX */
|
|
|
|
-#define RT_THREAD_PRIORITY_MAX 32
|
|
|
|
-#define IDLE_THREAD_STACK_SIZE 128
|
|
|
|
-/* Tick per Second */
|
|
|
|
-#define RT_TICK_PER_SECOND 100
|
|
|
|
-
|
|
|
|
-/* SECTION: RT_DEBUG */
|
|
|
|
-/* Thread Debug */
|
|
|
|
-//#define RT_DEBUG
|
|
|
|
-//#define RT_DEBUG_INIT 1
|
|
|
|
-//#define RT_USING_OVERFLOW_CHECK
|
|
|
|
-
|
|
|
|
-/* Using Hook */
|
|
|
|
-/* #define RT_USING_HOOK */
|
|
|
|
-
|
|
|
|
-/* Using Software Timer */
|
|
|
|
-/* #define RT_USING_TIMER_SOFT */
|
|
|
|
-#define RT_TIMER_THREAD_PRIO 4
|
|
|
|
-#define RT_TIMER_THREAD_STACK_SIZE 512
|
|
|
|
-#define RT_TIMER_TICK_PER_SECOND 10
|
|
|
|
-
|
|
|
|
-/* SECTION: IPC */
|
|
|
|
-/* Using Semaphore*/
|
|
|
|
-#define RT_USING_SEMAPHORE
|
|
|
|
|
|
+#ifndef RT_CONFIG_H__
|
|
|
|
+#define RT_CONFIG_H__
|
|
|
|
|
|
-/* Using Mutex */
|
|
|
|
-/* #define RT_USING_MUTEX */
|
|
|
|
|
|
+/* Automatically generated file; DO NOT EDIT. */
|
|
|
|
+/* RT-Thread Configuration */
|
|
|
|
|
|
-/* Using Event */
|
|
|
|
-/* #define RT_USING_EVENT */
|
|
|
|
|
|
+/* RT-Thread Kernel */
|
|
|
|
|
|
-/* Using MailBox */
|
|
|
|
-/* #define RT_USING_MAILBOX */
|
|
|
|
|
|
+#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
|
|
|
|
+#define RT_TICK_PER_SECOND 100
|
|
|
|
+#define RT_USING_OVERFLOW_CHECK
|
|
|
|
+#define RT_USING_HOOK
|
|
|
|
+#define RT_IDEL_HOOK_LIST_SIZE 4
|
|
|
|
+#define IDLE_THREAD_STACK_SIZE 256
|
|
|
|
+/* RT_USING_TIMER_SOFT is not set */
|
|
|
|
+#define RT_DEBUG
|
|
|
|
+/* 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 */
|
|
|
|
|
|
-/* Using Message Queue */
|
|
|
|
-/* #define RT_USING_MESSAGEQUEUE */
|
|
|
|
|
|
+/* Inter-Thread communication */
|
|
|
|
|
|
-/* SECTION: Memory Management */
|
|
|
|
-/* Using Memory Pool Management*/
|
|
|
|
-/* #define RT_USING_MEMPOOL */
|
|
|
|
|
|
+#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 */
|
|
|
|
|
|
-/* Using Dynamic Heap Management */
|
|
|
|
-#define RT_USING_HEAP
|
|
|
|
|
|
+/* Memory Management */
|
|
|
|
|
|
-/* Using Small MM */
|
|
|
|
|
|
+/* RT_USING_MEMPOOL is not set */
|
|
|
|
+/* RT_USING_MEMHEAP is not set */
|
|
|
|
+/* RT_USING_NOHEAP is not set */
|
|
#define RT_USING_SMALL_MEM
|
|
#define RT_USING_SMALL_MEM
|
|
|
|
+/* RT_USING_SLAB is not set */
|
|
|
|
+/* RT_USING_MEMTRACE is not set */
|
|
|
|
+#define RT_USING_HEAP
|
|
|
|
|
|
-// <bool name="RT_USING_COMPONENTS_INIT" description="Using RT-Thread components initialization" default="true" />
|
|
|
|
-#define RT_USING_COMPONENTS_INIT
|
|
|
|
|
|
+/* Kernel Device Object */
|
|
|
|
|
|
-/* SECTION: Device System */
|
|
|
|
-/* Using Device System */
|
|
|
|
#define RT_USING_DEVICE
|
|
#define RT_USING_DEVICE
|
|
-// <bool name="RT_USING_DEVICE_IPC" description="Using device communication" default="true" />
|
|
|
|
-#define RT_USING_DEVICE_IPC
|
|
|
|
-// <bool name="RT_USING_SERIAL" description="Using Serial" default="true" />
|
|
|
|
-#define RT_USING_SERIAL
|
|
|
|
-
|
|
|
|
-/* SECTION: Console options */
|
|
|
|
|
|
+/* RT_USING_DEVICE_OPS is not set */
|
|
|
|
+/* RT_USING_INTERRUPT_INFO is not set */
|
|
#define RT_USING_CONSOLE
|
|
#define RT_USING_CONSOLE
|
|
-/* the buffer size of console*/
|
|
|
|
-#define RT_CONSOLEBUF_SIZE 64
|
|
|
|
-// <string name="RT_CONSOLE_DEVICE_NAME" description="The device name for console" default="uart1" />
|
|
|
|
-#define RT_CONSOLE_DEVICE_NAME "uart0"
|
|
|
|
|
|
+#define RT_CONSOLEBUF_SIZE 128
|
|
|
|
+#define RT_CONSOLE_DEVICE_NAME "uart0"
|
|
|
|
|
|
|
|
+/* RT-Thread Components */
|
|
|
|
|
|
|
|
+#define RT_USING_COMPONENTS_INIT
|
|
|
|
+#define RT_USING_USER_MAIN
|
|
|
|
+#define RT_MAIN_THREAD_STACK_SIZE 512
|
|
|
|
+#define RT_MAIN_THREAD_PRIORITY 10
|
|
|
|
+
|
|
|
|
+/* C++ features */
|
|
|
|
+
|
|
|
|
+/* RT_USING_CPLUSPLUS is not set */
|
|
|
|
+
|
|
|
|
+/* Command shell */
|
|
|
|
|
|
-/* SECTION: finsh, a C-Express shell */
|
|
|
|
#define RT_USING_FINSH
|
|
#define RT_USING_FINSH
|
|
-/* configure finsh parameters */
|
|
|
|
-#define FINSH_THREAD_PRIORITY 25
|
|
|
|
-#define FINSH_THREAD_STACK_SIZE 512
|
|
|
|
-#define FINSH_USING_HISTORY 0
|
|
|
|
-#define FINSH_HISTORY_LINES 1
|
|
|
|
-/* Using symbol table */
|
|
|
|
|
|
+#define FINSH_THREAD_NAME "tshell"
|
|
|
|
+#define FINSH_USING_HISTORY
|
|
|
|
+#define FINSH_HISTORY_LINES 5
|
|
#define FINSH_USING_SYMTAB
|
|
#define FINSH_USING_SYMTAB
|
|
#define FINSH_USING_DESCRIPTION
|
|
#define FINSH_USING_DESCRIPTION
|
|
|
|
+/* FINSH_ECHO_DISABLE_DEFAULT is not set */
|
|
|
|
+#define FINSH_THREAD_PRIORITY 20
|
|
|
|
+#define FINSH_THREAD_STACK_SIZE 512
|
|
|
|
+#define FINSH_CMD_SIZE 80
|
|
|
|
+/* FINSH_USING_AUTH is not set */
|
|
|
|
+#define FINSH_USING_MSH
|
|
|
|
+#define FINSH_USING_MSH_DEFAULT
|
|
|
|
+#define FINSH_USING_MSH_ONLY
|
|
|
|
+#define FINSH_ARG_MAX 10
|
|
|
|
+
|
|
|
|
+/* Device virtual file system */
|
|
|
|
+
|
|
|
|
+/* RT_USING_DFS is not set */
|
|
|
|
+
|
|
|
|
+/* Device Drivers */
|
|
|
|
+
|
|
|
|
+#define RT_USING_DEVICE_IPC
|
|
|
|
+#define RT_PIPE_BUFSZ 512
|
|
|
|
+#define RT_USING_SERIAL
|
|
|
|
+/* RT_USING_CAN is not set */
|
|
|
|
+/* RT_USING_HWTIMER is not set */
|
|
|
|
+/* RT_USING_CPUTIME is not set */
|
|
|
|
+/* RT_USING_I2C is not set */
|
|
|
|
+/* RT_USING_PIN is not set */
|
|
|
|
+/* RT_USING_PWM is not set */
|
|
|
|
+/* 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 */
|
|
|
|
+/* RT_USING_WIFI is not set */
|
|
|
|
+/* RT_USING_AUDIO is not set */
|
|
|
|
+
|
|
|
|
+/* Using USB */
|
|
|
|
+
|
|
|
|
+/* RT_USING_USB_HOST is not set */
|
|
|
|
+/* RT_USING_USB_DEVICE is not set */
|
|
|
|
+
|
|
|
|
+/* POSIX layer and C standard library */
|
|
|
|
+
|
|
|
|
+/* RT_USING_LIBC is not set */
|
|
|
|
+/* RT_USING_PTHREADS is not set */
|
|
|
|
+
|
|
|
|
+/* Network */
|
|
|
|
+
|
|
|
|
+/* Socket abstraction layer */
|
|
|
|
+
|
|
|
|
+/* RT_USING_SAL is not set */
|
|
|
|
+
|
|
|
|
+/* light weight TCP/IP stack */
|
|
|
|
+
|
|
|
|
+/* RT_USING_LWIP is not set */
|
|
|
|
+
|
|
|
|
+/* Modbus master and slave stack */
|
|
|
|
+
|
|
|
|
+/* RT_USING_MODBUS is not set */
|
|
|
|
+
|
|
|
|
+/* AT commands */
|
|
|
|
+
|
|
|
|
+/* RT_USING_AT is not set */
|
|
|
|
+
|
|
|
|
+/* VBUS(Virtual Software BUS) */
|
|
|
|
+
|
|
|
|
+/* RT_USING_VBUS is not set */
|
|
|
|
+
|
|
|
|
+/* Utilities */
|
|
|
|
+
|
|
|
|
+/* RT_USING_LOGTRACE is not set */
|
|
|
|
+/* RT_USING_RYM is not set */
|
|
|
|
+
|
|
|
|
+/* RT-Thread online packages */
|
|
|
|
+
|
|
|
|
+/* 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 */
|
|
|
|
+/* PKG_USING_JSMN is not set */
|
|
|
|
+/* PKG_USING_LJSON is not set */
|
|
|
|
+/* PKG_USING_EZXML is not set */
|
|
|
|
+/* PKG_USING_NANOPB 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 */
|
|
|
|
+/* PKG_USING_NOPOLL is not set */
|
|
|
|
+/* PKG_USING_NETUTILS is not set */
|
|
|
|
+/* PKG_USING_AT_DEVICE is not set */
|
|
|
|
+
|
|
|
|
+/* IoT Cloud */
|
|
|
|
+
|
|
|
|
+/* PKG_USING_ONENET is not set */
|
|
|
|
+/* PKG_USING_GAGENT_CLOUD is not set */
|
|
|
|
+/* PKG_USING_ALI_IOTKIT is not set */
|
|
|
|
+
|
|
|
|
+/* security packages */
|
|
|
|
+
|
|
|
|
+/* PKG_USING_MBEDTLS is not set */
|
|
|
|
+/* PKG_USING_libsodium is not set */
|
|
|
|
+/* PKG_USING_TINYCRYPT is not set */
|
|
|
|
+
|
|
|
|
+/* language packages */
|
|
|
|
+
|
|
|
|
+/* PKG_USING_LUA is not set */
|
|
|
|
+/* PKG_USING_JERRYSCRIPT is not set */
|
|
|
|
+/* PKG_USING_MICROPYTHON is not set */
|
|
|
|
+
|
|
|
|
+/* multimedia packages */
|
|
|
|
+
|
|
|
|
+/* PKG_USING_OPENMV is not set */
|
|
|
|
+/* PKG_USING_MUPDF is not set */
|
|
|
|
+
|
|
|
|
+/* tools packages */
|
|
|
|
+
|
|
|
|
+/* PKG_USING_CMBACKTRACE is not set */
|
|
|
|
+/* PKG_USING_EASYFLASH is not set */
|
|
|
|
+/* PKG_USING_EASYLOGGER is not set */
|
|
|
|
+/* PKG_USING_SYSTEMVIEW is not set */
|
|
|
|
+
|
|
|
|
+/* system packages */
|
|
|
|
+
|
|
|
|
+/* PKG_USING_GUIENGINE 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 */
|
|
|
|
+
|
|
|
|
+/* peripheral libraries and drivers */
|
|
|
|
+
|
|
|
|
+/* PKG_USING_STM32F4_HAL is not set */
|
|
|
|
+/* PKG_USING_STM32F4_DRIVERS is not set */
|
|
|
|
+/* PKG_USING_REALTEK_AMEBA is not set */
|
|
|
|
+
|
|
|
|
+/* miscellaneous packages */
|
|
|
|
+
|
|
|
|
+/* 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 */
|
|
|
|
+
|
|
|
|
+/* sample package */
|
|
|
|
+
|
|
|
|
+/* PKG_USING_SAMPLES is not set */
|
|
|
|
+
|
|
|
|
+/* example package: hello */
|
|
|
|
+
|
|
|
|
+/* PKG_USING_HELLO is not set */
|
|
|
|
+
|
|
|
|
+/* 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_WICED 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_RDB is not set */
|
|
|
|
+/* PKG_USING_RTINSIGHT is not set */
|
|
|
|
+/* PKG_USING_STM32_SDIO is not set */
|
|
|
|
+
|
|
|
|
+/* Test Packages of RealThread */
|
|
|
|
|
|
-/* SECTION: libc management */
|
|
|
|
-//#define RT_USING_LIBC
|
|
|
|
-
|
|
|
|
-/* SECTION: device filesystem */
|
|
|
|
-/* #define RT_USING_DFS */
|
|
|
|
-//#define RT_USING_DFS_ELMFAT
|
|
|
|
-#define RT_DFS_ELM_WORD_ACCESS
|
|
|
|
-/* Reentrancy (thread safe) of the FatFs module. */
|
|
|
|
-#define RT_DFS_ELM_REENTRANT
|
|
|
|
-/* Number of volumes (logical drives) to be used. */
|
|
|
|
-#define RT_DFS_ELM_DRIVES 2
|
|
|
|
-/* #define RT_DFS_ELM_USE_LFN 1 */
|
|
|
|
-#define RT_DFS_ELM_MAX_LFN 255
|
|
|
|
-/* Maximum sector size to be handled. */
|
|
|
|
-#define RT_DFS_ELM_MAX_SECTOR_SIZE 512
|
|
|
|
-
|
|
|
|
-#define RT_USING_DFS_ROMFS
|
|
|
|
-
|
|
|
|
-/* the max number of mounted filesystem */
|
|
|
|
-#define DFS_FILESYSTEMS_MAX 2
|
|
|
|
-/* the max number of opened files */
|
|
|
|
-#define DFS_FD_MAX 4
|
|
|
|
|
|
+/* PKG_USING_JERRYSCRIPT_WIN32 is not set */
|
|
|
|
+/* PKG_USING_JS_PERSIMMON is not set */
|
|
|
|
+#define RT_USING_UART0
|
|
|
|
|
|
#endif
|
|
#endif
|