-
Notifications
You must be signed in to change notification settings - Fork 682
{Bp-2655} examples: fix noteprint compile error #2770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The sched_note_string/bprintf/dump interfaces have been removed and replaced with printf and event Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
noteprintf_main.c:52:7: warning: unused variable 'binary' [-Wunused-variable] 52 | } binary = Fix typo of sched. Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
|
[Experimental Bot, please feedback here] This Pull Request appears to meet the basic NuttX requirements. Here's a breakdown based on the provided information: Strengths:
Areas for Potential Improvement:
Recommendation: While the PR seems to meet the basic requirements, adding more details in the "Impact" and "Testing" sections will provide reviewers with a better understanding of the changes and their validation. |
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
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>
1. struct rpmsg_ping_s ack change to cmd; 2. Update the help descrption based on the new cmd meaning; Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com> Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
nsh_syscmds.c: In function ‘cmd_rpmsg_once’:
nsh_syscmds.c:567:13: error: ‘RPMSGIOC_PANIC’ undeclared (first use in this function)
567 | cmd = RPMSGIOC_PANIC;
| ^~~~~~~~~~~~~~
nsh_syscmds.c:567:13: note: each undeclared identifier is reported only once for each function it appears in
nsh_syscmds.c:571:13: error: ‘RPMSGIOC_DUMP’ undeclared (first use in this function); did you mean ‘FIOC_DUMP’?
571 | cmd = RPMSGIOC_DUMP;
Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
Signed-off-by: dulibo1 <dulibo1@xiaomi.com>
Signed-off-by: dulibo1 <dulibo1@xiaomi.com>
Signed-off-by: dulibo1 <dulibo1@xiaomi.com>
from the cmocka.h: * These headers or their equivalents MUST be included prior to including * this header file. * @code * #include <stdarg.h> * #include <stddef.h> * #include <stdint.h> * #include <setjmp.h> * @Endcode Signed-off-by: dulibo1 <dulibo1@xiaomi.com> Signed-off-by: buxiasen <buxiasen@xiaomi.com>
Signed-off-by: dulibo1 <dulibo1@xiaomi.com>
Signed-off-by: wanggang26 <wanggang26@xiaomi.com>
cederom
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @jerpelea :-)
|
the CI does not use the right branch we do not have those configs in releases/12.7 @xiaoxiang781216 @cederom please ignore the errors and merge the change ASAP |
Thanks @jerpelea we're tracking the issue here: |
Summary
fix noteprint compile error
The sched_note_string/bprintf/dump interfaces have been removed and replaced with printf and event
Impact
RELEASE
Testing
CI
Note
includes
#2596
#2614
#2650
#2677
#2681