syscfg.yml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. syscfg.vals:
  19. # Enable the shell task.
  20. SHELL_TASK: 1
  21. # Set log level to info (disable debug logging).
  22. LOG_LEVEL: 0
  23. # Default task settings
  24. OS_MAIN_STACK_SIZE: 768
  25. # Newtmgr is not supported in this app, so disable newtmgr-over-shell.
  26. SHELL_NEWTMGR: 0
  27. MSYS_1_BLOCK_COUNT: 80
  28. BLE_MESH_ADV_BUF_COUNT: 20
  29. BLE_MESH_TX_SEG_MAX: 6
  30. BLE_MESH: 1
  31. BLE_MESH_SHELL: 1
  32. BLE_MESH_PROV: 1
  33. BLE_MESH_RELAY: 1
  34. BLE_MESH_PB_ADV: 1
  35. BLE_MESH_PB_GATT: 1
  36. BLE_MESH_LOW_POWER: 1
  37. BLE_MESH_LPN_AUTO: 0
  38. BLE_MESH_GATT_PROXY: 1
  39. BLE_MESH_LABEL_COUNT: 2
  40. BLE_MESH_SUBNET_COUNT: 2
  41. BLE_MESH_MODEL_GROUP_COUNT: 2
  42. BLE_MESH_APP_KEY_COUNT: 4
  43. BLE_MESH_IV_UPDATE_TEST: 1
  44. BLE_MESH_TESTING: 1
  45. BLE_MESH_FRIEND: 1
  46. BLE_MESH_CFG_CLI: 1
  47. BLE_MESH_SETTINGS: 0
  48. CONFIG_NFFS: 0
  49. BLE_MESH_DEBUG: 0
  50. BLE_MESH_DEBUG_NET: 0
  51. BLE_MESH_DEBUG_TRANS: 0
  52. BLE_MESH_DEBUG_BEACON: 0
  53. BLE_MESH_DEBUG_CRYPTO: 0
  54. BLE_MESH_DEBUG_PROV: 0
  55. BLE_MESH_DEBUG_ACCESS: 0
  56. BLE_MESH_DEBUG_MODEL: 0
  57. BLE_MESH_DEBUG_ADV: 0
  58. BLE_MESH_DEBUG_LOW_POWER: 0
  59. BLE_MESH_DEBUG_FRIEND: 0
  60. BLE_MESH_DEBUG_PROXY: 0