nuttx-apps/fsutils
Alin Jerpelea 5c936ce0e4 Various fixes (#6)
Author: Gregory Nutt <gnutt@nuttx.org>

    Run all .c and .h affected by this PR through nxstyle.

Author: Alin Jerpelea <alin.jerpelea@sony.com>

    * system/usbmsc: Fix accessing uninitialized pointer
    * fsutils/inifile: Fix a memory leak in inifile error case
    * fsutils/mksmartfs: Fix uninitialized return code
    * system/zmodem: Fix a compile error in zmodem debug enabled
    * nshlib/nsh_fscmds.c: Add syntax check to cp command

    If the destication of NutShell cp command is the same with the source,
    it may cause the file corruption. Add the syntax check of argument to
    avoid this problem.
2020-01-07 09:01:23 -06:00
..
flash_eraseall Unify the void cast usage 2020-01-02 23:21:01 +08:00
inifile Various fixes (#6) 2020-01-07 09:01:23 -06:00
inih apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
mkfatfs Unify the void cast usage 2020-01-02 23:21:01 +08:00
mksmartfs Various fixes (#6) 2020-01-07 09:01:23 -06:00
passwd Unify the void cast usage 2020-01-02 23:21:01 +08:00
.gitignore Recursive Kconfig autogeneration 2016-06-02 16:34:00 +02:00
Make.defs mksmartfs: Move into apps/fsutils from kernel, now uses only open and ioctl. Add configuration option to supported multiple root directories. From Ken Petit 2015-11-23 06:59:56 -06:00
Makefile Rearrange to eliminate Kmenu files 2016-06-09 08:59:16 -06:00