This commit is contained in:
刘可亮
2024-01-27 08:47:24 +08:00
parent d3bd993b5f
commit 9f7ba67007
2345 changed files with 74421 additions and 76616 deletions

View File

@@ -1,3 +1,9 @@
/*
* Copyright (c) 2024, Artinchip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*
*/
#ifndef __DFS_FOR_BAREMETAL_H__
#define __DFS_FOR_BAREMETAL_H__
@@ -5,6 +11,7 @@
#include "aic_common.h"
#include "aic_log.h"
#define DFS_USING_WORKDIR 1
/* RT-Thread error code definitions */
#define RT_EOK 0 /**< There is no error */
#define RT_ERROR 1 /**< A generic error happens */