Unifying Newtmgr (NMP) protocol and MCUmgr (SMP) into the MCUmgr repo

2019-09-27 Thread Vipul Rahane
Hello fellow developers :-) So, Miguel and I have been working on unifying Newtmgr into the MCUmgr repo (https://github.com/apache/mynewt-mcumgr). There are no protocol level changes, since MCUmgr(SMP) and Newtmgr(NMP) were the same and so, everything should work off the bat for everybody. The

Re: NimBLE: Optional support of mbedTLS instead of tinycrypt

2019-09-27 Thread Łukasz Rymanowski
Hi Prasad, This is good idea however I think we need bit more for that than syscfg flag. I think we could come up with some crypo API in ble_npl so then anybody can add its own backend. Best Łukasz On Fri, 27 Sep 2019 at 08:56, Prasad wrote: > > Hi all, > > I am thinking of adding optional

Question about mynewt Single mode

2019-09-27 Thread Nicola Bizzotto
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 also with the Puck.js. I also would like to use 'Single' image setup, which is

NimBLE: Optional support of mbedTLS instead of tinycrypt

2019-09-27 Thread Prasad
Hi all, I am thinking of adding optional `mbedTLS` support for crypto instead of `tinycrypt`. I have basic framework in place, the idea is by default `tinycrypt` will be used, but any vendor who is already using or want to use `mbedTLS` can enable this option. Any inputs on how to make the