[VOTE] Release Apache Mynewt 1.1.0-rc1

2017-07-25 Thread Szymon Janc
Hello all, I am pleased to be calling this vote for the source release of Apache Mynewt 1.1.0. Apache Mynewt is a community-driven, permissively licensed open source initiative for constrained, embedded applications. Mynewt provides a real-time operating system, flash file system, network

Re: Changing eventq for a package

2017-07-25 Thread Christopher Collins
On Tue, Jul 25, 2017 at 03:20:46PM -0700, Vipul Rahane wrote: > Hello, > > While working on the sensors framework, I found a limitation which > seems to be system wide and should be discussed before coming to a > consensus. > > By default all packages run on the default eventq. Generally, >

Re: Question regarding exchanging long characteristic values over BLE

2017-07-25 Thread Christopher Collins
On Tue, Jul 25, 2017 at 10:46:32AM -0700, Pritish Gandhi wrote: [...] > Ah I see! I was assuming a call to access_cb() on a read to completely read > the value of a characteristic so I was using that to trigger an event which > would change the value of that characteristic again. I guess that >

Re: newt fails to recognize RSA private key

2017-07-25 Thread Fabio Utzig
On Tue, Jul 25, 2017, at 02:11 PM, Fabio Utzig wrote: > On Tue, Jul 25, 2017, at 01:29 PM, Andrey Serdtsev wrote: > > Hi all, > > > > apache-mynewt-core/boot/bootutil/signed_images.md suggest to use > > 'openssl genrsa -out image_sign.pem 2048' for generating RSA keypair. > > When signing

Re: newt fails to recognize RSA private key

2017-07-25 Thread Fabio Utzig
On Tue, Jul 25, 2017, at 01:29 PM, Andrey Serdtsev wrote: > Hi all, > > apache-mynewt-core/boot/bootutil/signed_images.md suggest to use > 'openssl genrsa -out image_sign.pem 2048' for generating RSA keypair. > When signing with this key, everything is fine: > $ newt create-image my-app 1.0.0.0

newt fails to recognize RSA private key

2017-07-25 Thread Andrey Serdtsev
Hi all, apache-mynewt-core/boot/bootutil/signed_images.md suggest to use 'openssl genrsa -out image_sign.pem 2048' for generating RSA keypair. When signing with this key, everything is fine: $ newt create-image my-app 1.0.0.0 image_sign.pem ... App image succesfully generated: .../my-app.img