xref: /nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/syscfg.yml (revision 042d53a763ad75cb1465103098bb88c245d95138)
1# Licensed to the Apache Software Foundation (ASF) under one
2# or more contributor license agreements.  See the NOTICE file
3# distributed with this work for additional information
4# regarding copyright ownership.  The ASF licenses this file
5# to you under the Apache License, Version 2.0 (the
6# "License"); you may not use this file except in compliance
7# with the License.  You may obtain a copy of the License at
8#
9#  http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing,
12# software distributed under the License is distributed on an
13# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14# KIND, either express or implied.  See the License for the
15# specific language governing permissions and limitations
16# under the License.
17#
18
19syscfg.vals:
20    # Set log level to info (disable debug logging).
21    LOG_LEVEL: 1
22
23    # Default task settings
24    OS_MAIN_STACK_SIZE: 768
25
26    # Newtmgr is not supported in this app, so disable newtmgr-over-shell.
27    SHELL_NEWTMGR: 0
28
29    MSYS_1_BLOCK_COUNT: 48
30
31    BLE_MESH: 1
32    BLE_MESH_CFG_CLI: 1
33    BLE_MESH_DEV_UUID: "((uint8_t[16]){0xdd, 0xdd, 0})"
34    BLE_MESH_SETTINGS: 0
35    CONFIG_NFFS: 0
36
37    BLE_MESH_ADV_BUF_COUNT: 20
38    BLE_MESH_TX_SEG_MAX: 6
39
40    BLE_MESH_DEBUG: 0
41    BLE_MESH_DEBUG_NET: 0
42    BLE_MESH_DEBUG_TRANS: 0
43    BLE_MESH_DEBUG_BEACON: 0
44    BLE_MESH_DEBUG_CRYPTO: 0
45    BLE_MESH_DEBUG_PROV: 0
46    BLE_MESH_DEBUG_ACCESS: 0
47    BLE_MESH_DEBUG_MODEL: 0
48    BLE_MESH_DEBUG_ADV: 0
49    BLE_MESH_DEBUG_LOW_POWER: 0
50    BLE_MESH_DEBUG_FRIEND: 0
51    BLE_MESH_DEBUG_PROXY: 0
52