nuttx-apps/system
Xiang Xiao 53efd71d6d Fix format warn (#13)
* fix warning: format '%u' expects argument of type 'unsigned int *', but argument 3 has type 'uint16_t *

Change-Id: I3eccf8e2cd917f19b7a9edab233b327297d74bb7
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>

* fix warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int'

Change-Id: Ic59a1e9e49256637fa73459c46b8cded036cf971
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-01-14 03:21:13 +01:00
..
cdcacm Unify the void cast usage 2020-01-02 23:21:01 +08:00
cfgdata Unify the void cast usage 2020-01-02 23:21:01 +08:00
cle delete all characters from char to EOL 2020-01-08 15:40:04 -06:00
composite Unify the void cast usage 2020-01-02 23:21:01 +08:00
critmon apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
cu apps/system/cu/cu_main.c: (1) Fix early exit. getc(stdin) can return 0 the first time around. (2) Set optind to zero. getopt() was being left in a bad state, causing parsing errors on second use. (3) Fix priority of cu_listen(). (4) Add suppor for -h. 2019-11-05 07:07:02 -06:00
dhcpc Unify the void cast usage 2020-01-02 23:21:01 +08:00
embedlog nshlib/Kconfig: Add missing NSH_DISABLE_DMESG, typos. 2019-11-08 07:52:22 -06:00
flash_eraseall apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
hex2bin apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
hexed apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
i2c Unify the void cast usage 2020-01-02 23:21:01 +08:00
lm75 apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
lzf Unify the void cast usage 2020-01-02 23:21:01 +08:00
mdio Unify the void cast usage 2020-01-02 23:21:01 +08:00
netdb apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
nsh Unify the void cast usage 2020-01-02 23:21:01 +08:00
ntpc apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
nxplayer Unify the void cast usage 2020-01-02 23:21:01 +08:00
nxrecorder Unify the void cast usage 2020-01-02 23:21:01 +08:00
ping apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
ping6 Fix format warn (#13) 2020-01-14 03:21:13 +01:00
popen Unify the void cast usage 2020-01-02 23:21:01 +08:00
psmq In all Make.defs files, append CONFIGURED_APPS with the consistent ifeq/ifneq. 2019-10-17 11:42:49 -06:00
ramtest apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
readline system: readline: Improve security 2020-01-08 20:43:39 +08:00
sched_note Unify the void cast usage 2020-01-02 23:21:01 +08:00
setlogmask apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
spi Unify the void cast usage 2020-01-02 23:21:01 +08:00
stackmonitor apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
system Unify the void cast usage 2020-01-02 23:21:01 +08:00
taskset Unify the void cast usage 2020-01-02 23:21:01 +08:00
tee Unify the void cast usage 2020-01-02 23:21:01 +08:00
telnet apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
termcurses In all Make.defs files, append CONFIGURED_APPS with the consistent ifeq/ifneq. 2019-10-17 11:42:49 -06:00
ubloxmodem apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
usbmsc Various fixes (#6) 2020-01-07 09:01:23 -06:00
usrsock_rpmsg apps/system/usrsock_rpmsg/usrsock_rpmsg_server.c: Fix usrsock_rpmsg_server.c:554:7: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]. 2019-11-11 09:06:18 -06:00
vi Unify the void cast usage 2020-01-02 23:21:01 +08:00
zmodem system: zmodem: Improve zmodem send performance 2020-01-08 20:43:39 +08:00
.gitignore Recursive Kconfig autogeneration 2016-06-02 16:34:00 +02:00
Make.defs Restore apps/system/flash_eraseall/ using new IOCTL wrapper 2016-06-03 08:15:37 -06:00
Makefile Rearrange to eliminate Kmenu files 2016-06-09 08:59:16 -06:00