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:25 UTC

[mynewt-core] branch master updated (1f2c9c7 -> e1c42b7)

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

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


    from 1f2c9c7  Merge pull request #1438 from andrzej-kaczmarek/battery-mgr-poll
     add 7c78156  kernel/os: Add os_arch_in_isr() API
     new e1c42b7  Merge pull request #1402 from andrzej-kaczmarek/os_arch_in_isr

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)


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

Posted by an...@apache.org.
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(-)