You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ability to control data-model-interface usage for cmake-based platforms (#35559)
* Add data-mode-enabled/disabled variants to all CMAKE builds.
Platforms changed:
- esp32
- mbed
- nrfconnect
- telink
- nxp
I tested all these except NXP which I could not compile in TOT
due to missing vscode configuration.
* add options for data model to qpg builds as this can be used to check for size deltas
* Fix unit test
* Restyle
* Fix nxp typo and strip
* Update quoting logic
* Update config/telink/chip-module/CMakeLists.txt
Co-authored-by: Terence Hampson <thampson@google.com>
* more update on the 'I' text
* Fix nxp build placement of data model interface
* Switch to zephyr KConfig for data model interface setting
* Use bool for DM enabling in places
* Apply review comment
* Fix nxp typo
---------
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
Co-authored-by: Terence Hampson <thampson@google.com>
0 commit comments