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

[mynewt-core] branch master updated (7a7e6cf -> 0470451)

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

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


    from 7a7e6cf  bmp280/bme280: Fix dependency for bus driver
     add 339b6e0  flash_loader; add support for reading flash contents to a file.
     new 0470451  Merge pull request #1562 from mkiiskila/flash_loader_dump

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/flash_loader/flash_loader.h            |  1 +
 apps/flash_loader/src/fl.c                         | 17 +++++++
 compiler/gdbmacros/flash_loader.gdb                | 56 +++++++++++++++++++++-
 3 files changed, 72 insertions(+), 2 deletions(-)


[mynewt-core] 01/01: Merge pull request #1562 from mkiiskila/flash_loader_dump

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

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

commit 0470451243d1a31beb2b296667b30b58878a3d05
Merge: 7a7e6cf 339b6e0
Author: mkiiskila <ma...@runtime.io>
AuthorDate: Thu Dec 13 11:52:16 2018 +0200

    Merge pull request #1562 from mkiiskila/flash_loader_dump
    
    flash_loader; add support for reading flash contents to a file.

 .../include/flash_loader/flash_loader.h            |  1 +
 apps/flash_loader/src/fl.c                         | 17 +++++++
 compiler/gdbmacros/flash_loader.gdb                | 56 +++++++++++++++++++++-
 3 files changed, 72 insertions(+), 2 deletions(-)