mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-04 13:01:39 +00:00
37 lines
971 B
C
37 lines
971 B
C
|
|
#ifndef RTCONFIG_PREINC_H__
|
|
#define RTCONFIG_PREINC_H__
|
|
|
|
/* Automatically generated file; DO NOT EDIT. */
|
|
/* RT-Thread pre-include file */
|
|
|
|
#define CLI_CONFIG_STACK_SIZE 8192
|
|
#define CONFIG_APP_TASK_STACK_SIZE 8192
|
|
#define CONFIG_ARCH_INTERRUPTSTACK 8192
|
|
#define CONFIG_ARCH_MAINSTACK 8192
|
|
#define CONFIG_BOARD_XIAOHUI_EVB 1
|
|
#define CONFIG_CLIC_BASE 201392128
|
|
#define CONFIG_CPU_XUANTIE_C908V 1
|
|
#define CONFIG_CSI "csi2"
|
|
#define CONFIG_CSI_V2 1
|
|
#define CONFIG_DEBUG 1
|
|
#define CONFIG_FPP_ENABLE 0
|
|
#define CONFIG_INIT_TASK_STACK_SIZE 8192
|
|
#define CONFIG_INTC_CLIC_PLIC 1
|
|
#define CONFIG_KERNEL_RTTHREAD 1
|
|
#define CONFIG_PLIC_BASE 134217728
|
|
#define CONFIG_SUPPORT_IRQ_NESTED 0
|
|
#define CONFIG_SUPPORT_TSPEND 0
|
|
#define CONFIG_SYSTICK_HZ 100
|
|
#define CONFIG_VIC_TSPDR 201326592
|
|
#define CONFIG_XIP 1
|
|
#define RT_USING_LIBC
|
|
#define RT_USING_NEWLIBC
|
|
#define _POSIX_C_SOURCE 1
|
|
#define __RTTHREAD__
|
|
#define __RT_KERNEL_SOURCE__ 1
|
|
#define _REENT_SMALL
|
|
|
|
#endif /*RTCONFIG_PREINC_H__*/
|
|
|