nuttx-apps/system
wangmingrong1 9aedfdd4f7 gcov.c: deal compile warming
gcov.c:61:6: warning: 'path' may be used uninitialized [-Wmaybe-uninitialized]
   61 |   if (path == NULL || access(path, F_OK) != 0 || atoi(strip) <= 0)
      |      ^
gcov.c: In function 'gcov_main':
gcov.c:79:19: note: 'path' was declared here
   79 |   FAR const char *path;

Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
2024-10-25 16:13:30 +02:00
..
adb Adapt the new header file path of va_format. 2024-09-23 14:54:06 +08:00
argtable3 build: Fix rpserver and rpproxy CMake builds 2024-08-20 11:25:48 -03:00
batterydump cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
cdcacm remove system/xxx/README.md. Migrated to Documentation/applications/system 2023-10-30 10:00:01 +08:00
cfgdata cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
cle system: use fileno to get stream file descriptor 2023-10-10 01:03:42 +08:00
composite remove system/xxx/README.md. Migrated to Documentation/applications/system 2023-10-30 10:00:01 +08:00
conntrack cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
coredump cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
critmon [BugFix]Command "critmon" error 2024-08-24 11:14:06 +08:00
cu system/cu: Remove the dependence on stdio FILE * function 2023-09-06 14:29:34 +02:00
dd dd_main.c: Add oseek optional argument. 2024-07-10 00:16:25 +08:00
debugpoint system: Rename debug to debugpoint 2024-09-08 21:41:23 +08:00
dhcp6c fix nxstyle 2024-05-11 01:20:08 +08:00
dhcpc netutils/netlib: Encapsulate the dhcp configuration network code and modify at all calling locations 2024-08-23 22:10:04 +08:00
dumpstack Wrong start and end values would make dead cycle. Exchange the values when start value is bigger than end value. 2023-08-16 20:20:03 +03:00
fastboot system/fastboot: Fix Out-of-bounds Write 2024-09-11 23:20:48 +08:00
fdt libfdt: modify makefile 2023-08-26 17:06:55 +08:00
flash_eraseall cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
gcov gcov.c: deal compile warming 2024-10-25 16:13:30 +02:00
gdbstub cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
hex2bin cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
hexed cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
hostname cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
i2c i2ctool dev has a -z option to use a zero-byte write request for 2024-07-20 08:51:59 -03:00
input apps: Fix input simulates touch reporting error 2024-08-20 02:51:01 +08:00
iptables cmake:add CMake build for libuv 2024-06-30 21:40:25 +08:00
libuv cmake:sync LIBUV_HANDLE_BACKTRACE fix build break 2024-09-13 23:16:26 +08:00
lm75 cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
lzf cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
mdio cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
netdb add initial cmake build system 2023-07-08 13:52:02 +08:00
nsh cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
ntpc system/ntpc/Kconfig: cosmetcis 2023-10-23 22:26:13 +08:00
nxcamera system/nxcamera: add CMakeLists.txt 2024-08-21 04:27:17 +08:00
nxcodec nxcodec: Modify the logic of judging the correctness of the incoming pixformat 2024-09-13 12:33:45 +08:00
nxdiag system/nxdiag: Remove unnecessary --depth parameter 2024-05-23 11:49:08 +08:00
nxlooper system/readline: correct the readline(3) prototype 2023-10-16 22:04:18 +08:00
nxplayer apps/nxplayer: add ioctl stop when play completed 2024-08-20 01:43:20 +08:00
nxrecorder system/nxrecorder: Add opus support in nxrecorder. 2024-08-30 01:25:16 +08:00
ofloader cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
ping net/ip: print ip addresses using ip4_addrN macro 2023-08-22 01:36:42 +08:00
ping6 cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
popen popen: Replace fcntl with ioctl 2024-08-16 19:48:18 +08:00
psmq remove system/xxx/README.md. Migrated to Documentation/applications/system 2023-10-30 10:00:01 +08:00
ptpd cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
readline system/readline: correct the readline(3) prototype 2023-10-16 22:04:18 +08:00
sched_note cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
sensorscope system: add sensor streaming tool based on nxscope 2024-05-23 11:50:08 +08:00
setlogmask setlogmask: fix uncloseed handle 2023-08-28 17:09:18 +03:00
settings Update settings.c 2024-08-30 21:29:50 +08:00
spi Fixed the problem of memory trampling caused by not initializing the structure 2024-08-24 11:14:47 +08:00
stackmonitor Revert "fix progname do not match issue" 2023-10-10 01:02:50 +08:00
system add initial cmake build system 2023-07-08 13:52:02 +08:00
taskset cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
tcpdump tcpdump:fix tcpdump stack overflow bug 2024-08-22 01:28:27 +08:00
tee cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
telnet add initial cmake build system 2023-07-08 13:52:02 +08:00
telnetd system/telnetd: add CMake script 2024-06-24 22:03:43 +08:00
termcurses cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
trace cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
ubloxmodem cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
uniqueid cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
uorb uorb/flush: support flush operation 2024-10-09 22:50:13 +08:00
usbmsc remove system/xxx/README.md. Migrated to Documentation/applications/system 2023-10-30 10:00:01 +08:00
vi cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
ymodem cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
zlib cmake:add zlib CMake build 2024-06-30 21:40:25 +08:00
zmodem cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
CMakeLists.txt add initial cmake build system 2023-07-08 13:52:02 +08: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