Commit Graph

8 Commits

Author SHA1 Message Date
zhangyu117 1f1ade2beb system/debugpoint: prevent compiler optimizations to ensure debugpoints are triggered
Signed-off-by: zhangyu117 <zhangyu117@xiaomi.com>
2026-04-20 15:20:17 +08:00
chenxiaoyi 8db42f4a21 system/debugpoint: fix bug the length option parsing error
The debugpoint program has an option "-l" which requires an argument,
which means the optstring to getopt() should be "l:".

Signed-off-by: chenxiaoyi <chenxiaoyi@xiaomi.com>
2026-04-20 15:19:21 +08:00
Eren Terzioglu d4c4be8a1d system/debugpoint: Fix RO watchpoint test issue for esp devices 2026-04-20 15:18:58 +08:00
Huang Qi 3cc02b60ee system: Rename debug to debugpoint
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2026-04-20 15:17:49 +08:00
openvela-robot aa8f4c7688 testing/debug: Enhancement for watch address by cmd line
This patch add some command line arguments for debug
program, then you can use it to insert watchpoint or
breakpoint to arbitrary address at runtime.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2026-04-20 15:17:49 +08:00
openvela-robot dacf6fd5bf system/uorb: using uorb.h to replace sensors header file
Sensors are just a part of uORB, and there are many virtual topics used
within uORB as well. For the library apps/system/uorb/, the nuttx/uorb.h
version is more preferable. So, move public type and definition to
nuttx/uorb.h.

Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
2026-04-20 15:17:48 +08:00
openvela-robot 66802a9107 perf-tool: need to relase file resource
Signed-off-by: zhangwenjian <zhangwenjian@xiaomi.com>
2026-04-20 15:17:46 +08:00
Huang Qi ac080b5ba1 system: Rename debug to debugpoint
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2026-04-20 15:17:43 +08:00