mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-16 03:18:54 +00:00
V1.0.5
This commit is contained in:
20
target/d13x/demo68-nor/include/board.h
Normal file
20
target/d13x/demo68-nor/include/board.h
Normal 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__ */
|
||||
Reference in New Issue
Block a user