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

SDK_config.h inconsistencies

I just replaced SDK 14.0 with the shiny new SDK 14.1 in my project. My project uses components from the SDK, but I don't use the exact same structure. Once again, it won't compile out of the box. sigh

Okay, here's the question. I assumed ~\nRF5_SDK_14.1.0_1dda907\config\sdk_config.h to be a typical "master" from which the sdk_config.h files used in the examples are derived. No such luck. I expected this master not to be that different from, for example, from ~\nRF5_SDK_14.1.0_1dda907\examples\peripheral\blinky\pca10040\blank\config\sdk_config.h.

Wrong. It is next to impossible to compare the differences in these two using an automated tool.

Is there another "master" that is being used for creation of the examples?

How can I compare the sdk_config.h from my project (that started life using SDK 13) with the changes required in SDK 14.1?

Parents
  • Slight misunderstanding there I guess. I meant Nordic should update their examples, preferably in an SDK 14.1.1 (or otherwise 14.2.0 or even 15.something once it is published).

    I'll check the sdk_config.h from ble_app_template, thanks for the pointer! I guess, however, this template has part of the BLE interface already enabled, no? (Didn't check it yet, will find out tomorrow!)

Reply
  • Slight misunderstanding there I guess. I meant Nordic should update their examples, preferably in an SDK 14.1.1 (or otherwise 14.2.0 or even 15.something once it is published).

    I'll check the sdk_config.h from ble_app_template, thanks for the pointer! I guess, however, this template has part of the BLE interface already enabled, no? (Didn't check it yet, will find out tomorrow!)

Children
No Data
Related