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>
This commit is contained in:
Xudong Zheng 2024-10-18 10:44:16 -04:00 committed by Benjamin Cabé
parent 6231a9ee19
commit 002b4ca818

View file

@ -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