You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by je...@apache.org on 2018/11/29 13:10:51 UTC

[mynewt-core] branch master updated (2d2c9f3 -> d806218)

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

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


    from 2d2c9f3  Merge pull request #1537 from mkiiskila/newtmgr_fix_crash
     add 3038742  spiflash: Make spiflash thread safe
     new d806218  Merge pull request #1539 from kasjer/kasjer/spiflash-thread-safe

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:
 .../flash/spiflash/include/spiflash/spiflash.h     |  6 ++
 hw/drivers/flash/spiflash/src/spiflash.c           | 91 +++++++++++++++++++---
 2 files changed, 88 insertions(+), 9 deletions(-)


[mynewt-core] 01/01: Merge pull request #1539 from kasjer/kasjer/spiflash-thread-safe

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

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

commit d80621845b233b7644f9b95647f2f7934060466c
Merge: 2d2c9f3 3038742
Author: kasjer <ka...@users.noreply.github.com>
AuthorDate: Thu Nov 29 14:10:47 2018 +0100

    Merge pull request #1539 from kasjer/kasjer/spiflash-thread-safe
    
    spiflash: Make spiflash thread safe

 .../flash/spiflash/include/spiflash/spiflash.h     |  6 ++
 hw/drivers/flash/spiflash/src/spiflash.c           | 91 +++++++++++++++++++---
 2 files changed, 88 insertions(+), 9 deletions(-)