nuttx-apps/system
anjiahao 95368deae2 ymodem:fix bug,When sending a retransmission, HEAD is overwritten.
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2024-10-29 18:02:20 +08:00
..
adb system/adb: Implement ADB function through qemu pipe (1/3) 2024-10-12 10:43:11 +08:00
argtable3 build: Fix rpserver and rpproxy CMake builds 2024-08-20 11:25:48 -03:00
batterydump batterydump:move to system dir 2024-09-30 18:31:03 +08:00
cdcacm cmake:add system cdcacm/critmom/stackmonitor missing CMake scripts 2024-10-09 20:15:49 +08:00
cfgdata cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
cle libc:getline support backspace 2024-10-11 03:02:23 +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 coredump app: type of info->time has changed into timespec 2024-10-17 08:55:22 +08:00
critmon cmake:add system cdcacm/critmom/stackmonitor missing CMake scripts 2024-10-09 20:15:49 +08:00
cu fix ECHO problem 2024-10-13 10:33:22 +08: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 Keep the dhcpv6 renew process name the same in cmake and makefile 2024-10-09 20:05:11 +08:00
dhcpc system/dhcpc: fix cmake program name 2024-10-01 21:50:08 +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 apps: Fix compilation error after nuttx/arch.h excluded. 2024-10-16 07:12:40 +08:00
fdt system/fdt: add cmake support 2024-10-01 21:50:08 +08:00
flash_eraseall cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
flatbuffers fix: git status/git status --ignore normalization check problem 2024-10-27 18:12:54 +08:00
gcov gcov.c: deal compile warming 2024-10-09 21:27:35 +08:00
gdbstub enable SOCK_CLOEXEC explicit 2024-09-26 16:13:29 +08:00
gprof cmake:add system gprof CMake build 2024-10-27 14:05:06 +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 system/libuv: Sync CMakeLists.txt with Makefile 2024-10-27 20:02:07 +08:00
lm75 cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
lsan lsan: add system cmd lsan support 2024-10-11 19:39:42 +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 apps: Fix compilation error after nuttx/arch.h excluded. 2024-10-16 07:12:40 +08:00
nxcamera system/nxcamera: add CMakeLists.txt 2024-08-21 04:27:17 +08:00
nxcodec nxcodec: fix build warning 2024-10-11 01:28:51 +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 apps: Fix compilation error after nuttx/arch.h excluded. 2024-10-16 07:12:40 +08:00
sched_note system: simplify system/note code 2024-10-09 13:42:31 +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 cmake:add system cdcacm/critmom/stackmonitor missing CMake scripts 2024-10-09 20:15:49 +08:00
system system/system: add config SYSTEM_SYSTEM_DUMPINFO 2024-10-11 19:21:41 +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 enable SOCK_CLOEXEC explicit 2024-09-26 16:13:29 +08:00
telnetd Fix telnetd.c:57:5: error: 'CONFIG_SYSTEM_TELNETD_SESSION_STACKSIZE' undeclared 2024-10-14 10:44:40 +08:00
termcurses termcurses: Disable ICANON for serial driver. That was broken VI editor. 2024-10-28 10:10:14 -03:00
trace support filter for each note channel 2024-10-15 12:34:09 +08:00
ubloxmodem cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
uniqueid system/uniqueid: remove FAR from int variables 2024-10-02 10:40:05 +02:00
uorb uorb:Fixed the abnormal issue of printing uint16 with PRIu16. 2024-10-18 19:56:58 +08:00
usbmsc remove system/xxx/README.md. Migrated to Documentation/applications/system 2023-10-30 10:00:01 +08:00
vi apps/system/vi: Add missing vi_release before exit. 2024-10-28 10:10:14 -03:00
ymodem ymodem:fix bug,When sending a retransmission, HEAD is overwritten. 2024-10-29 18:02:20 +08:00
zlib zlib:Support using Kconfig to control memory usage in zlib 2024-10-16 12:39:47 +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