blob: 4dbbad042c282b239fb62bb86aa1b82465378d5f [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
syscfg.defs:
LITTLEFS_FLASH_AREA:
description: 'Flash area to use for littlefs.'
type: flash_owner
value:
restrictions:
- $notnull
LITTLEFS_DETECT_FAIL_FORMAT:
description: >
Behavior when mounting an FS fails. If set, re-format it (default).
If unset just ignore the error and continue without mouting the FS.
value: 1
LITTLEFS_BLOCK_SIZE:
description: >
Size of the sectors used to store a littlefs partition. All sectors
must have the same size.
value: -1
LITTLEFS_MIGRATE_V1:
description: >
Enable support for migrating LFSv1 filesystems to v2.
value: 0
LITTLEFS_READONLY:
description: >
Build LittleFS without write support.
value: 0
LITTLEFS_BLOCK_COUNT:
description: >
Number of blocks/sectors use by this partition.
value: -1
LITTLEFS_DISABLE_SYSINIT:
description: >
Skip sysinit based initialization when enabled.
value: 0
LITTLEFS_SYSINIT_STAGE:
description: >
Sysinit stage for littlefs functionality.
value: 200