From d3ab42b8b894c5e259d5bd8ad02e62f6d18f01ea Mon Sep 17 00:00:00 2001 From: Supowang <54426333+Supowang1989@users.noreply.github.com> Date: Tue, 7 Jun 2022 16:50:00 +0800 Subject: [PATCH] Revert "board_perf:add support for kv and vfs on ch32v307 board" This reverts commit 4f5c747a63639efbcfff2b9e4f61bd2556c007c8. --- board/TencentOS_Tiny_CH32V307_EVB/.cproject | 9 +- board/TencentOS_Tiny_CH32V307_EVB/.project | 57 +-- board/TencentOS_Tiny_CH32V307_EVB/User/main.c | 125 +++--- .../{examples => User}/mqtt_iot_explorer.c | 16 +- board/TencentOS_Tiny_CH32V307_EVB/User/sdio.h | 11 +- .../User/spi_flash.c | 34 -- .../User/spi_flash.h | 8 +- .../User/spi_flash_kv.c | 35 -- .../examples/fatfs_through_vfs_sample.c | 84 ---- .../examples/kv_sample.c | 84 ---- components/fs/fatfs/wrapper/include/ff.h | 406 ------------------ components/fs/fatfs/wrapper/include/ffconf.h | 288 ------------- components/fs/kv/tos_kv.c | 22 +- components/fs/vfs/tos_vfs_fs.c | 4 +- platform/hal/wch/ch32v30xx/src/tos_hal_sd.c | 126 ------ 15 files changed, 114 insertions(+), 1195 deletions(-) rename board/TencentOS_Tiny_CH32V307_EVB/{examples => User}/mqtt_iot_explorer.c (97%) delete mode 100644 board/TencentOS_Tiny_CH32V307_EVB/User/spi_flash_kv.c delete mode 100644 board/TencentOS_Tiny_CH32V307_EVB/examples/fatfs_through_vfs_sample.c delete mode 100644 board/TencentOS_Tiny_CH32V307_EVB/examples/kv_sample.c delete mode 100644 components/fs/fatfs/wrapper/include/ff.h delete mode 100644 components/fs/fatfs/wrapper/include/ffconf.h delete mode 100644 platform/hal/wch/ch32v30xx/src/tos_hal_sd.c diff --git a/board/TencentOS_Tiny_CH32V307_EVB/.cproject b/board/TencentOS_Tiny_CH32V307_EVB/.cproject index e27e9c7c..d9d977c8 100644 --- a/board/TencentOS_Tiny_CH32V307_EVB/.cproject +++ b/board/TencentOS_Tiny_CH32V307_EVB/.cproject @@ -70,12 +70,10 @@ + - - -