You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2018/10/03 10:17:26 UTC

[mynewt-core] 01/01: Merge pull request #1402 from andrzej-kaczmarek/os_arch_in_isr

This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit e1c42b7eb8bfa194a88961c8251b7d315eab35b4
Merge: 1f2c9c7 7c78156
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Wed Oct 3 12:17:21 2018 +0200

    Merge pull request #1402 from andrzej-kaczmarek/os_arch_in_isr
    
    kernel/os: Add os_arch_in_isr() API

 kernel/os/include/os/arch/common.h               |  1 +
 kernel/os/include/os/arch/cortex_m0/os/os_arch.h |  7 +++++++
 kernel/os/include/os/arch/cortex_m3/os/os_arch.h |  7 +++++++
 kernel/os/include/os/arch/cortex_m4/os/os_arch.h |  7 +++++++
 kernel/os/include/os/arch/cortex_m7/os/os_arch.h |  7 +++++++
 kernel/os/include/os/arch/mips/os/os_arch.h      |  7 +++++++
 kernel/os/include/os/arch/pic32/os/os_arch.h     |  7 +++++++
 kernel/os/src/arch/mips/os_arch_mips.c           | 11 ++---------
 kernel/os/src/arch/pic32/os_arch_pic32.c         | 11 ++---------
 9 files changed, 47 insertions(+), 18 deletions(-)