You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
248 lines
3.8 KiB
248 lines
3.8 KiB
#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_CPUS_NR 1
|
|
#define RT_ALIGN_SIZE 8
|
|
#define RT_THREAD_PRIORITY_32
|
|
#define RT_THREAD_PRIORITY_MAX 32
|
|
#define RT_TICK_PER_SECOND 100
|
|
#define RT_USING_OVERFLOW_CHECK
|
|
#define RT_USING_HOOK
|
|
#define RT_HOOK_USING_FUNC_PTR
|
|
#define RT_USING_IDLE_HOOK
|
|
#define RT_IDLE_HOOK_LIST_SIZE 4
|
|
#define IDLE_THREAD_STACK_SIZE 256
|
|
|
|
/* kservice optimization */
|
|
|
|
#define RT_USING_DEBUG
|
|
#define RT_DEBUGING_COLOR
|
|
#define RT_DEBUGING_CONTEXT
|
|
|
|
/* Inter-Thread communication */
|
|
|
|
#define RT_USING_SEMAPHORE
|
|
#define RT_USING_MUTEX
|
|
#define RT_USING_EVENT
|
|
#define RT_USING_MAILBOX
|
|
#define RT_USING_MESSAGEQUEUE
|
|
|
|
/* Memory Management */
|
|
|
|
#define RT_USING_MEMPOOL
|
|
#define RT_USING_SMALL_MEM
|
|
#define RT_USING_SMALL_MEM_AS_HEAP
|
|
#define RT_USING_HEAP
|
|
#define RT_USING_DEVICE
|
|
#define RT_USING_CONSOLE
|
|
#define RT_CONSOLEBUF_SIZE 128
|
|
#define RT_CONSOLE_DEVICE_NAME "uart1"
|
|
#define RT_VER_NUM 0x50100
|
|
#define RT_BACKTRACE_LEVEL_MAX_NR 32
|
|
|
|
/* RT-Thread Components */
|
|
|
|
#define RT_USING_COMPONENTS_INIT
|
|
#define RT_USING_USER_MAIN
|
|
#define RT_MAIN_THREAD_STACK_SIZE 2048
|
|
#define RT_MAIN_THREAD_PRIORITY 10
|
|
#define RT_USING_MSH
|
|
#define RT_USING_FINSH
|
|
#define FINSH_USING_MSH
|
|
#define FINSH_THREAD_NAME "tshell"
|
|
#define FINSH_THREAD_PRIORITY 20
|
|
#define FINSH_THREAD_STACK_SIZE 512
|
|
#define FINSH_USING_HISTORY
|
|
#define FINSH_HISTORY_LINES 1
|
|
#define FINSH_USING_SYMTAB
|
|
#define FINSH_CMD_SIZE 80
|
|
#define MSH_USING_BUILT_IN_COMMANDS
|
|
#define FINSH_USING_DESCRIPTION
|
|
#define FINSH_ARG_MAX 10
|
|
#define FINSH_USING_OPTION_COMPLETION
|
|
|
|
/* DFS: device virtual file system */
|
|
|
|
|
|
/* Device Drivers */
|
|
|
|
#define RT_USING_DEVICE_IPC
|
|
#define RT_UNAMED_PIPE_NUMBER 64
|
|
#define RT_USING_SERIAL
|
|
#define RT_USING_SERIAL_V1
|
|
#define RT_SERIAL_USING_DMA
|
|
#define RT_SERIAL_RB_BUFSZ 64
|
|
#define RT_USING_PIN
|
|
|
|
/* Using USB */
|
|
|
|
|
|
/* C/C++ and POSIX layer */
|
|
|
|
/* ISO-ANSI C layer */
|
|
|
|
/* Timezone and Daylight Saving Time */
|
|
|
|
#define RT_LIBC_USING_LIGHT_TZ_DST
|
|
#define RT_LIBC_TZ_DEFAULT_HOUR 8
|
|
#define RT_LIBC_TZ_DEFAULT_MIN 0
|
|
#define RT_LIBC_TZ_DEFAULT_SEC 0
|
|
|
|
/* POSIX (Portable Operating System Interface) layer */
|
|
|
|
|
|
/* Interprocess Communication (IPC) */
|
|
|
|
|
|
/* Socket is in the 'Network' category */
|
|
|
|
|
|
/* Network */
|
|
|
|
|
|
/* Memory protection */
|
|
|
|
|
|
/* Utilities */
|
|
|
|
|
|
/* RT-Thread Utestcases */
|
|
|
|
|
|
/* RT-Thread online packages */
|
|
|
|
/* IoT - internet of things */
|
|
|
|
|
|
/* Wi-Fi */
|
|
|
|
/* Marvell WiFi */
|
|
|
|
|
|
/* Wiced WiFi */
|
|
|
|
|
|
/* CYW43012 WiFi */
|
|
|
|
|
|
/* BL808 WiFi */
|
|
|
|
|
|
/* CYW43439 WiFi */
|
|
|
|
|
|
/* IoT Cloud */
|
|
|
|
|
|
/* security packages */
|
|
|
|
|
|
/* language packages */
|
|
|
|
/* JSON: JavaScript Object Notation, a lightweight data-interchange format */
|
|
|
|
|
|
/* XML: Extensible Markup Language */
|
|
|
|
|
|
/* multimedia packages */
|
|
|
|
/* LVGL: powerful and easy-to-use embedded GUI library */
|
|
|
|
|
|
/* u8g2: a monochrome graphic library */
|
|
|
|
|
|
/* tools packages */
|
|
|
|
|
|
/* system packages */
|
|
|
|
/* enhanced kernel services */
|
|
|
|
|
|
/* acceleration: Assembly language or algorithmic acceleration packages */
|
|
|
|
|
|
/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
|
|
|
|
|
|
/* Micrium: Micrium software products porting for RT-Thread */
|
|
|
|
|
|
/* peripheral libraries and drivers */
|
|
|
|
/* HAL & SDK Drivers */
|
|
|
|
/* STM32 HAL & SDK Drivers */
|
|
|
|
|
|
/* Kendryte SDK */
|
|
|
|
|
|
/* sensors drivers */
|
|
|
|
|
|
/* touch drivers */
|
|
|
|
|
|
/* AI packages */
|
|
|
|
|
|
/* Signal Processing and Control Algorithm Packages */
|
|
|
|
|
|
/* miscellaneous packages */
|
|
|
|
/* project laboratory */
|
|
|
|
/* samples: kernel and components samples */
|
|
|
|
|
|
/* entertainment: terminal games and other interesting software packages */
|
|
|
|
|
|
/* Arduino libraries */
|
|
|
|
|
|
/* Projects and Demos */
|
|
|
|
|
|
/* Sensors */
|
|
|
|
|
|
/* Display */
|
|
|
|
|
|
/* Timing */
|
|
|
|
|
|
/* Data Processing */
|
|
|
|
|
|
/* Data Storage */
|
|
|
|
/* Communication */
|
|
|
|
|
|
/* Device Control */
|
|
|
|
|
|
/* Other */
|
|
|
|
|
|
/* Signal IO */
|
|
|
|
|
|
/* Uncategorized */
|
|
|
|
#define SOC_CK802
|
|
#define RT_USING_UART1
|
|
|
|
#endif
|
|
|