-
Notifications
You must be signed in to change notification settings - Fork 542
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
{Bp-2655} examples: fix noteprint compile error #2770
Conversation
The sched_note_string/bprintf/dump interfaces have been removed and replaced with printf and event Signed-off-by: yinshengkai <[email protected]>
noteprintf_main.c:52:7: warning: unused variable 'binary' [-Wunused-variable] 52 | } binary = Fix typo of sched. Signed-off-by: Neo Xu <[email protected]>
[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 <[email protected]>
Signed-off-by: yinshengkai <[email protected]>
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 <[email protected]>
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 <[email protected]> Signed-off-by: Bowen Wang <[email protected]>
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 <[email protected]>
Signed-off-by: dulibo1 <[email protected]>
Signed-off-by: dulibo1 <[email protected]>
Signed-off-by: dulibo1 <[email protected]>
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 <[email protected]> Signed-off-by: buxiasen <[email protected]>
Signed-off-by: dulibo1 <[email protected]>
Signed-off-by: wanggang26 <[email protected]>
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