Hi
I‘m working with the SDK since many versions. One thing I don‘t understand is the sdk_config.h concept.
My first thought was that there is a master sdk_config.h in the /config folder of the SDK and the project specific adaptions would be made in a app_config.h file that is included by the sdk_config.h.
In the SDK 15 there is a sdk_config.h in the /config folder, but the bootloader example has another sdk_config.h file which is completly diffrent to the „master“ sdk_config.h.
Can someone explain this concept? What files should be used SDK based projects? How to use these config files?
Regards Adrian