nuttx-apps/system
v-tangmeng dd7c846d70 apps/system: fix the compile error
error: 'CONFIG_NSH_LINELEN' undeclared (first use in this function);
did you mean 'CONFIG_NSH_PIPELINE'?

Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com>
2026-04-27 10:33:25 +08:00
..
acpica apps/apcica: add acpica tool 2026-04-20 15:19:17 +08:00
adb fs: rename PSEUDOFS_SOFTLINKS to FS_LINKS 2026-04-20 15:20:16 +08:00
argtable3 nsh: support watch command 2026-04-20 15:18:53 +08:00
batterydump batterydump:move to system dir 2026-04-20 15:18:19 +08:00
cdcacm nsh: support watch command 2026-04-20 15:18:53 +08:00
cfgdata system/cfgdata: ajust cfgdata dependency configuration 2026-04-20 15:20:24 +08:00
cle nsh: return EOF when nread is 0 2026-04-20 15:19:02 +08:00
composite apps/system/composite: change cmake build name to conn and disconn 2026-04-20 15:19:31 +08:00
conntrack cmake:support system apps CMake build 2026-04-20 15:16:21 +08:00
coredump Revert "apps/coredump.c:coredump func prototype is modified regs and sync the call site" 2026-04-20 15:20:17 +08:00
cpuload apps/testing:move atomic cpuload getprime,smp and timerjitter folders to the new sched folder 2026-04-20 15:19:21 +08:00
critmon fix compile error 2026-04-20 15:20:13 +08:00
cu cu: make the cu exit procedure decouple from signal 2026-04-20 15:20:20 +08:00
dd nsh: support watch command 2026-04-20 15:18:53 +08:00
debugpoint system/debugpoint: prevent compiler optimizations to ensure debugpoints are triggered 2026-04-20 15:20:17 +08:00
dhcp6c nsh: support watch command 2026-04-20 15:18:53 +08:00
dhcpc system/dhcpc: fix cmake program name 2026-04-20 15:18:20 +08:00
dumpstack Merge branch 'dev-merge-github-20230228' into dev 2026-04-20 15:12:39 +08:00
fastboot apps/fastboot: add O_DIRECT param when open 2026-04-20 15:20:18 +08:00
fbcapture tools/fbcapture: add CMakeLists.txt for fbcapture application 2026-04-20 15:19:55 +08:00
fdt system/fdt: add cmake support 2026-04-20 15:18:20 +08:00
flash_eraseall nsh: support watch command 2026-04-20 15:18:53 +08:00
flatbuffers Merge branch 'master' into vela 2026-04-20 15:18:54 +08:00
gcov gcov: Output mode judgment is implemented in the kernel layer 2026-04-20 15:19:26 +08:00
gdbstub system/gdbstub: add const for send buffer 2026-04-20 15:19:08 +08:00
gprof gprof: modify depends on 2026-04-20 15:18:59 +08:00
hex2bin cmake:support system apps CMake build 2026-04-20 15:16:21 +08:00
hexed nsh: support watch command 2026-04-20 15:18:53 +08:00
hostname cmake:support system apps CMake build 2026-04-20 15:16:21 +08:00
i2c nsh: support watch command 2026-04-20 15:18:53 +08:00
init system/init: Fix multi-event action triggering 2026-04-20 15:20:20 +08:00
iptables iptables: add file lock to prevent concurrent overwrite 2026-04-20 15:19:47 +08:00
libarchive system/libarchive: add config of ppmd 2026-04-20 15:20:23 +08:00
libuv Android-Vela: rename kernel_modules_headers. 2026-04-20 15:20:24 +08:00
lm75 nsh: support watch command 2026-04-20 15:18:53 +08:00
lsan apps: add more header files 2026-04-20 15:19:30 +08:00
lzf cmake:support system apps CMake build 2026-04-20 15:16:21 +08:00
mdio Revert "[apps/system/mdio]:Change reg_num val_in val_out from uint16_t to uint32_t" 2026-04-20 15:19:33 +08:00
netdb Remove the const cast from the initialization of boardioc_symtab_s::symtab 2026-04-20 15:09:53 +08:00
nsh nsh: support watch command 2026-04-20 15:18:53 +08:00
ntpc nsh: support watch command 2026-04-20 15:18:53 +08:00
nxcamera apps/system: fix the compile error 2026-04-27 10:33:25 +08:00
nxcodec nxcodec: reduce nxcodec redundant log output for dec 2026-04-20 15:19:11 +08:00
nxdiag Improve nxdiag example for Espressif devices 2026-04-20 15:18:58 +08:00
nxlooper apps/system: fix the compile error 2026-04-27 10:33:25 +08:00
nxplayer apps/system: fix the compile error 2026-04-27 10:33:25 +08:00
nxrecorder apps/system: fix the compile error 2026-04-27 10:33:25 +08:00
ofloader system/ofloader: fix compile error. 2026-04-20 15:19:33 +08:00
perf-tools apps/perf-tools: fix compile error 2026-04-20 15:20:13 +08:00
ping net/ping: utils ping should depends on ipv4 2026-04-20 15:19:50 +08:00
ping6 ping6: fix illegal address access due to struct not init 2026-04-20 15:20:18 +08:00
popen popen: close newfd correctly 2026-04-20 15:19:31 +08:00
psmq nsh: support watch command 2026-04-20 15:18:53 +08:00
ptpd netutils/ptpd: using -B to control BMCA message 2026-04-20 15:19:27 +08:00
readline system/readline: Add software echo for normal characters 2026-04-20 15:20:24 +08:00
resmonitor apps/testing: Move irtest/sensortest/resmonitor/monkey to apps/system 2026-04-20 15:19:10 +08:00
sched_note system: simplify system/note code 2026-04-20 15:18:35 +08:00
sensorscope nsh: support watch command 2026-04-20 15:18:53 +08:00
sensortest apps/testing: Move irtest/sensortest/resmonitor/monkey to apps/system 2026-04-20 15:19:10 +08:00
setlogmask setlogmask:use nx_setlogmask inside of seglogmask 2026-04-20 15:19:48 +08:00
settings nsh: support watch command 2026-04-20 15:18:53 +08:00
spi system/spi: fix tasking compile error 2026-04-20 15:20:17 +08:00
stackmonitor sched: fix the compile error 2026-04-20 15:20:13 +08:00
stty system: Add stty utility for terminal control 2026-04-20 15:20:24 +08:00
system nsh: support watch command 2026-04-20 15:18:53 +08:00
taskset Fix Pass-length error 2026-04-20 15:19:04 +08:00
tcpdump pkt: Set `sll_protocol` for raw socket to `ETH_P_ALL` 2026-04-20 15:19:17 +08:00
tee cmake:support system apps CMake build 2026-04-20 15:16:21 +08:00
telnet enable SOCK_CLOEXEC explicit 2026-04-20 15:18:13 +08:00
telnetd nsh: support watch command 2026-04-20 15:18:53 +08:00
termcurses termcurses: Disable ICANON for serial driver. That was broken VI editor. 2026-04-20 15:18:56 +08:00
trace system/trace: trace dump supports specifying devices 2026-04-20 15:19:47 +08:00
ubloxmodem cmake:support system apps CMake build 2026-04-20 15:16:21 +08:00
uniqueid nsh: support watch command 2026-04-20 15:18:53 +08:00
uorb uorb: Increase the waiting time at the publish end so that the subscrib end has time to process. 2026-04-20 15:20:23 +08:00
usbmsc nsh: support watch command 2026-04-20 15:18:53 +08:00
vi apps/system/vi: Add missing vi_release before exit. 2026-04-20 15:18:56 +08:00
xz system:support xz utils 2026-04-20 15:18:59 +08:00
ymodem apps/system/ymodem: Optimized ymodem for burn during bootloader 2026-04-20 15:19:39 +08:00
zlib apps: Fix config coding style. 2026-04-20 15:19:36 +08:00
zmodem apps/zmodem: fix multiple definition 2026-04-20 15:20:19 +08:00
.gitignore Remove extra whitespace from files (#43) 2026-04-20 14:50:13 +08:00
CMakeLists.txt Remove the const cast from the initialization of boardioc_symtab_s::symtab 2026-04-20 15:09:53 +08:00
Make.defs nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
Makefile nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00