blob: 80e561624d828477ebc6b943df72dd8867f7a346 [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.
#
# Package: apps/testbench
syscfg.defs:
TESTBENCH_BLE:
description: Enables BLE support in the testbench app.
value: 0
TESTBENCH_BLE_NAME:
description: The BLE name to use.
value: '"testbench-ble"'
syscfg.vals:
# Enable the shell task.
SHELL_TASK: 1
# Include names for statistics.
STATS_NAMES: 1
STATS_CLI: 1
STATS_NEWTMGR: 1
# Log reboot messages to a flash circular buffer.
REBOOT_LOG_FCB: 1
LOG_FCB: 1
# Enable coredump
OS_COREDUMP: 1
IMGMGR_COREDUMP: 1
CONFIG_FCB: 1
# Enable shell commands.
LOG_CLI: 1
CONFIG_CLI: 1
# Enable newtmgr commands.
LOG_NEWTMGR: 1
CONFIG_NEWTMGR: 1
RUNTEST_LOG: 1
RUNTEST_CLI: 1
RUNTEST_NEWTMGR: 1
CRASH_TEST_CLI: 1
IMGMGR_CLI: 1
# Default task settings
OS_MAIN_STACK_SIZE: 768
# OC server, with serial transport.
OC_SERVER: 1
OC_TRANSPORT_SERIAL: 1
# Optionally add OC BLE transport.
syscfg.vals.TESTBENCH_BLE:
OC_TRANSPORT_GATT: 1