rt-thread/bsp/yichip/yc3121-pos/rtconfig.h

243 lines
3.8 KiB
C
Raw Normal View History

2021-09-10 19:41:22 +08:00
#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
2023-01-12 12:25:57 +08:00
#define RT_ALIGN_SIZE 8
2021-09-10 19:41:22 +08:00
#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
2022-03-29 18:42:22 +08:00
#define RT_HOOK_USING_FUNC_PTR
2021-09-10 19:41:22 +08:00
#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
2021-09-10 19:41:22 +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
/* Memory Management */
#define RT_USING_MEMPOOL
#define RT_USING_SMALL_MEM
2022-03-29 18:42:22 +08:00
#define RT_USING_MEMHEAP
#define RT_MEMHEAP_FAST_MODE
#define RT_USING_SMALL_MEM_AS_HEAP
2021-09-10 19:41:22 +08:00
#define RT_USING_HEAP
/* Kernel Device Object */
#define RT_USING_DEVICE
#define RT_USING_CONSOLE
#define RT_CONSOLEBUF_SIZE 128
#define RT_CONSOLE_DEVICE_NAME "uart0"
#define RT_VER_NUM 0x50002
2021-09-10 19:41:22 +08:00
/* 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
2022-03-29 18:42:22 +08:00
#define RT_USING_FINSH
2021-09-10 19:41:22 +08:00
#define FINSH_USING_MSH
#define FINSH_THREAD_NAME "tshell"
#define FINSH_THREAD_PRIORITY 20
#define FINSH_THREAD_STACK_SIZE 4096
#define FINSH_USING_HISTORY
#define FINSH_HISTORY_LINES 5
#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 */
2021-09-10 19:41:22 +08:00
/* Device Drivers */
#define RT_USING_DEVICE_IPC
#define RT_UNAMED_PIPE_NUMBER 64
2021-09-10 19:41:22 +08:00
#define RT_USING_SERIAL
#define RT_USING_SERIAL_V1
#define RT_SERIAL_RB_BUFSZ 64
#define RT_USING_PIN
/* Using USB */
2022-03-29 18:42:22 +08:00
/* C/C++ and POSIX layer */
2021-09-10 19:41:22 +08:00
/* 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
2021-09-10 19:41:22 +08:00
2022-03-29 18:42:22 +08:00
/* POSIX (Portable Operating System Interface) layer */
2021-09-10 19:41:22 +08:00
2022-03-29 18:42:22 +08:00
/* Interprocess Communication (IPC) */
2021-09-10 19:41:22 +08:00
2022-03-29 18:42:22 +08:00
/* Socket is in the 'Network' category */
2021-09-10 19:41:22 +08:00
2022-03-29 18:42:22 +08:00
/* Network */
2021-09-10 19:41:22 +08:00
/* Utilities */
/* RT-Thread Utestcases */
/* RT-Thread online packages */
/* IoT - internet of things */
/* Wi-Fi */
/* Marvell WiFi */
/* Wiced WiFi */
/* IoT Cloud */
/* security packages */
/* language packages */
2022-03-29 18:42:22 +08:00
/* JSON: JavaScript Object Notation, a lightweight data-interchange format */
/* XML: Extensible Markup Language */
2021-09-10 19:41:22 +08:00
/* multimedia packages */
2022-03-29 18:42:22 +08:00
/* LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
2021-09-10 19:41:22 +08:00
/* tools packages */
/* system packages */
2022-03-29 18:42:22 +08:00
/* enhanced kernel services */
2021-09-10 19:41:22 +08:00
/* acceleration: Assembly language or algorithmic acceleration packages */
2022-03-29 18:42:22 +08:00
/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
2021-09-10 19:41:22 +08:00
/* Micrium: Micrium software products porting for RT-Thread */
/* peripheral libraries and drivers */
/* sensors drivers */
/* touch drivers */
2021-09-10 19:41:22 +08:00
/* Kendryte SDK */
2021-09-10 19:41:22 +08:00
/* AI packages */
/* Signal Processing and Control Algorithm Packages */
2021-09-10 19:41:22 +08:00
/* miscellaneous packages */
2022-03-29 18:42:22 +08:00
/* project laboratory */
2021-09-10 19:41:22 +08:00
/* 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 */
2021-09-10 19:41:22 +08:00
#define SOC_SWM320VET7
/* Hardware Drivers Config */
/* On-chip Peripheral Drivers */
#define BSP_USING_GPIO
/* UART Drivers */
#define BSP_USING_UART0
#endif