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/04/20 17:12:19 UTC

[3/3] incubator-mynewt-core git commit: This closes #238.

This closes #238.

Merge branch 'raspberry_pi' of https://github.com/mkiiskila/incubator-mynewt-core


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/e13e309d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/e13e309d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/e13e309d

Branch: refs/heads/master
Commit: e13e309d92c7d86b6c14e8d672a7b4e52c24d68e
Parents: a34f653 1b5f14c
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Thu Apr 20 10:11:37 2017 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Thu Apr 20 10:11:37 2017 -0700

----------------------------------------------------------------------
 compiler/sim-armv7/compiler.yml                 |  41 ++
 compiler/sim-armv7/pkg.yml                      |  28 ++
 hw/mcu/native/pkg.yml                           |   1 -
 .../os/include/os/arch/sim-armv7/os/os_arch.h   |  82 ++++
 kernel/os/src/arch/sim-armv7/os_arch_sim.c      | 457 +++++++++++++++++++
 .../os/src/arch/sim-armv7/os_arch_stack_frame.s |  47 ++
 kernel/os/src/arch/sim-armv7/os_fault.c         |  39 ++
 7 files changed, 694 insertions(+), 1 deletion(-)
----------------------------------------------------------------------