Initial commit: TXW82x FPV v2.7.0.7-42229 SDK + project sources
This commit is contained in:
14
csky/configs/csi_config.h
Normal file
14
csky/configs/csi_config.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _CSI_CONFIG_H_
|
||||
#define _CSI_CONFIG_H_
|
||||
|
||||
#include "sys_config.h"
|
||||
|
||||
#define CONFIG_HAVE_VIC 1
|
||||
#define CONFIG_SUPPORT_TSPEND 1
|
||||
#define CONFIG_SEPARATE_IRQ_SP 1
|
||||
#define CONFIG_ARCH_INTERRUPTSTACK OS_IRQ_STACK_SIZE
|
||||
#define CONFIG_SYSTICK_HZ OS_SYSTICK_HZ
|
||||
#define CONFIG_IDLE_TASK_STACK_SIZE OS_IDLE_TASK_STACK
|
||||
#define CONFIG_TIMER_TASK_STACK_SIZE OS_TIMER_TASK_STACK_SIZE
|
||||
#define RHINO_CONFIG_TIMER_MSG_NUM OS_TIMER_MSG_NUM
|
||||
#endif
|
||||
Reference in New Issue
Block a user