Re: [jira] [Created] (MYNEWT-576) Update apps that use newtmgr framework to explicitly set the event queue with mgmt

2017-01-27 Thread Sterling Hughes
These should default to the default event queue, no? > On Jan 27, 2017, at 6:27 PM, Wanda Chiu (JIRA) wrote: > > Wanda Chiu created MYNEWT-576: > - > > Summary: Update apps that use newtmgr framework to explicitly set > the event

Re: USB OTG FS & HS

2017-01-27 Thread marko kiiskila
AFAIK, Fabio has started looking at USB stuff. But I don’t know if it’s to act as a host or as an endpoint? > On Jan 27, 2017, at 2:37 PM, Neilh wrote: > > I was just wondering if there is any visibility on USB OTG,. And specifically > for me its the CDC/ACM > >

USB OTG FS & HS

2017-01-27 Thread Neilh
I was just wondering if there is any visibility on USB OTG,. And specifically for me its the CDC/ACM Some of the STM32F4 family has two OTGs builit in - and I believe its a custom interface. Similarly some of the KinetisK families (MK66 , MK26) have two OTGs built - in this case FS and

Re: newNewt

2017-01-27 Thread Neilh
Hello Marko Thanks for the suggestion. I was surprised as well, which is why I thought I'd send it out. Still doesn't work with the hardcoded address via newt: [~/dkr/myproj]$ newt load boot_kinetis Loading bootloader Error: Downloading

Re: NimBLE host advertising data API

2017-01-27 Thread Christopher Collins
Thanks Andrzej. That makes sense. Chris On Fri, Jan 27, 2017 at 04:57:48PM +0100, Andrzej Kaczmarek wrote: > Hi Chris, > > I created a pull request which also updates API to raw data for the > opposite direction, i.e. from host to app. Application can still parse this > to ble_hs_adv_fields

Re: Introduction

2017-01-27 Thread Jim Jagielski
Welcome! Any and all efforts are appreciated and welcomed, especially those that help build and grow the community, and documentation is a critical part of that. Thanks!! > On Jan 24, 2017, at 11:53 AM, Wanda wrote: > > Hi there, > I have been a lurker on the Mynewt Dev

Re: NimBLE host advertising data API

2017-01-27 Thread Andrzej Kaczmarek
Hi Chris, I created a pull request which also updates API to raw data for the opposite direction, i.e. from host to app. Application can still parse this to ble_hs_adv_fields since helper is now public, but has to do this explicitly. The advantage is that if application prefers to work on raw