Re: Change to absolute package dependencies in core

2018-06-25 Thread Alvaro Prieto
+1 On Sun, Jun 24, 2018 at 7:45 AM, Jacob Rosenthal wrote: > TLDR > why not make all newt core packages dependencies absolute like > - "@apache-mynewt-nimble/nimble/host/util" > instead of relative as they are now > - nimble/host/util > > Whenever I need to fork locally to my project I

Re: Bootloader does not start image

2018-05-31 Thread Alvaro Prieto
Hi Johan, I see your NRF52 board is supposed to be in LDO mode. Did you set MCU_DCDC_ENABLED:0 in your syscfg.yml to make sure it doesn't try to use the builtin DC-DC converter? https://mynewt.apache.org/develop/mynewt_faq.html#issues-running-image-on-boot Cheers, Alvaro On Thu, May 31, 2018

Re: Problem with starting up nRF Custom Board

2018-04-17 Thread Alvaro Prieto
Aditya, Have you tried disabling the DCDC (if you don't have the DC DC inductors)? MCU_DCDC_ENABLED: 0 I've had problems like these that were caused by that. Cheers, Alvaro On Tue, Apr 17, 2018 at 7:09 AM, Aditya Xavier wrote: > Sorry for spamming you all. > > However

Re: Retained Register Interface (also, hi!)

2018-04-05 Thread Alvaro Prieto
Here's my first attempt at it: https://github.com/apache/mynewt-core/pull/996 On Tue, Apr 3, 2018 at 1:49 PM, Alvaro Prieto <alvaropri...@verily.com> wrote: > I like that idea. I'll start implementing for the NRF with something like > that, we can come up with the name in the meant

Re: Retained Register Interface (also, hi!)

2018-04-03 Thread Alvaro Prieto
TMs. For platforms which don’t have peripheral supporting > this kind of storage, you can carve out space from RAM by reserving > the space within linker script. > > hal_retain is a bit long as a prefix, though :) > > > On Apr 3, 2018, at 6:36 PM, Alvaro Prieto <alvaropri...@veril

Retained Register Interface (also, hi!)

2018-04-03 Thread Alvaro Prieto
Hello, My name is Alvaro. I'm a firmware/hardware engineer and I've been playing with mynewt at home and at work for a few months now. I mostly hang out in the mynewt slack, but I've been advised to come here for hal and other source change discussions. The one today has to deal with a hal