Re: Apache Mynewt release 1.4

2018-03-20 Thread aditi hilbert
There isn’t a list anywhere. Glad you started the list. I suggest at least capturing it on the Release roadmap page on cwiki. This will influence our decision on release schedule and version (major/minor): https://cwiki.apache.org/confluence/display/MYNEWT/Release+Roadmap

Re: Sample targets in core repo

2018-03-20 Thread aditi hilbert
+1 to the concept of a shield and allowing it to be married to a BSP and having a list of sample targets. For now I will add it to the upcoming release roadmap on cwiki. > On Mar 1, 2018, at 1:56 PM, Jacob Rosenthal wrote: > > I think Ive been thinking something very similar. The targets are a

Re: Sample apps in mynewt-core

2018-03-20 Thread aditi hilbert
Lukasz, Yes - great addition! thanks, aditi > On Mar 20, 2018, at 8:16 AM, Lukasz Wolnik wrote: > > Hi Aditi, > > Could we also add a sample app that uses NimBLE's Secure Connections please? > > Kind regards, > Lukasz > > On Tue, Mar 20, 2018 at 1:11 AM, aditi hilbert wrote: > >> Hi all,

Re: [Decawave] Introduction to mynewt dev community

2018-03-20 Thread Sterling Hughes
Hi Suchitra, Welcome! That’s awesome. Regarding LWIP+6lowpan, I suggest you collaborate with Chris Collins, who is doing some improvements to the IP support now. It would be great to get that on top of a UWB transport. Regarding supporting the decawave radio, could you write a proposal tha

[GitHub] michal-narajowski opened a new pull request #11: mesh: Add example implementation of generic onoff and level models

2018-03-20 Thread GitBox
michal-narajowski opened a new pull request #11: mesh: Add example implementation of generic onoff and level models URL: https://github.com/apache/mynewt-nimble/pull/11 This patch adds simple implementation of these two models with support for both client and server. There is also an exa

[GitHub] michal-narajowski opened a new pull request #10: mesh: Fix os_mbuf leak in cfg client and health client

2018-03-20 Thread GitBox
michal-narajowski opened a new pull request #10: mesh: Fix os_mbuf leak in cfg client and health client URL: https://github.com/apache/mynewt-nimble/pull/10 This is an automated message from the Apache Git Service. To respon

Re: Sample apps in mynewt-core

2018-03-20 Thread Lukasz Wolnik
Hi Aditi, Could we also add a sample app that uses NimBLE's Secure Connections please? Kind regards, Lukasz On Tue, Mar 20, 2018 at 1:11 AM, aditi hilbert wrote: > Hi all, > > We have been adding a lot of features and functionality in Apache Mynewt > recently. Sample apps make it easy to see h

[RFC] hw/bsp: Clean up NRFX config on nrf52840 #936

2018-03-20 Thread Michał Narajowski
Hi all, I created a PR that cleans up the NRFX configuration. https://github.com/apache/mynewt-core/pull/936 There are several reasons why we should fix this: - it makes the whole configuration cleaner and easier to port, removes redundancy (see PWM configuration) - we are using nrfx_config whi