This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC26X2R1: Sysconfig example generation

Part Number: LAUNCHXL-CC26X2R1
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

In a different thread, I was given an option to use '--scriptArgs' to do conditional statement in sysConfig. 

I would like to know how I can integrate that to example generation script (ExampleList.js) ?

Can I do something like this:

var abcboot_configurable_build_options = {
        XY_Disabled: {
            compilerBuildOptions: {
                general: {
                 }
             }
             sysCfgOptions: {
                 scriptArgs: DEBUG
             }
          }