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

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


    from b480d00  rexec: support send command with arguments
     new aaf6f5c  fsutils/mkmbr: support mbr partition format
     new f5e40d3  fsutils/mkgpt: support gpt partition format

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:
 {industry/abnt_codi => fsutils/mkgpt}/Kconfig    |   8 +-
 {builtin => fsutils/mkgpt}/Make.defs             |   6 +-
 {examples/smps => fsutils/mkgpt}/Makefile        |  14 +-
 fsutils/mkgpt/mkgpt.c                            | 599 +++++++++++++++++++++++
 {examples/hdc1008_demo => fsutils/mkmbr}/Kconfig |   8 +-
 {builtin => fsutils/mkmbr}/Make.defs             |   6 +-
 {examples/smps => fsutils/mkmbr}/Makefile        |  14 +-
 fsutils/mkmbr/mkmbr.c                            | 188 +++++++
 8 files changed, 816 insertions(+), 27 deletions(-)
 copy {industry/abnt_codi => fsutils/mkgpt}/Kconfig (57%)
 copy {builtin => fsutils/mkgpt}/Make.defs (89%)
 copy {examples/smps => fsutils/mkgpt}/Makefile (87%)
 create mode 100644 fsutils/mkgpt/mkgpt.c
 copy {examples/hdc1008_demo => fsutils/mkmbr}/Kconfig (62%)
 copy {builtin => fsutils/mkmbr}/Make.defs (89%)
 copy {examples/smps => fsutils/mkmbr}/Makefile (87%)
 create mode 100644 fsutils/mkmbr/mkmbr.c

Reply via email to