I am migrating from SDK 12.2 to SDK 13 on Nrf52. I use Eclipse. I have a few questions:
-
In SDK12.2, there was :
Patch for SDK 12 - implements required workaround for CDT build output parser. Replace makefile.common in in $(SDK_ROOT)/components/toolchain/gcc with one of the files below:
Is this still necessary for SDK 13?
-
Is there a new sdk_config.h file that has all of the different config settings? I want a complete config file so every setting is in there. I don't want to have to search and add correct settings, I just want to have all the settings available in the file.
-
Are there any other issues I might encounter while migrating from SDK12.2 to 13?
I appreciate your assistance.