-
Hello everyone, In OpenThread - BUILD, the Configuration section mentions CMake build options that are used to enable various features of OpenThread. However, the documentation openthread/examples/README.md is currently deleted. I would like to get all the configuration options, their detailed descriptions and when it is recommended to enable them. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You may refer to https://github.com/openthread/openthread/blob/main/etc/cmake/options.cmake for the available CMake options. https://github.com/openthread/openthread/blob/main/script/cmake-build#L73 contains some common build options used in github actions. |
Beta Was this translation helpful? Give feedback.
CMake options generally map to build options defined in src/core/config, which has documentation.
Default configuration for Thread 1.3 should provide a Thread 1.3 compliant implementation.