You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by st...@apache.org on 2018/03/08 21:09:55 UTC

[mynewt-core] branch master updated (be58b26 -> 9f9b18f)

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

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


    from be58b26  Merge pull request #890 from ccollins476ad/heap-align
     add 706d698  kernel/os: Add macro to create stack
     add d1a8c95  kernel/os: Make sure main and idle stacks are aligned corretly
     add f217015  nimble/ll: Use OS_TASK_STACK_DEFINE to init ble_ll stack
     add 5a97968  nimble/mesh: Use OS_TASK_STACK_DEFINE for stacks in mesh
     new 9f9b18f  Merge pull request #888 from rymanluk/stack_improvements

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/os_task.h     | 4 ++++
 kernel/os/src/os.c                 | 4 ++--
 net/nimble/controller/src/ble_ll.c | 3 ++-
 net/nimble/host/mesh/src/adv.c     | 9 +++------
 net/nimble/host/mesh/src/shell.c   | 7 +++----
 5 files changed, 14 insertions(+), 13 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
sterling@apache.org.

[mynewt-core] 01/01: Merge pull request #888 from rymanluk/stack_improvements

Posted by st...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9f9b18fadd3d508f00e1bd007a0f185ed069853b
Merge: be58b26 5a97968
Author: Sterling Hughes <st...@users.noreply.github.com>
AuthorDate: Thu Mar 8 13:09:53 2018 -0800

    Merge pull request #888 from rymanluk/stack_improvements
    
    kernel/os: Make sure correct stack aligment

 kernel/os/include/os/os_task.h     | 4 ++++
 kernel/os/src/os.c                 | 4 ++--
 net/nimble/controller/src/ble_ll.c | 3 ++-
 net/nimble/host/mesh/src/adv.c     | 9 +++------
 net/nimble/host/mesh/src/shell.c   | 7 +++----
 5 files changed, 14 insertions(+), 13 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
sterling@apache.org.