From 71fcf4af27502d2faabe8fa5bce295082ccf0c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8F=AF=E4=BA=AE?= Date: Mon, 3 Nov 2025 09:47:04 +0800 Subject: [PATCH] v1.2.2 --- application/Kconfig | 5 ----- .../configs/d13x_demo68-nor_rt-thread_helloworld_defconfig | 1 - .../d13x_demo88-nor-secure_rt-thread_helloworld_defconfig | 1 - .../configs/d13x_demo88-nor_rt-thread_helloworld_defconfig | 1 - .../configs/d13x_hspi100-nor_rt-thread_helloworld_defconfig | 1 - .../d21x_d215-demo88-nor_rt-thread_helloworld_defconfig | 1 - target/d21x/demo100-nor/board.c | 3 --- target/d21x/demo88-nor/board.c | 3 --- 8 files changed, 16 deletions(-) diff --git a/application/Kconfig b/application/Kconfig index 9fdf7ff5..4e1ece4b 100644 --- a/application/Kconfig +++ b/application/Kconfig @@ -128,11 +128,6 @@ if AIC_USING_FS_IMAGE_TYPE_FATFS_FOR_0 || AIC_USING_FS_IMAGE_TYPE_FATFS_FOR_1 config AIC_USING_FS_IMAGE_TYPE_FATFS_CLUSTER_SIZE int "size of cluster in fatfs image" default 8 - - config AIC_FATFS_ENABLE_WRITE_IN_SPINOR - bool "FATFS enable write func in spinor" - depends on AIC_SPINOR_DRV - default n endif config GENERATE_BURNER_IMAGE diff --git a/target/configs/d13x_demo68-nor_rt-thread_helloworld_defconfig b/target/configs/d13x_demo68-nor_rt-thread_helloworld_defconfig index ef71ee38..484e3831 100644 --- a/target/configs/d13x_demo68-nor_rt-thread_helloworld_defconfig +++ b/target/configs/d13x_demo68-nor_rt-thread_helloworld_defconfig @@ -10,7 +10,6 @@ CONFIG_AIC_FS_IMAGE_NAME_0="rodata.fatfs" CONFIG_AIC_USING_FS_IMAGE_1=y CONFIG_AIC_FS_IMAGE_DIR_1="data/" CONFIG_AIC_FS_IMAGE_NAME_1="data.lfs" -CONFIG_AIC_FATFS_ENABLE_WRITE_IN_SPINOR=y CONFIG_LVGL_V_9=y CONFIG_LPKG_LVGL_THREAD_STACK_SIZE=32768 CONFIG_AIC_LVGL_DEMO=y diff --git a/target/configs/d13x_demo88-nor-secure_rt-thread_helloworld_defconfig b/target/configs/d13x_demo88-nor-secure_rt-thread_helloworld_defconfig index 36c20d8a..439da126 100644 --- a/target/configs/d13x_demo88-nor-secure_rt-thread_helloworld_defconfig +++ b/target/configs/d13x_demo88-nor-secure_rt-thread_helloworld_defconfig @@ -10,7 +10,6 @@ CONFIG_AIC_FS_IMAGE_NAME_0="rodata.fatfs" CONFIG_AIC_USING_FS_IMAGE_1=y CONFIG_AIC_FS_IMAGE_DIR_1="data/" CONFIG_AIC_FS_IMAGE_NAME_1="data.lfs" -CONFIG_AIC_FATFS_ENABLE_WRITE_IN_SPINOR=y CONFIG_LVGL_V_9=y CONFIG_LPKG_LVGL_THREAD_STACK_SIZE=32768 CONFIG_AIC_LVGL_DEMO=y diff --git a/target/configs/d13x_demo88-nor_rt-thread_helloworld_defconfig b/target/configs/d13x_demo88-nor_rt-thread_helloworld_defconfig index 29723808..89a6d561 100644 --- a/target/configs/d13x_demo88-nor_rt-thread_helloworld_defconfig +++ b/target/configs/d13x_demo88-nor_rt-thread_helloworld_defconfig @@ -10,7 +10,6 @@ CONFIG_AIC_FS_IMAGE_NAME_0="rodata.fatfs" CONFIG_AIC_USING_FS_IMAGE_1=y CONFIG_AIC_FS_IMAGE_DIR_1="data/" CONFIG_AIC_FS_IMAGE_NAME_1="data.lfs" -CONFIG_AIC_FATFS_ENABLE_WRITE_IN_SPINOR=y CONFIG_LVGL_V_9=y CONFIG_LPKG_LVGL_THREAD_STACK_SIZE=32768 CONFIG_AIC_LVGL_DEMO=y diff --git a/target/configs/d13x_hspi100-nor_rt-thread_helloworld_defconfig b/target/configs/d13x_hspi100-nor_rt-thread_helloworld_defconfig index 2baa37e1..2ed14605 100644 --- a/target/configs/d13x_hspi100-nor_rt-thread_helloworld_defconfig +++ b/target/configs/d13x_hspi100-nor_rt-thread_helloworld_defconfig @@ -10,7 +10,6 @@ CONFIG_AIC_FS_IMAGE_NAME_0="rodata.fatfs" CONFIG_AIC_USING_FS_IMAGE_1=y CONFIG_AIC_FS_IMAGE_DIR_1="packages/artinchip/lvgl-ui/aic_demo/demo_hub/app/navigation" CONFIG_AIC_FS_IMAGE_NAME_1="data.lfs" -CONFIG_AIC_FATFS_ENABLE_WRITE_IN_SPINOR=y CONFIG_LVGL_V_9=y CONFIG_LPKG_LVGL_THREAD_STACK_SIZE=32768 CONFIG_AIC_LVGL_DEMO=y diff --git a/target/configs/d21x_d215-demo88-nor_rt-thread_helloworld_defconfig b/target/configs/d21x_d215-demo88-nor_rt-thread_helloworld_defconfig index 64b6b61d..05075f3f 100644 --- a/target/configs/d21x_d215-demo88-nor_rt-thread_helloworld_defconfig +++ b/target/configs/d21x_d215-demo88-nor_rt-thread_helloworld_defconfig @@ -11,7 +11,6 @@ CONFIG_AIC_USING_FS_IMAGE_1=y CONFIG_AIC_USING_FS_IMAGE_TYPE_FATFS_FOR_1=y CONFIG_AIC_FS_IMAGE_DIR_1="packages/artinchip/lvgl-ui/aic_demo/usb_osd_demo/lvgl_src_nor" CONFIG_AIC_FS_IMAGE_NAME_1="data.lfs" -CONFIG_AIC_FATFS_ENABLE_WRITE_IN_SPINOR=y CONFIG_LVGL_V_9=y CONFIG_LPKG_LVGL_THREAD_STACK_SIZE=7168 CONFIG_AIC_LVGL_DEMO=y diff --git a/target/d21x/demo100-nor/board.c b/target/d21x/demo100-nor/board.c index 091d0b36..94d53936 100644 --- a/target/d21x/demo100-nor/board.c +++ b/target/d21x/demo100-nor/board.c @@ -169,9 +169,6 @@ const struct dfs_mount_tbl mount_table[] = { #if defined(AIC_USING_FS_IMAGE_TYPE_FATFS_FOR_0) {"blk_rodata", "/rodata", "elm", 0, 0, 0}, #endif -#if defined(AIC_USING_FS_IMAGE_TYPE_FATFS_FOR_1) - {"blk_data", "/data", "elm", 0, 0, 1}, -#endif #endif #ifdef AIC_USING_FS_IMAGE_TYPE_LITTLEFS_FOR_1 {"data", "/data", "lfs", 0, 0, 1}, diff --git a/target/d21x/demo88-nor/board.c b/target/d21x/demo88-nor/board.c index 39044e68..31b8fbdb 100644 --- a/target/d21x/demo88-nor/board.c +++ b/target/d21x/demo88-nor/board.c @@ -195,9 +195,6 @@ const struct dfs_mount_tbl mount_table[] = { #if defined(AIC_USING_FS_IMAGE_TYPE_FATFS_FOR_0) {"blk_rodata", "/rodata", "elm", 0, 0, 0}, #endif -#if defined(AIC_USING_FS_IMAGE_TYPE_FATFS_FOR_1) - {"blk_data", "/data", "elm", 0, 0, 1}, -#endif #endif #ifdef AIC_USING_FS_IMAGE_TYPE_LITTLEFS_FOR_1 {"data", "/data", "lfs", 0, 0, 1},