mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
47860a4eb4
This commit moves the `OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_ENABLE` configuration from the build scripts to the nexus-specific core configuration header file. Specifically: - Added `#define OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_ENABLE 1` to `tests/nexus/openthread-core-nexus-config.h`. - Removed `-DOT_MULTIPLE_INSTANCE=ON` from `tests/nexus/build.sh`. - Removed `-DOT_MULTIPLE_INSTANCE=ON` from `tests/fuzz/oss-fuzz-build`. This change centralizes nexus-specific configurations in the header file, making the build scripts cleaner and ensuring consistent configuration across different build environments that use the nexus core config."