Nimble controller configuration

2016-05-05 Thread will sanfilippo
Hello: Unless there are any objections I am going to make the following changes to the nimble stack in regard to controller configuration. The main reason for the change is to move the controller configuration options out of the controller and into nimble_opt.h with the rest of the

[ANNOUNCE] Apache Mynewt 0.8.0-incubating released

2016-05-05 Thread marko kiiskila
Hello all, The Apache Mynewt team is pleased to announce the release of Apache Mynewt 0.8.0-incubating. Apache Mynewt is a community-driven module OS for constrained, embedded applications. Mynewt provides a real-time operating system, flash file system, network stacks, and support utilities for

Re: BLE Tiny Unhandled exception

2016-05-05 Thread will sanfilippo
Hello: Can you show me your targets? newt target show will do this. Also, can you describe the steps you used to build and load the image on the board? There are different ways to do this but this is what I did: newt clean nrf52dk_bletiny newt build nrf52dk_bletiny newt create-image

BLE Tiny Unhandled exception

2016-05-05 Thread Cody Smith
Hey Everybody, I've been working with the nRF52 development board PCA10040 and have had some issues running the bletiny example app that comes in the repo. I switched to the dev branch of the repo to get the nrf52dk as opposed to the nrf52pdk, but that didn't solve this particular issue

Re: Blinky on nrf52DK needs repos/apache-mynewt-core to be on master

2016-05-05 Thread Christopher Collins
On Thu, May 05, 2016 at 05:13:25PM +0530, Anuj Deshpande wrote: > Hi all > > I followed the instructions on how to setup newt tool and then blinky on > the nrf52 DK. > > http://mynewt.apache.org/os/tutorials/nRF52/ [...] > I had to change the branch of the repos/apache-mynewt-core repo which was

Re: Setting cflags correctly in bletiny

2016-05-05 Thread Christopher Collins
On Thu, May 05, 2016 at 06:28:19PM +0530, Anuj Deshpande wrote: > Hi all, > > I am on 64 bit 16.04 Ubuntu with a manually installed toolchain which has > been added to my path. > > Before building the app, while setting the cflags for the target, the > documentation says that one should not give

Setting cflags correctly in bletiny

2016-05-05 Thread Anuj Deshpande
Hi all, I am on 64 bit 16.04 Ubuntu with a manually installed toolchain which has been added to my path. Before building the app, while setting the cflags for the target, the documentation says that one should not give the - symbol.

Blinky on nrf52DK needs repos/apache-mynewt-core to be on master

2016-05-05 Thread Anuj Deshpande
Hi all I followed the instructions on how to setup newt tool and then blinky on the nrf52 DK. http://mynewt.apache.org/os/tutorials/nRF52/ ➜ apache-mynewt-core git:(2bec33d) ls hw/bsp native nrf51dk nrf51dk-16kbram nrf52pdk olimex_stm32-e407_devboard ➜ apache-mynewt-core git:(2bec33d) git