Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for issue #72394 and additional checks for CONFIG_FILE_SYSTEM_MAX_FILE_NAME #73596

Merged
merged 2 commits into from
Jun 4, 2024

Commits on May 31, 2024

  1. fs: Fix MAX_FILE_NAME setting for LittleFS

    Fix MAX_FILE_NAME for LittleFS, which was set to 255, while currently
    allowed is 255.
    
    Fixes zephyrproject-rtos#72394
    
    Signed-off-by: Dominik Ermel <[email protected]>
    de-nordic committed May 31, 2024
    Configuration menu
    Copy the full SHA
    668ef10 View commit details
    Browse the repository at this point in the history
  2. fs: Improved CONFIG_FILE_SYSTEM_MAX_FILE_NAME processing

    The processing of CONFIG_FILE_SYSTEM_MAX_FILE_NAME override for
    MAX_FILE_NAME has been improved to limit possibility to set it to
    value that is not allowed by any of the in-tree subsystems, when
    such subsystem is enabled.
    When no in-tree subsystem is allowed the value is still not limited.
    
    Signed-off-by: Dominik Ermel <[email protected]>
    de-nordic committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b537241 View commit details
    Browse the repository at this point in the history