166 lines
2.3 KiB
C
166 lines
2.3 KiB
C
#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_ALIGN_SIZE 4
|
|
#define RT_THREAD_PRIORITY_32
|
|
#define RT_THREAD_PRIORITY_MAX 32
|
|
#define RT_TICK_PER_SECOND 1000
|
|
#define IDLE_THREAD_STACK_SIZE 256
|
|
|
|
/* kservice optimization */
|
|
|
|
|
|
/* Inter-Thread communication */
|
|
|
|
#define RT_USING_SEMAPHORE
|
|
|
|
/* Memory Management */
|
|
|
|
#define RT_USING_MEMPOOL
|
|
#define RT_USING_SMALL_MEM
|
|
#define RT_USING_SMALL_MEM_AS_HEAP
|
|
#define RT_USING_HEAP
|
|
|
|
/* Kernel Device Object */
|
|
|
|
#define RT_VER_NUM 0x40004
|
|
|
|
|
|
/* RT-Thread Components */
|
|
|
|
/* C++ features */
|
|
|
|
|
|
/* Command shell */
|
|
|
|
|
|
/* Device virtual file system */
|
|
|
|
|
|
/* Device Drivers */
|
|
|
|
|
|
/* Using USB */
|
|
|
|
|
|
/* POSIX layer and C standard library */
|
|
|
|
|
|
/* Network */
|
|
|
|
/* Socket abstraction layer */
|
|
|
|
|
|
/* Network interface device */
|
|
|
|
|
|
/* light weight TCP/IP stack */
|
|
|
|
|
|
/* AT commands */
|
|
|
|
|
|
/* VBUS(Virtual Software BUS) */
|
|
|
|
|
|
/* Utilities */
|
|
|
|
|
|
/* RT-Thread Utestcases */
|
|
|
|
|
|
/* RT-Thread online packages */
|
|
|
|
/* IoT - internet of things */
|
|
|
|
|
|
/* Wi-Fi */
|
|
|
|
/* Marvell WiFi */
|
|
|
|
|
|
/* Wiced 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 */
|
|
|
|
|
|
/* PainterEngine: A cross-platform graphics application framework written in C language */
|
|
|
|
|
|
/* tools packages */
|
|
|
|
|
|
/* system packages */
|
|
|
|
/* enhanced kernel services */
|
|
|
|
|
|
/* POSIX extension functions */
|
|
|
|
|
|
/* 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 */
|
|
|
|
|
|
/* AI packages */
|
|
|
|
|
|
/* miscellaneous packages */
|
|
|
|
/* project laboratory */
|
|
|
|
/* samples: kernel and components samples */
|
|
|
|
|
|
/* entertainment: terminal games and other interesting software packages */
|
|
|
|
#define RT_USING_DEVICE
|
|
#define RT_USING_PIN
|
|
|
|
#define RT_USING_SEMAPHORE
|
|
#define RT_USING_MUTEX
|
|
#define RT_USING_EVENT
|
|
#define RT_USING_MAILBOX
|
|
#define RT_USING_MESSAGEQUEUE
|
|
|
|
#define RT_USING_COMPONENTS_INIT
|
|
#define RT_DEBUG_INIT 1
|
|
|
|
#define RT_USING_SERIAL
|
|
#define BSP_USING_UART1
|
|
#endif
|