openthread / ot-reference-release

BSD 3-Clause "New" or "Revised" License
11 stars 26 forks source link

Add option to build OTBR and CLI references separately, and add support for 1.3.x nrf52840 type fw #58

Open sunytt opened 1 year ago

sunytt commented 1 year ago

This PR introduces the option REFERENCE_TYPE=(OTBR|CLI) so it's possible to build CLI reference release and OTBR(host+RCP) reference release separately. If this option is not provided all types of reference release will be built as before.

ot-br-posix commit id is added to the output path.

Added support for building 1.3.1 reference release with REFERENCE_PLATFORM=nrf52840. It can be used when building OTBR reference release so the same openthread commit is used to build RCP and host. (If we use ncs as platform then the openthread commit is hardcoded in sdk-nrf so it may differ with the host image)

sunytt commented 1 year ago

Disabled building for ncs type reference release for now due to https://github.com/openthread/ot-reference-release/issues/61