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/09/17 10:58:00 UTC

[mynewt-core] 01/01: Merge pull request #1395 from andrzej-kaczmarek/os_arch-cleanup

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 6d39c49ff7ee395c7f414d03bbf51b1faced7ebe
Merge: 30e2289 4dddef0
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Mon Sep 17 12:57:54 2018 +0200

    Merge pull request #1395 from andrzej-kaczmarek/os_arch-cleanup
    
    os_arch cleanup

 hw/bsp/nrf51-arduino_101/src/hal_bsp.c             | 57 --------------------
 kernel/os/include/os/arch/arc/os/os_arch.h         | 41 ++------------
 .../include/os/arch/{arc/os/os_arch.h => common.h} | 54 +++++++++----------
 kernel/os/include/os/arch/cortex_m0/os/os_arch.h   | 44 ++-------------
 kernel/os/include/os/arch/cortex_m3/os/os_arch.h   | 46 ++--------------
 kernel/os/include/os/arch/cortex_m4/os/os_arch.h   | 46 ++--------------
 kernel/os/include/os/arch/cortex_m7/os/os_arch.h   | 46 ++--------------
 kernel/os/include/os/arch/mips/os/os_arch.h        | 53 +++++-------------
 kernel/os/include/os/arch/pic32/os/os_arch.h       | 62 +++++-----------------
 kernel/os/include/os/arch/rv32imac/os/os_arch.h    | 46 ++--------------
 kernel/os/include/os/arch/sim-armv7/os/os_arch.h   | 34 ++++--------
 kernel/os/include/os/arch/sim-mips/os/os_arch.h    | 34 ++++--------
 kernel/os/include/os/arch/sim/os/os_arch.h         | 34 ++++--------
 kernel/os/src/os_priv.h                            |  4 ++
 14 files changed, 110 insertions(+), 491 deletions(-)