mirror of
https://github.com/apache/nuttx.git
synced 2025-12-08 02:32:54 +08:00
Clean up the CMake configuration by removing the obsolete `BUILD_OOTCPP` guard. This variable is no longer required since out-of-tree build handling is now managed via the enhanced `nuttx_add_subdirectory()` with EXCLUDE support. * Simplifies CMake configuration command. * Avoids redundant or unused build options. Signed-off-by: trns1997 <trns1997@gmail.com>
CI Tools
These are tools and data used for the CI system. Some of what is here may also be useful for local testing.