This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 61194fe6c examples/elf: add possibility to create romfs image new 2a52c4c7f system/dd: support conv=nocreat new b608dd0e3 system/dd: align nshlib/cmd_dd new 721d79fb7 system/dd: align nshlib/cmd_dd new be6a45cb1 system/dd: check infile/outfile when closing new 6db2c14fa system/dd: align nsh dd command new 5585c9d34 nshlib/dd: remove nsh dd cmd The 6 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: nshlib/CMakeLists.txt | 1 - nshlib/Kconfig | 9 - nshlib/Makefile | 2 +- nshlib/nsh.h | 3 - nshlib/nsh_command.c | 6 - nshlib/nsh_ddcmd.c | 505 -------------------------------------------------- system/dd/Kconfig | 7 +- system/dd/dd_main.c | 179 ++++++++++++++---- 8 files changed, 152 insertions(+), 560 deletions(-) delete mode 100644 nshlib/nsh_ddcmd.c