This commit is contained in:
刘可亮
2024-06-28 17:34:51 +08:00
parent 45f7853f7d
commit d2ad584632
13 changed files with 3436 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
/*
* Copyright (c) 2022, ArtInChip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*
* Authors: weilin.peng@artinchip.com
*/
#ifndef __AIC_BOARD_H__
#define __AIC_BOARD_H__
#include <rtconfig.h>
#if defined(KERNEL_RTTHREAD)
#elif defined(KERNEL_FREERTOS)
#elif defined(KERNEL_BAREMETAL)
void aic_hw_board_init(void);
#endif
#endif /* __AIC_BOARD_H__ */