[tcat] initial commit of bluetooth-based commissioning (#9210)

This commit introduces first implementation of Bluetooth based
comissioning for thread devices.

Co-authored-by: Arnulf Rupp <a.rupp@inventronicsglobal.com>
Co-authored-by: Piotr Jasinski <piotr.jasinski@nordicsemi.no>
This commit is contained in:
Przemysław Bida
2023-12-04 21:09:25 +01:00
committed by GitHub
parent 3d01ffa65c
commit 5cab15840d
46 changed files with 4068 additions and 214 deletions

View File

@ -201,6 +201,9 @@ build_all_features()
# Build with RAM settings
reset_source
"$(dirname "$0")"/cmake-build simulation -DOT_SETTINGS_RAM=ON
reset_source
"$(dirname "$0")"/cmake-build simulation -DOT_BLE_TCAT=ON
}
build_nest_common()