blob: 596a8e539e87706170fc07d5a0339cf839043b6b [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:
FS_TEST_NFFS:
description: 'Run tests on an NFFS partition'
value: 0
restrictions:
- '!FS_TEST_LITTLEFS'
FS_TEST_LITTLEFS:
description: 'Run tests on a LittleFS partition'
value: 0
restrictions:
- '!FS_TEST_NFFS'
FS_TEST_MAX_FILES:
description: 'Amount of files to create for read/write test'
value: 4
FS_TEST_FORCE_REFORMAT:
description: 'Always format the flash area before running'
value: 0
FS_TEST_STARTUP_DELAY:
description: 'Time to wait before starting the tests in seconds'
value: 0
syscfg.vals.FS_TEST_LITTLEFS:
LITTLEFS_DISABLE_SYSINIT: 1