Initial commit: TXW82x FPV v2.7.0.7-42229 SDK + project sources

This commit is contained in:
2026-07-06 11:30:13 +08:00
commit e76462eeb7
3451 changed files with 1415300 additions and 0 deletions

14
csky/configs/csi_config.h Normal file
View 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