From 8ade08799bba360116200899f92415f9db545120 Mon Sep 17 00:00:00 2001 From: Yaochenger <1516081466@qq.com> Date: Mon, 19 Dec 2022 14:09:54 +0800 Subject: [PATCH] =?UTF-8?q?[bsp][core-v-mcu]=E5=9C=A8=E9=A9=B1=E5=8A=A8?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0rtconfig.h=EF=BC=8C=E4=BB=A5?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E5=8E=9F=E5=B7=A5=E7=A8=8B=E5=9F=BA=E4=BA=8E?= =?UTF-8?q?FreeRTOS=E7=9A=84=E9=A9=B1=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core_v_hal_libraries/core_v_hal/source/hal_pinmux.c | 2 +- .../core_v_udma_driver/source/udma_cam_driver.c | 1 + .../core_v_udma_driver/source/udma_i2cm_driver.c | 2 +- .../core_v_udma_driver/source/udma_qspi_driver.c | 1 + .../core_v_udma_driver/source/udma_sdio_driver.c | 1 + 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/source/hal_pinmux.c b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/source/hal_pinmux.c index 0957a22543..172a7de435 100644 --- a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/source/hal_pinmux.c +++ b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/source/hal_pinmux.c @@ -15,7 +15,7 @@ * * SPDX-License-Identifier: Apache-2.0 */ - + #include "rtconfig.h" #include "core-v-mcu-config.h" #include "hal_apb_soc_ctrl_regs.h" #include "hal_pinmux.h" diff --git a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_cam_driver.c b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_cam_driver.c index ad128cbaab..e4bd877178 100644 --- a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_cam_driver.c +++ b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_cam_driver.c @@ -15,6 +15,7 @@ * * SPDX-License-Identifier: Apache-2.0 */ +#include "rtconfig.h" #ifdef PKG_USING_FREERTOS_WRAPPER #include "FreeRTOS.h" #include diff --git a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_i2cm_driver.c b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_i2cm_driver.c index 3fa26cf629..3faa0675ca 100644 --- a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_i2cm_driver.c +++ b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_i2cm_driver.c @@ -15,7 +15,7 @@ * * SPDX-License-Identifier: Apache-2.0 */ - +#include "rtconfig.h" #ifdef PKG_USING_FREERTOS_WRAPPER #include "FreeRTOS.h" #include diff --git a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_qspi_driver.c b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_qspi_driver.c index 8c05e5ecc8..93a7b53808 100644 --- a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_qspi_driver.c +++ b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_qspi_driver.c @@ -15,6 +15,7 @@ * * SPDX-License-Identifier: Apache-2.0 */ +#include "rtconfig.h" #ifdef PKG_USING_FREERTOS_WRAPPER #include "FreeRTOS.h" #include diff --git a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_sdio_driver.c b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_sdio_driver.c index 5785a68b4e..2af6cefead 100644 --- a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_sdio_driver.c +++ b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_sdio_driver.c @@ -15,6 +15,7 @@ * * SPDX-License-Identifier: Apache-2.0 */ +#include "rtconfig.h" #ifdef PKG_USING_FREERTOS_WRAPPER #include "FreeRTOS.h" #include -- GitLab