Hi all, I pulled in Paul’s changes to support Arduino Zero. However, I removed the BSP and MCU from the codebase, due to Atmel’s license on their driver files. I did keep other changes that were made to rest of the codebase.
You can still build MyNewt for those boards, but the sources for that support needs to live somewhere else. I created another repository in https://github.com/runtimeinc/mynewt_arduino_zero.git <https://github.com/runtimeinc/mynewt_arduino_zero.git> for those boards. newt app add-pkg-list mynewt_arduino https://github.com/runtimeinc/mynewt_arduino_zero <https://github.com/runtimeinc/mynewt_arduino_zero> - will fetch the package list from that repository and newt pkg install hw/bsp/arduino_zero - will fetch the sources for the BSP and accompanying MCU support > Begin forwarded message: > > From: [email protected] > Subject: [51/51] [abbrv] [partial] incubator-mynewt-larva git commit: Arduino > zero BSP and Atmel MCU in a different repository. > Date: February 26, 2016 at 5:26:53 PM PST > To: [email protected] > Reply-To: [email protected] > > Arduino zero BSP and Atmel MCU in a different repository. > > > Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo > Commit: > http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/a280628a > Tree: > http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/a280628a > Diff: > http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/a280628a > > Branch: refs/heads/develop > Commit: a280628a67715ece36eb3554f3ecd37630c917bb > Parents: a5fc1ea > Author: Marko Kiiskila <[email protected]> > Authored: Fri Feb 26 17:20:49 2016 -0800 > Committer: Marko Kiiskila <[email protected]> > Committed: Fri Feb 26 17:20:49 2016 -0800 > > ----------------------------------------------------------------------
