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
[nrfconnect] Automatically build OTA image (#13640)
1. Add certain software configuration, such as vendor ID,
product ID etc, to Kconfig.
2. Use values of the Kconfig variables in existing CHIP
project configuration.
3. Add two more Kconfig variables: OTA_IMAGE_BUILD and
OTA_IMAGE_EXTRA_ARGS. The first one enables building
OTA image file using the ota_image_tool.py script, and
the second one allows to pass some extra arguments to
that script.
0 commit comments