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/05/04 07:41:27 UTC

[mynewt-core] branch master updated (754e65b -> e957d80)

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 754e65b  Merge pull request #1069 from davidzuhn/sensors/fix-typos
     add 14acfd6  Add SpiFlash driver
     new e957d80  Merge pull request #1064 from kasjer/spiflash

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:
 .../include/spiflash/spiflash.h}                   |  41 ++-
 hw/drivers/{mmc => flash/spiflash}/pkg.yml         |   4 +-
 hw/drivers/flash/spiflash/src/spiflash.c           | 362 +++++++++++++++++++++
 hw/drivers/flash/spiflash/syscfg.yml               |  58 ++++
 4 files changed, 446 insertions(+), 19 deletions(-)
 copy hw/drivers/flash/{at45db/include/at45db/at45db.h => spiflash/include/spiflash/spiflash.h} (55%)
 copy hw/drivers/{mmc => flash/spiflash}/pkg.yml (93%)
 create mode 100644 hw/drivers/flash/spiflash/src/spiflash.c
 create mode 100644 hw/drivers/flash/spiflash/syscfg.yml

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

[mynewt-core] 01/01: Merge pull request #1064 from kasjer/spiflash

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 e957d801d0b748d38e106713716bb0f4f7208342
Merge: 754e65b 14acfd6
Author: Sterling Hughes <st...@users.noreply.github.com>
AuthorDate: Fri May 4 00:41:25 2018 -0700

    Merge pull request #1064 from kasjer/spiflash
    
    Add SpiFlash driver

 .../flash/spiflash/include/spiflash/spiflash.h     |  62 ++++
 hw/drivers/flash/spiflash/pkg.yml                  |  27 ++
 hw/drivers/flash/spiflash/src/spiflash.c           | 362 +++++++++++++++++++++
 hw/drivers/flash/spiflash/syscfg.yml               |  58 ++++
 4 files changed, 509 insertions(+)

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