No longer need to call `conf_load()`

2018-05-16 Thread Christopher Collins
Hello all, I am about to merge a PR (https://github.com/apache/mynewt-core/pull/1075) which eliminates the need to explicitly call `conf_load()`. Nothing bad will happen if your app continues to call `conf_load()`, but the call can be safely removed after the PR is merged. Background- The

Renaming BSP for Nucleo-F767zi board

2018-05-16 Thread Fabio Utzig
Hello, Just a heads up, I have a PR (https://github.com/apache/mynewt-core/pull/1092) that renames the Nucleo-F767zi BSP which might break some existing targets that might be using it. This updates it follow a standard that was used for all other STM32 Nucleo boards (nucleo-f303k8,

Re: linking woes with weak linkage

2018-05-16 Thread Andrey Serdtsev
Hi, Since every mynewt package built as standalone library, possibly this is the case: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka15833.html Anyway, IMO, it would be better to avoid use of weak linkage. It's a bit confusing. May be the better choice is to add some kind