From c50d85a71d458177ce87af9b40c4c91d1a4e75ae Mon Sep 17 00:00:00 2001 From: reach_peng <2114085488@qq.com> Date: Thu, 6 Jul 2023 08:45:18 +0000 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9=E4=BF=A1=E6=81=AF]=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0BSP=20Flash=E9=A9=B1=E5=8A=A8=20Kconfig=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E9=9C=80=E8=A6=81select?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: reach_peng <2114085488@qq.com> --- .../application-note/system/rtboot/an0028-rtboot.md | 1 + 1 file changed, 1 insertion(+) diff --git a/rt-thread-version/rt-thread-standard/application-note/system/rtboot/an0028-rtboot.md b/rt-thread-version/rt-thread-standard/application-note/system/rtboot/an0028-rtboot.md index 01eb28c..106c396 100644 --- a/rt-thread-version/rt-thread-standard/application-note/system/rtboot/an0028-rtboot.md +++ b/rt-thread-version/rt-thread-standard/application-note/system/rtboot/an0028-rtboot.md @@ -197,6 +197,7 @@ Bootloader 在线获取地址: http://iot.rt-thread.com ``` config BSP_USING_ON_CHIP_FLASH bool "Enable on-chip FLASH" + select RT_USING_FAL default n ``` -- Gitee