This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF9160 - SES Detection for Config symbols

When importing projects into SES,  it does not appear that SES can determine configuration macros.

For example, in the mqtt_simple project, the function "modem_configure":

The Symbol CONFIG_LTE_LINK_CONTROL does not appear defined as it is greyed out.     However,  this code is certainly active as I can add junk in the #ifdef and break the build.

Is there are header file where these macros are defined to get the IDE to be a little smarter?   How can one know what is enabled and what is not without having to look through every Kconfig file?

Related