You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2017/03/09 22:54:01 UTC

[1/2] incubator-mynewt-core git commit: Add initial cortex-m7 support compiler project

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 29b3ccbe9 -> a25c4fe30


Add initial cortex-m7 support compiler project


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/7114ef12
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/7114ef12
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/7114ef12

Branch: refs/heads/develop
Commit: 7114ef12f0929708118ec0677b12f752984495ab
Parents: 745d627 5248d3d
Author: Fabio Utzig <ut...@utzig.org>
Authored: Wed Feb 15 13:14:50 2017 -0800
Committer: Fabio Utzig <ut...@utzig.org>
Committed: Wed Feb 15 13:14:50 2017 -0800

----------------------------------------------------------------------
 compiler/arm-none-eabi-m7/compiler.yml | 37 +++++++++++++++++++++++++++++
 compiler/arm-none-eabi-m7/pkg.yml      | 30 +++++++++++++++++++++++
 compiler/arm-none-eabi-m7/syscfg.yml   |  4 ++++
 3 files changed, 71 insertions(+)
----------------------------------------------------------------------



[2/2] incubator-mynewt-core git commit: This closes #180.

Posted by ma...@apache.org.
This closes #180.

Merge branch 'cortex-m7' of https://github.com/utzig/incubator-mynewt-core into develop


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/a25c4fe3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/a25c4fe3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/a25c4fe3

Branch: refs/heads/develop
Commit: a25c4fe30684be8124ba4f258f35ff0602a14733
Parents: 29b3ccb 7114ef1
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Thu Mar 9 14:52:36 2017 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Thu Mar 9 14:52:36 2017 -0800

----------------------------------------------------------------------

----------------------------------------------------------------------