From 7305e043366b414702ea4ec45b98d5f9a6dbc28c Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 21 Dec 2020 16:31:06 +0900 Subject: [PATCH] spiffs/Kconfig: Mention that CONFIG_SPIFFS_MAX_NAME is an on-flash thing --- fs/spiffs/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/spiffs/Kconfig b/fs/spiffs/Kconfig index ed1624f64ec..e8e9372ec48 100644 --- a/fs/spiffs/Kconfig +++ b/fs/spiffs/Kconfig @@ -168,6 +168,8 @@ config SPIFFS_NAME_MAX Object name maximum length. Note that this length include the zero termination character, meaning maximum string of characters. + Note: This config affects the on-flash structure. + config SPIFFS_COPYBUF_STACK int "Max Stack Allocation" default 64