openvela-robot
dbf3f523e5
webclient: Add _s suffix to internal structures
...
To follow our coding standard.
I left the structures which is a part of the API for now.
(E.g. struct webclient_context)
2026-04-20 14:56:52 +08:00
openvela-robot
42e55e326b
Rename LIB_ to LIBC_ for all libc Kconfig
...
follow other libc component naming convention
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2026-04-20 14:56:49 +08:00
openvela-robot
b1d57f7019
webclient: Implement non-blocking I/O
...
* webclient_perform
* Add a new flag to use non-blocking mode (WEBCLIENT_FLAG_NON_BLOCKING)
* Implement restarting
* Add a few associated API functions
* webclient_get_poll_info: get the descriptor info for poll/select
* webclient_abort: abort the operation (instead of restarting)
2026-04-20 14:56:47 +08:00
openvela-robot
f77b971166
Fix the printf warning after blkcnt_t change
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2026-04-20 14:56:45 +08:00
openvela-robot
e189c18e94
examples/media: Fix the compiler warning
...
format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'off_t' {aka 'long long int'}
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2026-04-20 14:56:45 +08:00
openvela-robot
71f2867284
lvgl: lcd interface add include debug.h
...
N/A
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
2026-04-20 14:56:44 +08:00
openvela-robot
4603eb7c71
testing/fstest:Support test fs with parameter
...
Signed-off-by: anjianjun <anjianjun@xiaomi.com>
2026-04-20 14:56:42 +08:00
openvela-robot
a37d265379
lvgl: fix ffmpeg unrecognized format judgment.
...
N/A
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
2026-04-20 14:56:40 +08:00
openvela-robot
0b3f851fb2
fix(sensortest): move set_interval and batch before activate.
...
modify coding style err.
Signed-off-by: songnannan <songnannan@xiaomi.com>
2026-04-20 14:56:38 +08:00
openvela-robot
25f5ad69b3
Fix undefined reference to `gerr'
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2026-04-20 14:56:35 +08:00
Brennan Ashton
697b49d828
Add support for libtomcrypt
2026-04-20 14:56:32 +08:00