nuttx-apps/system
likun17 06181f0b00 uorb:Fixed the abnormal issue of printing uint16 with PRIu16.
The PRIu16 macro in the system is defined as "u", and "hu" is required.
In Linux and Nuttx, PRIu32 PRIu16 PRIu8 are all defined as "u", but %pB
prints the structure and needs its offset. %pB gets the offset through
sizeof(short int)

Signed-off-by: likun17 <likun17@xiaomi.com>
2024-10-18 19:56:58 +08:00
..
adb system/adb: Implement ADB function through qemu pipe (1/3) 2024-10-12 10:43:11 +08:00
argtable3
batterydump
cdcacm cmake:add system cdcacm/critmom/stackmonitor missing CMake scripts 2024-10-09 20:15:49 +08:00
cfgdata
cle libc:getline support backspace 2024-10-11 03:02:23 +08:00
composite
conntrack
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
debugpoint
dhcp6c
dhcpc
dumpstack
fastboot apps: Fix compilation error after nuttx/arch.h excluded. 2024-10-16 07:12:40 +08:00
fdt
flash_eraseall
flatbuffers Add configurations files. 2024-10-18 09:40:17 +08:00
gcov gcov.c: deal compile warming 2024-10-09 21:27:35 +08:00
gdbstub
gprof system/gprof: Support gprof tool 2024-10-09 23:16:13 +08:00
hex2bin
hexed
hostname
i2c
input
iptables
libuv add LIBUV_HANDLE_BACKTRACE 2024-10-16 14:30:34 +08:00
lm75
lsan lsan: add system cmd lsan support 2024-10-11 19:39:42 +08:00
lzf
mdio
netdb
nsh
ntpc apps: Fix compilation error after nuttx/arch.h excluded. 2024-10-16 07:12:40 +08:00
nxcamera
nxcodec nxcodec: fix build warning 2024-10-11 01:28:51 +08:00
nxdiag
nxlooper
nxplayer
nxrecorder
ofloader
ping
ping6
popen
psmq
ptpd
readline apps: Fix compilation error after nuttx/arch.h excluded. 2024-10-16 07:12:40 +08:00
sched_note
sensorscope
setlogmask
settings
spi
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
tcpdump
tee
telnet
telnetd Fix telnetd.c:57:5: error: 'CONFIG_SYSTEM_TELNETD_SESSION_STACKSIZE' undeclared 2024-10-14 10:44:40 +08:00
termcurses
trace support filter for each note channel 2024-10-15 12:34:09 +08:00
ubloxmodem
uniqueid
uorb uorb:Fixed the abnormal issue of printing uint16 with PRIu16. 2024-10-18 19:56:58 +08:00
usbmsc
vi
ymodem system/ymodem: Change #include <nuttx/mm/circbuf.h> to #include <nuttx/circbuf.h> 2024-10-16 14:20:34 +08:00
zlib zlib:Support using Kconfig to control memory usage in zlib 2024-10-16 12:39:47 +08:00
zmodem
.gitignore
CMakeLists.txt
Make.defs
Makefile