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

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


    from 85988dc77 Fix nuttx coding style
     new d0ad047f8 support openflashloader for nuttx
     new ccd6aec42 ofloader: fix warning and typo

The 2 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:
 system/ofloader/Kconfig                            |  44 +++
 {builtin => system/ofloader}/Make.defs             |   6 +-
 {boot/miniboot => system/ofloader}/Makefile        |  11 +-
 system/ofloader/ofloader.c                         | 376 +++++++++++++++++++++
 .../tcurses_priv.h => ofloader/ofloader.h}         |  38 ++-
 system/ofloader/segger.c                           | 244 +++++++++++++
 6 files changed, 704 insertions(+), 15 deletions(-)
 create mode 100644 system/ofloader/Kconfig
 copy {builtin => system/ofloader}/Make.defs (89%)
 copy {boot/miniboot => system/ofloader}/Makefile (82%)
 create mode 100644 system/ofloader/ofloader.c
 copy system/{termcurses/tcurses_priv.h => ofloader/ofloader.h} (71%)
 create mode 100644 system/ofloader/segger.c

Reply via email to