mirror of
https://github.com/espressif/openthread.git
synced 2026-07-10 22:30:21 +00:00
e9eef0b074
Currently script/test can only build 1.2 together with 1.1. This commit adds support to build 1.2 alone. And when THREAD_VERSION=1.2 and INTER_OP=1 are both set, both versions would be built. Sometimes we only want to build 1.2. This would save some time for us.