[VOTE] Release Apache Mynewt 1.3.0-rc1

2017-11-30 Thread Fabio Utzig
Hello all, I am pleased to be calling this vote for the source release of Apache Mynewt 1.3.0. Apache Mynewt is a community-driven, permissively licensed open source initiative for constrained, embedded applications. Mynewt provides a real-time operating system, flash file system, network

Re: Cannot build lora_app_shell

2017-11-30 Thread will sanfilippo
I was not able to reproduce your exact problem but there is an issue using the nrf51 with the sx1276 driver as it currently exists. The sx1276 code is attempting to install a number of gpio irqs. The nrf51 only allows 4 of them so the code will assert when trying to enable more than 4 gpio

Re: Cannot build lora_app_shell

2017-11-30 Thread will sanfilippo
Well, it looks like it is crashing in os_init() which is very odd at the call to os_arch_os_init() assuming I am reading your backtrace correctly and my line #’s and yours match. One thing about the SPI pins: those -D variables you changed are used by the nordic SDK and are not the ones you