Two quick notes I neglected to mention:
1. The switch from develop to master applies to all repos:
* incubator-mynewt-core
* incubator-mynewt-newt
* mynewt_arduino_zero
* mynewt_nordic
* mynewt_stm32f3
2. The runtimeinc github has been deprecated in favor of runtimeco.
This change affects:
* mynewt_arduino_zero
* mynewt_nordic
* mynewt_stm32f3
This was actually done a few months back, but I don't know if a note was
sent to the list at the time. The repos that you should be using are:
https://github.com/runtimeco/mynewt_arduino_zero
https://github.com/runtimeco/mynewt_nordic
https://github.com/runtimeco/mynewt_stm32f3
These are identical to their runtimeinc counterparts; only the github
owner is different.
Thanks,
Chris
On Fri, Apr 07, 2017 at 11:47:19AM -0700, Christopher Collins wrote:
> Hello all,
>
> I have just merged develop to master (as you no doubt noticed if you are
> subscribed to the commits list!). From now on, all commits should go
> into separate feature branches; develop is deprecated and should not be
> used anymore. The Mynewt branching policy is defined here:
> https://cwiki.apache.org/confluence/display/MYNEWT/Release+and+Support+Policy
>
> There is a related annoyance that contributors will need to deal with:
> existing pull requests. All the existing PRs have a target branch of
> "develop"; these will need to be updated to have a target branch of
> "master". Sorry for the hassle, everyone.
>
> All questions and concerns are welcome.
>
> Chris