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
The code generation outlined in #21 has to be enabled via a KConfig variable, The path to the settings JSON should be a separate variable.
Add CMake "code" that will add the JSON file as a dependency and re-run the code gen script whenever it changes.
(add_custom_target, add_custom_command - SO LINK). See the version info lib and talk to Marko for some guidance here.
Add a sample demonstrating the use.
Definition of Done
Code in written, tested and reviewed. The sample works.
The text was updated successfully, but these errors were encountered:
Required steps / Implementation details
The code generation outlined in #21 has to be enabled via a KConfig variable, The path to the settings JSON should be a separate variable.
Add CMake "code" that will add the JSON file as a dependency and re-run the code gen script whenever it changes.
(add_custom_target, add_custom_command - SO LINK). See the version info lib and talk to Marko for some guidance here.
Add a sample demonstrating the use.
Definition of Done
Code in written, tested and reviewed. The sample works.
The text was updated successfully, but these errors were encountered: