syscfg.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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.defs:
  19. USE_NEOPIXEL:
  20. value: 0
  21. syscfg.vals:
  22. # Enable the shell task.
  23. SHELL_TASK: 1
  24. # Set log level to info (disable debug logging).
  25. LOG_LEVEL: 1
  26. # Default task settings
  27. OS_MAIN_STACK_SIZE: 768
  28. # Newtmgr is not supported in this app, so disable newtmgr-over-shell.
  29. SHELL_NEWTMGR: 0
  30. MSYS_1_BLOCK_COUNT: 80
  31. BLE_MESH_ADV_BUF_COUNT: 20
  32. BLE_MESH_TX_SEG_MAX: 6
  33. BLE_MESH: 1
  34. BLE_MESH_SHELL: 1
  35. BLE_MESH_PROV: 1
  36. BLE_MESH_PB_ADV: 1
  37. BLE_MESH_PB_GATT: 1
  38. BLE_MESH_GATT_PROXY: 1
  39. BLE_MESH_TESTING: 1
  40. BLE_MESH_FRIEND: 0
  41. BLE_MESH_CFG_CLI: 1
  42. BLE_MESH_HEALTH_CLI: 0
  43. BLE_MESH_SHELL_MODELS: 1
  44. BLE_MESH_OOB_OUTPUT_ACTIONS: 0
  45. BLE_MESH_SETTINGS: 0
  46. CONFIG_NFFS: 0
  47. USE_NEOPIXEL: 0
  48. syscfg.vals.BLE_MESH_SHELL_MODELS:
  49. PWM_0: 1
  50. PWM_1: 1
  51. PWM_2: 1
  52. PWM_3: 1