How to set project build options

Learn MoreFAQsTutorials

3 posts / 0 new
Last post
ren0zhe
Offline
Last seen:18 hours 47 min ago
Joined:2016-05-05 05:13
How to set project build options

Hi,Dialog:

I want to add OTA function to the existing project.

My current project has two build options, one "DA1469x-Debug-QSPI" and one "DA1469x-Release-QSPI".

But there is no "DA1469x-Debug-QSPI-SUOTA".

How can I create the new build option ?

thanks.

Device:
PM_Dialog
Offline
Last seen:2 days 11 hours ago
Staff
Joined:2018-02-08 11:03
Hi ren0zhe,

Hi ren0zhe,

The pxp_reporter example of the SDK demonstrates the SUOTA functionality. So, you should take as a reference this project and try to add all the appropriate files and configurations. For example the custom_config_qspi_suota.h file should be added under config file in the existing project. Regarding the build configuration, please right click on pxp_reporter from the “Project Explorer” window and got to Properties -> C/C++ Build tab. On the top right corner you can see the “Manage configurations” so here are all the available build configurations for specific project. You should port the SUOTA build configurations to your own project.

ppx_reporter项目,也请遵循the dg_configSUOTA_SUPPORT macro to check how to include the SUOTA service.

More details about the SUOTA, can be found inUM-B-092: DA1469x Software Platform Reference Manualand section 5.2. Software Upgrade Over The Air (SUOTA).

Thanks, PM_Dialog

ren0zhe
Offline
Last seen:18 hours 47 min ago
Joined:2016-05-05 05:13
I've solved it. Thank you!

I've solved it. Thank you!