nuttx-apps/system
Huang Qi fd8ce46060 system/cle: Don't echo extra '\n'
Before:
```
NuttShell (NSH) NuttX-12.0.0
nsh> free
/* Extra line here */
                   total       used       free    largest  nused  nfree
        Umem:   33154512      33584   33120928   33120928     96      1
```

After:
```
NuttShell (NSH) NuttX-12.0.0
nsh> free
                   total       used       free    largest  nused  nfree
        Umem:   33154512      33584   33120928   33120928     96      1
```

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2023-03-04 13:50:08 +08:00
..
adb system/adb: Update to 305007e0e574e7cc2b8d706b0f5d8cc76675fc51 2023-02-11 22:00:05 +02:00
argtable3 [system/argtable3] Add test suite for argtable3 2023-01-25 23:45:29 +02:00
cachespeed system/cachespeed:Optimize output format and processing logic 2022-12-29 03:56:45 +08:00
cdcacm Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL 2021-08-06 11:04:35 +02:00
cfgdata change strcpy to strlcpy 2023-02-22 23:09:55 +08:00
cle system/cle: Don't echo extra '\n' 2023-03-04 13:50:08 +08:00
composite Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL 2021-08-06 11:04:35 +02:00
critmon Remove the unnecessary cast for main_t, NULL and argv 2022-10-18 18:40:23 +02:00
cu cu: fix cu hang when meet ctrl + C 2022-07-29 19:21:52 +03:00
dhcpc dhcp: Make the option dependence work for usrsock case 2022-11-21 01:02:14 +08:00
dumpstack build/Kconfig: fix warnings detected by kconfiglib 2023-02-09 19:45:36 +08:00
flash_eraseall system: nxstyle fixes 2021-06-11 02:42:05 -05:00
gcov system/gcov: add show usage 2022-09-27 19:39:31 +08:00
hex2bin Rename LIB_ to LIBC_ for all libc Kconfig 2021-08-05 16:42:32 +02:00
hexed change strcpy to strlcpy 2023-02-22 23:09:55 +08:00
hostname system/hostname: Add an option to read the hostname from a file 2022-07-18 12:29:51 +08:00
i2c fsutils/examples: Include unistd.h explicitly 2023-02-05 08:46:59 +02:00
input apps: Use MIN/MAX definitions from "sys/param.h" 2023-02-02 00:35:14 +02:00
iptables apps/system: Add iptables command. 2022-12-29 14:26:41 +08:00
libuv system/libuv: check GCC version before set special flags 2023-02-21 13:57:43 +08:00
lm75 fsutils/examples: Include unistd.h explicitly 2023-02-05 08:46:59 +02:00
lzf change strcpy to strlcpy 2023-02-22 23:09:55 +08:00
mdio net: fix compiler warning 2023-02-08 00:35:39 +08:00
netdb system: nxstyle fixes 2021-06-11 02:42:05 -05:00
nsh nsh: Decouple with CONFIG_FILE_STREAM 2023-02-22 13:47:41 +08:00
ntpc system: fix relative path CI error 2021-06-16 09:03:06 -05:00
nxcamera system/nxcamera: fix sscanf overflow 2023-02-16 19:00:29 +08:00
nxlooper fsutils/examples: Include unistd.h explicitly 2023-02-05 08:46:59 +02:00
nxplayer fsutils/examples: Include unistd.h explicitly 2023-02-05 08:46:59 +02:00
nxrecorder fsutils/examples: Include unistd.h explicitly 2023-02-05 08:46:59 +02:00
ping system/ping: remove depends since NETUTILS_PING already contains this check 2022-11-20 19:35:13 +08:00
ping6 system/ping: remove depends since NETUTILS_PING already contains this check 2022-11-20 19:35:13 +08:00
popen Rename task_spawnattr_setstacksize to posix_spawnattr_setstacksize 2022-11-01 09:51:08 +09:00
psmq move embedlog from system to logging 2023-01-05 21:42:15 +08:00
ramspeed system/ramspeed: skip cases where time too short 2023-01-18 09:02:10 +01:00
ramtest system: update licenses to Apache 2021-06-11 02:42:05 -05:00
readline readline: Don't echo input except VT100 command 2023-03-02 13:46:18 +08:00
sched_note trace: remove SCHED_INSTRUMENTATION_HIRES 2023-02-23 22:33:14 +08:00
setlogmask apps: system: setlogmask: update licenses to Apache 2022-03-08 17:04:01 +02:00
spi fsutils/examples: Include unistd.h explicitly 2023-02-05 08:46:59 +02:00
stackmonitor Remove the unnecessary cast for main_t, NULL and argv 2022-10-18 18:40:23 +02:00
system Rename task_spawnattr_setstacksize to posix_spawnattr_setstacksize 2022-11-01 09:51:08 +09:00
taskset apps: getpid should return process id not thread id 2022-11-17 17:58:45 +08:00
tee Makefile: Uros Platise: update licenses to Apache 2021-06-07 21:35:33 -05:00
telnet netutils: Support telnetd in the kernel mode 2022-11-07 15:24:08 +09:00
telnetd netutils: Support telnetd in the kernel mode 2022-11-07 15:24:08 +09:00
termcurses change strcpy to strlcpy 2023-02-22 23:09:55 +08:00
trace trace: remove SCHED_INSTRUMENTATION_HIRES 2023-02-23 22:33:14 +08:00
ubloxmodem fsutils/examples: Include unistd.h explicitly 2023-02-05 08:46:59 +02:00
uniqueid Kconfig: Make indent consistent with TABS 2023-02-10 14:11:48 +08:00
uorb fsutils/examples: Include unistd.h explicitly 2023-02-05 08:46:59 +02:00
usbmsc Fix boarctl typos 2022-01-16 08:07:47 +01:00
vi stdio: Remove CONFIG_EOL_IS_XXX 2023-02-23 17:21:19 +08:00
zmodem Remove the unnecessary cast for main_t, NULL and argv 2022-10-18 18:40:23 +02:00
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00