From 002b4ca818bfb2b29d9a4485de83553e7ed673cf Mon Sep 17 00:00:00 2001 From: Xudong Zheng <7pkvm5aw@slicealias.com> Date: Fri, 18 Oct 2024 10:44:16 -0400 Subject: [PATCH] doc: release: 4.1: add CONFIG_FILE_SYSTEM_SHELL_MOUNT_COMMAND This allows the mount shell subcommand to be optionally disabled. Signed-off-by: Xudong Zheng <7pkvm5aw@slicealias.com> --- doc/releases/release-notes-4.1.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/releases/release-notes-4.1.rst b/doc/releases/release-notes-4.1.rst index ea4cf88d6ef..dd567c240d3 100644 --- a/doc/releases/release-notes-4.1.rst +++ b/doc/releases/release-notes-4.1.rst @@ -375,6 +375,10 @@ Libraries / Subsystems * Storage + * Shell: :kconfig:option:`CONFIG_FILE_SYSTEM_SHELL_MOUNT_COMMAND` was added, + allowing the mount subcommand to be optionally disabled. This can reduce + flash and RAM usage since it requires the heap to be present. + * Task Watchdog * POSIX API