Re: ADC on Arduino Primo

2017-02-28 Thread Jacob Rosenthal
This arrived today with b3be6f034169efaa53511b9da0905c4bba014608 and I updated both my nrf51 version of davids adc driver and my battery service. I think its pretty clean and 'newty' Again, any code review welcome, and if you think any of it fits in core I can PR

Re: newt size improvements

2017-02-28 Thread Simon Ratner
Win10 / msys2-x64, gcc versions below. I'll try to poke around as well when I get a chance. $ gcc --version gcc.exe (Rev2, Built by MSYS2 project) 6.2.0 Copyright (C) 2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even

Re: issue with FCB reboot logs

2017-02-28 Thread Jacob Rosenthal
This comes up a lot Ive noticed, at least with nrf51. I was thinking that the bsp could expose an erase for newtmgr for the cases when it does On Tue, Feb 28, 2017 at 12:24 PM, marko kiiskila wrote: > > > On Feb 28, 2017, at 7:59 AM, Christopher Collins >

Re: issue with FCB reboot logs

2017-02-28 Thread marko kiiskila
> On Feb 28, 2017, at 7:59 AM, Christopher Collins wrote: > > Hi Szymon, > > On Tue, Feb 28, 2017 at 03:51:51PM +0100, Szymon Janc wrote: >> Hi, >> >> I noticed that some applications (eg bleprhp) enable FCB logging in >> syscfg.yml by default. >> When flashing such sample

Re: issue with FCB reboot logs

2017-02-28 Thread Christopher Collins
Hi Szymon, On Tue, Feb 28, 2017 at 03:51:51PM +0100, Szymon Janc wrote: > Hi, > > I noticed that some applications (eg bleprhp) enable FCB logging in > syscfg.yml by default. > When flashing such sample on nRF52DK I get assertion [1] before even > main() is reached. > And if I reset a board I

Re: newt size improvements

2017-02-28 Thread Sterling Hughes
We do! Sterling Sent from my iPhone > On Feb 28, 2017, at 12:21 AM, Michał Narajowski > wrote: > > Hi Simon, > > could you give us more info about your setup, so we can reproduce the > problem? I don't think Mynewt supports Windows. > > Michał > >

issue with FCB reboot logs

2017-02-28 Thread Szymon Janc
Hi, I noticed that some applications (eg bleprhp) enable FCB logging in syscfg.yml by default. When flashing such sample on nRF52DK I get assertion [1] before even main() is reached. And if I reset a board I get loop of assert and unhandled interrupt exception [2]. Disabling FCB makes sample

Re: newt size improvements

2017-02-28 Thread Michał Narajowski
Hi Simon, could you give us more info about your setup, so we can reproduce the problem? I don't think Mynewt supports Windows. Michał 2017-02-27 21:12 GMT+01:00 Szymon Janc : > Hi Simon, > > On 27 February 2017 at 19:04, Simon Ratner wrote: > > Clean