Re: Blinky targets do not load

2019-01-25 Thread Simon Ratner
Correct, the version of openocd in homebrew does not work with nRF52. There used to be a link to pre-built binaries that do work, but that link is gone in the latest version of the docs. I have just run into this myself - no idea why/when the docs were changed. Compare: http://mynewt.apache.org/v1

Re: Microchip CryptoAuthLib in mynewt

2019-01-25 Thread Fabio Utzig
Hello, Those are very interesting chips, but unfortunately the library looks to be either LGPL (https://github.com/MicrochipTech/cryptoauthlib/blob/master/license.txt#L142) or GPL (https://github.com/MicrochipTech/cryptoauthlib/blob/master/license.txt#L662), both of which are incompatible wit

Microchip CryptoAuthLib in mynewt

2019-01-25 Thread Amr Bekhit
Hello all, I'm looking to integrate the Microchip CryptoAuthLib into mynewt (https://github.com/MicrochipTech/cryptoauthlib). I'm primarily focusing on getting the library incorporated as a standalone package and implement the I2C hal layer using the mynewt hal_i2c functions. This is a "heads up"