[bsp][core-v-mcu]在驱动中添加rtconfig.h,以兼容原工程基于FreeRTOS的驱动
This commit is contained in:
parent
2f214d03c0
commit
8ade08799b
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
#include "rtconfig.h"
|
||||||
#include "core-v-mcu-config.h"
|
#include "core-v-mcu-config.h"
|
||||||
#include "hal_apb_soc_ctrl_regs.h"
|
#include "hal_apb_soc_ctrl_regs.h"
|
||||||
#include "hal_pinmux.h"
|
#include "hal_pinmux.h"
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
#include "rtconfig.h"
|
||||||
#ifdef PKG_USING_FREERTOS_WRAPPER
|
#ifdef PKG_USING_FREERTOS_WRAPPER
|
||||||
#include "FreeRTOS.h"
|
#include "FreeRTOS.h"
|
||||||
#include <camera.h>
|
#include <camera.h>
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
#include "rtconfig.h"
|
||||||
#ifdef PKG_USING_FREERTOS_WRAPPER
|
#ifdef PKG_USING_FREERTOS_WRAPPER
|
||||||
#include "FreeRTOS.h"
|
#include "FreeRTOS.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
#include "rtconfig.h"
|
||||||
#ifdef PKG_USING_FREERTOS_WRAPPER
|
#ifdef PKG_USING_FREERTOS_WRAPPER
|
||||||
#include "FreeRTOS.h"
|
#include "FreeRTOS.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
#include "rtconfig.h"
|
||||||
#ifdef PKG_USING_FREERTOS_WRAPPER
|
#ifdef PKG_USING_FREERTOS_WRAPPER
|
||||||
#include "FreeRTOS.h"
|
#include "FreeRTOS.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Loading…
Reference in New Issue