ApacheCon North America 2020, project participation

2019-10-01 Thread Rich Bowen
Hi, folks, (Note: You're receiving this email because you're on the dev@ list for one or more Apache Software Foundation projects.) For ApacheCon North America 2019, we asked projects to participate in the creation of project/topic specific tracks. This was very successful, with about 15

Re: Question about mynewt Single mode

2019-10-01 Thread Christopher Collins
Hi Nicola, On Fri, Sep 27, 2019 at 04:48:18PM +0200, Nicola Bizzotto wrote: > Hi, > I'm currently using an Espruino Puck.js device. I'm programming it with a > Segger J-Link programmer. I have already experience with mynewt OS (I used > it with a Bluefruit nRF52 Feather) and now I want to use it

packed structs for HCI

2019-10-01 Thread Szymon Janc
Hi, This is something I was working on few past few weeks: using packed structs for building and parsing HCI commands in NimBLE stack. For easier transition I decided to have one big commit affecting both controller and host (mind the size of change!:). In general this follows similar changes