Re: BLE Stack

2016-05-20 Thread Sterling Hughes
Hi Vitya, On 5/19/16 5:42 AM, Vitya Gnatyuk wrote: Hi! I earlier wrote you on github as gnatyukv. I forgot to ask a main qustion. May your projects (from the apps folder) be compiled in Keil IDE? How to do it? I have uVision V5.17 and Armcc compiler. I cannot compile your code yet. Maybe

Re: [VOTE] Release Apache Mynewt 0.9.0-incubating-rc1

2016-05-20 Thread marko kiiskila
> On May 18, 2016, at 11:26 PM, Christopher Collins wrote: > > Hello all, > > I am pleased to be calling this vote for the source release of Apache > Mynewt 0.9.0. Given that it is version 0.x, it is still a bit of a beta. > ... > > The vote is open for at least 72 hours

Re: [DISCUSS] Release Apache Mynewt 0.9.0-incubating-rc1

2016-05-20 Thread will sanfilippo
Unfortunately we dont really support the native bsp for ble as of yet. I normally compiled it regularly but it was not used for any particular purpose so I had neglected it in this release (my bad). I will make sure it compiles. In the future it would be nice to create a sim project that can

Re: [VOTE] Release Apache Mynewt 0.9.0-incubating-rc1

2016-05-20 Thread Christopher Collins
On Wed, May 18, 2016 at 11:26:50PM -0700, Christopher Collins wrote: > [X] +1 Release this package > [ ] 0 I don't feel strongly about it, but don't object > [ ] -1 Do not release this package because... +1 (binding) Thanks, Chris

Re: [VOTE] Release Apache Mynewt 0.9.0-incubating-rc1

2016-05-20 Thread will sanfilippo
All: I committed a fix for the native ble build. Basically had to add a bunch of stubs to the phy and also include the xcvr.h header file. If there are any other issues please let me know. Will > On May 19, 2016, at 7:38 AM, Kevin Townsend wrote: > > Hi Chris, > > Sorry

Re: [VOTE] Release Apache Mynewt 0.9.0-incubating-rc1

2016-05-20 Thread will sanfilippo
The vote is open for at least 72 hours and passes if a majority of at least three +1 PPMC votes are cast. [ X] +1 Release this package [ ] 0 I don't feel strongly about it, but don't object [ ] -1 Do not release this package because… +1 binding Will

Re: [DISCUSS] A users@ mailing list for Apache Mynewt

2016-05-20 Thread Wayne Keenan
I think a user mailing list would be a GoodIdea(tm). As a first time 'user' I was initially reluctant to post to the 'dev' mailing list to ask a question which I thought wasn't strictly 'developer/design/architecture' related. It turned out your all a friendly and very helpful bunch, so all was

Re: [VOTE] Release Apache Mynewt 0.9.0-incubating-rc1

2016-05-20 Thread Kevin Townsend
Hi Will, Great, thanks. I don't expect BLE emulation like the HAL layer, but it is nice to be able to build to test shell commands and some basic logic like DSP algorithms on the orientation sensors, etc. K. On 20/05/16 20:03, will sanfilippo wrote: All: I committed a fix for the native

Re: [DISCUSS] Release Apache Mynewt 0.9.0-incubating-rc1

2016-05-20 Thread Christopher Collins
All, It is certainly not a big problem, but it is best if discussion about the release goes in the [DISCUSS] thread rather than the [VOTE] thread. Reserving the [VOTE] thread for votes makes it easy for lazy people such as myself to produce a tally when the vote closes. Please don't interpet

Re: [PATCH] bsp; Fix linker error for nrf51_arduino target

2016-05-20 Thread aditi hilbert
Lukasz, Thanks - and do sign up for our dev@ mailing list :) aditi > On May 20, 2016, at 9:33 AM, Sterling Hughes wrote: > > thanks - looks good, and applied. dev should be up to date. > > sterling > > On 5/20/16 6:25 AM, Łukasz Rymanowski wrote: >> This patch renames

Re: [DISCUSS] A users@ mailing list for Apache Mynewt

2016-05-20 Thread David G. Simmons
As a n00b, I’ll chime in here with my experience so far … Just my $0.02, so take it as you will. I’ve been involved in a few ‘new’ product/protocol/platform development efforts over the years though. As a new user and (potential) developer, the lack of a ‘user’ list was (as another has

Problems building bootloader for Arduino 101

2016-05-20 Thread Bjorkengren, Ulf
Hi, I am trying to build the bootloader for Arduino 101, following the instructions on https://www.zephyrproject.org/doc/board/arduino_101_ble.html. The target creation seems to have worked ok. $ newt target show targets/blehci app=@apache-mynewt-core/apps/blehci

Re: [PATCH] bsp; Fix linker error for nrf51_arduino target

2016-05-20 Thread Łukasz Rymanowski
Hi Aditi, By sign up you mean subscribe? Because I did subscribe just before sending patch. Br Lukasz 20 maj 2016 21:09 "aditi hilbert" napisał(a): > Lukasz, > > Thanks - and do sign up for our dev@ mailing list :) > > aditi > > > On May 20, 2016, at 9:33 AM, Sterling Hughes

Re: [PATCH] bsp; Fix linker error for nrf51_arduino target

2016-05-20 Thread Johan Hedberg
Hi, It seems you lost both the commit message and the author information when applying the patch. It looks as follows in the commit history: commit a4f466e542120950f012aa15908ac9a0f8ff1332 Author: Sterling Hughes Date: Fri May 20 11:32:41 2016 -0500 apply patch to

Re: [DISCUSS] A users@ mailing list for Apache Mynewt

2016-05-20 Thread Marvin Humphrey
On Fri, May 20, 2016 at 8:04 AM, James Pace wrote: > I agree 100% on the mail archive. If we could tee this off to a better > interface (more intuitive threading and search) and maintain sync, that > would help the community a lot. There's now

Re: [DISCUSS] A users@ mailing list for Apache Mynewt

2016-05-20 Thread Justin Mclean
Hi, > I agree 100% on the mail archive. If we could tee this off to a better > interface (more intuitive threading and search) and maintain sync, that would > help the community a lot. And that exists! [1] On Other project we’ve also set up forums to mirror the mailing lists at nibble [2].

Re: core files, memory to include

2016-05-20 Thread marko kiiskila
Hi all, package for coredumps is now checked into develop branch for core and newt. This is for offline analysis of things that went wrong. To use this, you must include the sys/coredump package in your app’s pkg.yml file. Now, if you get an unhandled exception, or your app asserts, we try to

[PATCH] bsp; Fix linker error for nrf51_arduino target

2016-05-20 Thread Łukasz Rymanowski
This patch renames os_bsp_init to bsp_init to make nrf51_arduino build. --- hw/bsp/nrf51-arduino_101/src/os_bsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/bsp/nrf51-arduino_101/src/os_bsp.c b/hw/bsp/nrf51-arduino_101/src/os_bsp.c index b9d52e4..888519b 100644 ---

Re: [PATCH] bsp; Fix linker error for nrf51_arduino target

2016-05-20 Thread Sterling Hughes
thanks - looks good, and applied. dev should be up to date. sterling On 5/20/16 6:25 AM, Łukasz Rymanowski wrote: This patch renames os_bsp_init to bsp_init to make nrf51_arduino build. --- hw/bsp/nrf51-arduino_101/src/os_bsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff