Re: Initial FAT support

2016-11-17 Thread Niclas Hedhman
I suggest to contact legal-discuss@ just to make sure. Niclas On Fri, Nov 18, 2016 at 7:27 AM, Fabio Utzig wrote: > On Thu, Nov 17, 2016, at 08:38 PM, Niclas Hedhman wrote: > > AFAIK, there is no 1-clause BSD... So, can you point to the license? > > Downloading

NimBLE Stack featured in kickstarter campaign exhibiting 32 concurrent connections

2016-11-17 Thread Vipul Rahane
Hello, Just wanted to point out that Apache Mynewt NimBLE stack is featured in the Red Bear kickstarter campaign exhibiting 32 concurrent connections with one central. There are 8 BLE Nano 2s(nrf-52): Ones with blue LED and 24 BLE Nano 1s(nrf-51): Ones with Orange LED The code is open

Re: Initial FAT support

2016-11-17 Thread Sterling Hughes
I agree — the license seems perfectly acceptable for ASF releases, but it is non-standard. It’s like somebody modified a BSD license to be a MIT license. +/*/ +/ FatFs - Generic FAT file system module R0.12b

Re: Initial FAT support

2016-11-17 Thread Niclas Hedhman
AFAIK, there is no 1-clause BSD... So, can you point to the license? Downloading http://www.elm-chan.org/fsw/ff/ff12b.zip doesn't seem to contain license information, and files are instead full of "(C) ChaN, 2015" On Fri, Nov 18, 2016 at 5:27 AM, Fabio Utzig wrote: > Hello, > >

Initial FAT support

2016-11-17 Thread Fabio Utzig
Hello, I just opened a new PR adding FAT support: https://github.com/apache/incubator-mynewt-core/pull/121 This implements: https://issues.apache.org/jira/browse/MYNEWT-318 I've used Elm-Chan's FATFS (kind of de-facto in the embedded world): http://www.elm-chan.org/fsw/ff/00index_e.html This

Initial FAT support

2016-11-17 Thread Fabio Utzig
Hello, I just opened a new PR adding FAT support: https://github.com/apache/incubator-mynewt-core/pull/121 This implements: https://issues.apache.org/jira/browse/MYNEWT-318 I've used Elm-Chan's FATFS (kind of de-facto in the embedded world): http://www.elm-chan.org/fsw/ff/00index_e.html This

Re: Shell Tutorial

2016-11-17 Thread Kevin Townsend
These are the notes I made on shell commands (attached). They should be up to date with master. K. On 17/11/16 19:45, Christopher Collins wrote: Hi David, On Thu, Nov 17, 2016 at 01:32:17PM -0500, David G. Simmons wrote: I'm thinking of writing up a Tutorial on how to enable the Console

Re: Shell Tutorial

2016-11-17 Thread Christopher Collins
Hi David, On Thu, Nov 17, 2016 at 01:32:17PM -0500, David G. Simmons wrote: > > I'm thinking of writing up a Tutorial on how to enable the Console and Shell > in a Mynewt app -- especially since things have changed a bit with the Event > Queue and task management. > > If I am understanding

Shell Tutorial

2016-11-17 Thread David G. Simmons
I'm thinking of writing up a Tutorial on how to enable the Console and Shell in a Mynewt app -- especially since things have changed a bit with the Event Queue and task management. If I am understanding things correctly (and there's no guarantee that I am) here's what needs to happen: 1) App