<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>SDK 13 to SDK 14.2 upgrade mess !</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/28521/sdk-13-to-sdk-14-2-upgrade-mess</link><description>I am trying to upgrade from SDK 13 to SDK 14.2
and get a lot of compilation errors using gcc 
 Why have SDK path and filenames changed like: 
 c:/Nordic/components/libraries/log/ 
to
c:/Nordic/components/libraries/experimental_log/ 
 Next version</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 21 Dec 2017 11:52:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/28521/sdk-13-to-sdk-14-2-upgrade-mess" /><item><title>RE: SDK 13 to SDK 14.2 upgrade mess !</title><link>https://devzone.nordicsemi.com/thread/112913?ContentTypeID=1</link><pubDate>Thu, 21 Dec 2017 11:52:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4519a344-aa55-47a2-b7ec-d7e3f897ea55</guid><dc:creator>Kyle Krueger</dc:creator><description>&lt;p&gt;They could definitely do better, but I think they are improving.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 13 to SDK 14.2 upgrade mess !</title><link>https://devzone.nordicsemi.com/thread/112912?ContentTypeID=1</link><pubDate>Thu, 07 Dec 2017 00:07:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:420d6343-7c5f-42fa-bed7-bb249d1e85aa</guid><dc:creator>JB21</dc:creator><description>&lt;p&gt;Thanks Kyle,
The migration guide was not included in the downloadable docu, so I did not see it. Thanks for your pointer.&lt;/p&gt;
&lt;p&gt;IIt took me 2 days to get my code running again, initially I had planned an hour for it. I expected some code changes, but not to be forced to create makefile and sdk_config.h from scratch.&lt;/p&gt;
&lt;p&gt;Nordic should have provided some conversion tools, and better documentation.&lt;/p&gt;
&lt;p&gt;Further, the docu should specify for each function which module has to be included into the makefile.&lt;/p&gt;
&lt;p&gt;For example I could not get the saadc linked until I searched the example folder and discovered that now 2 modules have to be included in the makefile. You can&amp;#39;t make our life any harder than that. I feel forced to do parttime reverse engineering.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 13 to SDK 14.2 upgrade mess !</title><link>https://devzone.nordicsemi.com/thread/112911?ContentTypeID=1</link><pubDate>Mon, 04 Dec 2017 15:43:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ced844da-60f4-4dfd-9729-43e66c1816a5</guid><dc:creator>Kyle Krueger</dc:creator><description>&lt;p&gt;From 13.0 to 14.2 is a major upgrade.
I agree it could be made easier to follow the process, but I think that Nordic is working hard to improve this process. In the past, migration guides were not included, but for both SDK V13 and V14, a new section has been included to help ease the transition. The renaming of the softdevice_handler, and many other files are mentioned there. Here is &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v14.0.0%2Findex.html"&gt;the SDK14 migration guide&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you are still having issues after reading the migration guide, I would recommend sorting all of your source files and includes in the Makefile into four categories. Nordic core files, Nordic Module files that you use, third party files, and lastly your custom files. Once you have done this, it is much easier to find out which ones are missing or renamed.&lt;/p&gt;
&lt;p&gt;As for improvements going to SDK 14, two great reasons I can think of are proper support for the Buttonless DFU Updates, and some BLE5 support.&lt;/p&gt;
&lt;p&gt;Furthermore, I think the API has improved in a few aspects (albeit regressed in some). These improvements should help keep your code more maintainable; if your project is intended to have a long lifetime this is important!&lt;/p&gt;
&lt;p&gt;In addition, better support on devzone (more people will be using the latest).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>