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 379d85d  hw/bsp: Specify SSD1673 config values in Reel Board bsp
     add 2c369b9  flash_loader; app and gdb macros to facilite populating 
external flash via MCU & programmer.
     add c2685a3  flash_loader; add a sample on how to use and scriptify this.
     new d334e89  Merge pull request #1557 from mkiiskila/flash_loader

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:
 apps/flash_loader/README.md                        |  69 +++++++
 .../include/flash_loader/flash_loader.h            |  32 ++--
 apps/{trng_test => flash_loader}/pkg.yml           |  11 +-
 apps/flash_loader/src/fl.c                         | 210 +++++++++++++++++++++
 apps/{boot => flash_loader}/syscfg.yml             |  22 ++-
 compiler/gdbmacros/flash_loader.gdb                | 161 ++++++++++++++++
 6 files changed, 482 insertions(+), 23 deletions(-)
 create mode 100644 apps/flash_loader/README.md
 copy hw/drivers/flash/enc_flash/include/enc_flash/enc_flash_int.h => 
apps/flash_loader/include/flash_loader/flash_loader.h (61%)
 copy apps/{trng_test => flash_loader}/pkg.yml (85%)
 create mode 100644 apps/flash_loader/src/fl.c
 copy apps/{boot => flash_loader}/syscfg.yml (69%)
 create mode 100644 compiler/gdbmacros/flash_loader.gdb

Reply via email to