PWM Driver

2017-07-10 Thread Miguel Azevedo
Hi, I am currently developing a PWM driver for mynewt, more specifically a driver for nRF52 based hardware. Therefore I came up with this PWM high level API, which will be described ahead on this e-mail. Its source code:

duplicate repositories mynewt_arduino_zero, mynewt_nordic, mynewt_stm32f3

2017-07-10 Thread marko kiiskila
Hi, currently we have these repositories (with almost the same contents), the new one in github.com/runtimeco and old one in github.com/runtimeinc Although from pulling point of view it is somewhat more convenient to users to have

Re: Newtmgr moved to new repo

2017-07-10 Thread Paul LaCrosse
Tried option #2, which worked. Thanks Chris! On Mon, Jul 10, 2017 at 4:23 PM, Christopher Collins wrote: > Hi Paul, > > On Mon, Jul 10, 2017 at 04:13:30PM -0400, Paul LaCrosse wrote: > > Pauls-MacBook-Pro-2:testgoget paul$ go get mynewt.apache.org/newtmgr/. > .. > > > > # cd

Re: Newtmgr moved to new repo

2017-07-10 Thread Christopher Collins
Hi Paul, On Mon, Jul 10, 2017 at 04:13:30PM -0400, Paul LaCrosse wrote: > Pauls-MacBook-Pro-2:testgoget paul$ go get mynewt.apache.org/newtmgr/... > > # cd /Users/paul/dev/go/src/mynewt.apache.org/newt; git pull --ff-only > > fatal: repository ' >

Re: Newtmgr moved to new repo

2017-07-10 Thread Paul LaCrosse
Pauls-MacBook-Pro-2:testgoget paul$ go get mynewt.apache.org/newtmgr/... # cd /Users/paul/dev/go/src/mynewt.apache.org/newt; git pull --ff-only fatal: repository ' https://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt.git/' not found package

Newtmgr moved to new repo

2017-07-10 Thread Christopher Collins
Hello all, The newtmgr tool location has changed: From: https://github.com/apache/mynewt-newt/tree/master/newtmgr To: https://github.com/apache/mynewt-newtmgr/tree/master/newtmgr To download the latest newtmgr, use the following command: go get mynewt.apache.org/newtmgr/... The