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/10/16 18:19:43 UTC

[mynewt-core] branch master updated (46bb9de -> 47331b4)

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 46bb9de  Merge pull request #1456 from jeremywood/nrf52_spi_config
     add 326e2e1  spiflash: Add support for multiple chips
     new 47331b4  Merge pull request #1444 from kasjer/spiflash-multi-chip

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:
 hw/drivers/flash/spiflash/{ => chips}/pkg.yml      |   6 +-
 hw/drivers/flash/spiflash/chips/syscfg.yml         | 490 +++++++++++++++
 .../flash/spiflash/include/spiflash/spiflash.h     |  35 ++
 hw/drivers/flash/spiflash/pkg.yml                  |   1 +
 hw/drivers/flash/spiflash/src/spiflash.c           | 663 +++++++++++++++++++--
 hw/drivers/flash/spiflash/syscfg.yml               |   5 +-
 6 files changed, 1158 insertions(+), 42 deletions(-)
 copy hw/drivers/flash/spiflash/{ => chips}/pkg.yml (89%)
 create mode 100644 hw/drivers/flash/spiflash/chips/syscfg.yml


[mynewt-core] 01/01: Merge pull request #1444 from kasjer/spiflash-multi-chip

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 47331b45d3b1633770ee52868306ddee06e08b7a
Merge: 46bb9de 326e2e1
Author: kasjer <ka...@users.noreply.github.com>
AuthorDate: Tue Oct 16 20:19:38 2018 +0200

    Merge pull request #1444 from kasjer/spiflash-multi-chip
    
    spiflash: Add support for multiple chips

 hw/drivers/flash/spiflash/{ => chips}/pkg.yml      |   6 +-
 hw/drivers/flash/spiflash/chips/syscfg.yml         | 490 +++++++++++++++
 .../flash/spiflash/include/spiflash/spiflash.h     |  35 ++
 hw/drivers/flash/spiflash/pkg.yml                  |   1 +
 hw/drivers/flash/spiflash/src/spiflash.c           | 663 +++++++++++++++++++--
 hw/drivers/flash/spiflash/syscfg.yml               |   5 +-
 6 files changed, 1158 insertions(+), 42 deletions(-)