Re: NimBLE BareMetal support

2020-03-17 Thread Martin Turon
There are ports to run on FreeRTOS or mynewt os, but I know of no efforts to run it on baremetal. Are you looking for controller only or host+controller? The later would be more challenging in the current design, as it uses two threads, plus mutex, semaphore, and event queues for interlocking.

Re: Linux port of NimBLE BLE Stack question

2018-11-01 Thread Martin Turon
Hi Husam, The README for how to use the existing linux port example is here: https://github.com/apache/mynewt-nimble/blob/master/porting/examples/linux/README.md Martin _ Martin Turon | Google On Thu, Nov 1, 2018 at 11:46 AM, aditi hilbert wrote: > Hi Hu

Re: Controlled shutdown

2018-09-28 Thread Martin Turon
", so your proposal is welcome. I would also suggest keeping the concepts of graceful shutdown and reset separable. Martin _____ Martin Turon | Google On Fri, Sep 28, 2018 at 4:18 PM, will sanfilippo wrote: > Some comments: > > 1) Are there are any othe