-
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
Commits on Oct 25, 2024
-
examples: fix noteprint compile error
The sched_note_string/bprintf/dump interfaces have been removed and replaced with printf and event Signed-off-by: yinshengkai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c717d1 - Browse repository at this point
Copy the full SHA 3c717d1View commit details -
noteprintf: fix compile warnings
noteprintf_main.c:52:7: warning: unused variable 'binary' [-Wunused-variable] 52 | } binary = Fix typo of sched. Signed-off-by: Neo Xu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 658d932 - Browse repository at this point
Copy the full SHA 658d932View commit details -
system/gcov: supports generating device-side code coverage
Signed-off-by: yinshengkai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0cf91cb - Browse repository at this point
Copy the full SHA 0cf91cbView commit details -
system: adjust gcov configuration name
Signed-off-by: yinshengkai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7105d68 - Browse repository at this point
Copy the full SHA 7105d68View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for bd06f1f - Browse repository at this point
Copy the full SHA bd06f1fView commit details -
nsh_syscmds.c: upadate rpmsg ping help
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]>
Configuration menu - View commit details
-
Copy full SHA for 2ee1ddc - Browse repository at this point
Copy the full SHA 2ee1ddcView commit details -
nsh_syscmds/rpmsg: include <nuttx/rpmsg/rpmsg.h> to fix compile error
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]>
Configuration menu - View commit details
-
Copy full SHA for 053befd - Browse repository at this point
Copy the full SHA 053befdView commit details -
test case update follow the regualtor framework
Signed-off-by: dulibo1 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1b82e3 - Browse repository at this point
Copy the full SHA a1b82e3View commit details -
gpio:add example for wakeup gpio type
Signed-off-by: dulibo1 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc2be72 - Browse repository at this point
Copy the full SHA cc2be72View commit details -
batterydump:move to system dir
Signed-off-by: dulibo1 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21a013f - Browse repository at this point
Copy the full SHA 21a013fView commit details -
drivertest:add include file depended by cmocka
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]>
Configuration menu - View commit details
-
Copy full SHA for 334d476 - Browse repository at this point
Copy the full SHA 334d476View commit details -
pmconfig:fix coverity scan issue which is unsigned_compare
Signed-off-by: dulibo1 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ce951d - Browse repository at this point
Copy the full SHA 0ce951dView commit details -
resetcause:restore to factory, factory to factory_inquiry
Signed-off-by: wanggang26 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b79370d - Browse repository at this point
Copy the full SHA b79370dView commit details