mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-07 09:52:08 +08:00
[ci][stm32f407-explorer] add file system CI checking
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
CONFIG_BSP_USING_FS=y
|
||||
BSP_USING_SDCARD_FATFS=y
|
||||
@@ -0,0 +1,2 @@
|
||||
CONFIG_BSP_USING_FS=y
|
||||
CONFIG_BSP_USING_SPI_FLASH_LITTLEFS=y
|
||||
@@ -11,7 +11,8 @@
|
||||
#include <rtthread.h>
|
||||
#include "spi_flash.h"
|
||||
#include "spi_flash_sfud.h"
|
||||
#include "drv_spi.h"
|
||||
#include <drv_spi.h>
|
||||
#include <drv_gpio.h>
|
||||
|
||||
#if defined(BSP_USING_SPI_FLASH)
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
CONFIG_BSP_USING_FS=y
|
||||
CONFIG_BSP_USING_SDCARD_FATFS=y
|
||||
Reference in New Issue
Block a user