newt upgrade (install, sync) fails on mcuboot repo

2019-10-16 Thread Szymon Janc
Hello, Due to recent changes in mcuboot git (use of submodules) you may hit issues with newt upgrade|install|sync commands. There is a short term hotfix merged into newt master to workaround this. Since this is also affecting new users we may need to release newt 1.7.1 (only newt tool) in

Removed SUCCESS and FAIL #define statements in LoRa Node's utilities.h

2019-10-16 Thread Frank
Hi all, following Marko's advice, I just created a PR https://github.com/apache/mynewt-core/pull/2047 to remove the SUCCESS and FAIL #define statements in net/lora/node/include/node/utilities.h. They are not used within the (Semtech) net/lora code, however, they conflict with the CMSIS

Re: Earlier check whether to include LORA_NODE_CLI in lora_cli.c

2019-10-16 Thread marko kiiskila
Thanks for noticing. Opened this PR for it: https://github.com/apache/mynewt-core/pull/2044 We do recommend creating PRs for the fixes; those are easier to bring in. https://cwiki.apache.org/confluence/display/MYNEWT/Submitting+Pull+Requests