Spurious Config Warnings

in prj.conf 

I have several warnings in my application that look like this XXXXXXX set more that once. Old Value "x", new value "x". I am worried that this indicates I am not configuring the project correctly and / or have a miss understanding of the proper way to configure a project in zephyr/nrf connect sdk. What is the proper way to get these to go away.

This is the build configuration

  

Parents Reply
  • Hi Greg,

    Now, the "duplicate Kconfig" are info-symbols and not notes. They should be blue.
    While this might not completely remove them, they are now different from warnings, which should help.

    gterrell said:
    they hinder development of production level code.

    For production level code, you should not get these, right?
    For example for CONFIG_CONSOLE: This should not be set in the board files, but just in the project files for the project that need it. You do not want your production device to have logs that are enabled by default, as this can increase current consumption.

Children
Related