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 2019/03/22 20:45:12 UTC

[mynewt-core] branch master updated (8b003ca -> 257ed5b)

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 8b003ca  hw/mcu/nrf52xxx: Workaround for 1 byte long write in SPIM mode
     new 48e9fa6  spiflash: Cleanup hal interface setup
     new 651c24f  hal_flash: Add erase command
     new cba05d2  spiflash: Optimize waiting for flash to be ready
     new 851d937  spiflash: Add configurable write/erase times
     new 6a32b68  spiflash: Add block and chip erase functionality
     new 257ed5b  spiflash: Reduce number of Read Status Register commands

The 8672 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     |  35 ++-
 hw/drivers/flash/spiflash/src/spiflash.c           | 297 +++++++++++++++++----
 hw/drivers/flash/spiflash/syscfg.yml               |  48 ++++
 hw/hal/include/hal/hal_flash_int.h                 |   2 +
 hw/hal/src/hal_flash.c                             |  33 ++-
 5 files changed, 347 insertions(+), 68 deletions(-)