Skip to content
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

Merged
merged 13 commits into from
Oct 25, 2024

Commits on Oct 25, 2024

  1. 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]>
    Gary-Hobson authored and jerpelea committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3c717d1 View commit details
    Browse the repository at this point in the history
  2. 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]>
    XuNeo authored and jerpelea committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    658d932 View commit details
    Browse the repository at this point in the history
  3. system/gcov: supports generating device-side code coverage

    Signed-off-by: yinshengkai <[email protected]>
    Gary-Hobson authored and jerpelea committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0cf91cb View commit details
    Browse the repository at this point in the history
  4. system: adjust gcov configuration name

    Signed-off-by: yinshengkai <[email protected]>
    Gary-Hobson authored and jerpelea committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7105d68 View commit details
    Browse the repository at this point in the history
  5. gcov.c: deal compile warming

    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]>
    W-M-R authored and jerpelea committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    bd06f1f View commit details
    Browse the repository at this point in the history
  6. 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]>
    wyr-7 authored and jerpelea committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2ee1ddc View commit details
    Browse the repository at this point in the history
  7. 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]>
    CV-Bowen authored and jerpelea committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    053befd View commit details
    Browse the repository at this point in the history
  8. test case update follow the regualtor framework

    Signed-off-by: dulibo1 <[email protected]>
    dulibo1 authored and jerpelea committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a1b82e3 View commit details
    Browse the repository at this point in the history
  9. gpio:add example for wakeup gpio type

    Signed-off-by: dulibo1 <[email protected]>
    dulibo1 authored and jerpelea committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    cc2be72 View commit details
    Browse the repository at this point in the history
  10. batterydump:move to system dir

    Signed-off-by: dulibo1 <[email protected]>
    dulibo1 authored and jerpelea committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    21a013f View commit details
    Browse the repository at this point in the history
  11. 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]>
    dulibo1 authored and jerpelea committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    334d476 View commit details
    Browse the repository at this point in the history
  12. pmconfig:fix coverity scan issue which is unsigned_compare

    Signed-off-by: dulibo1 <[email protected]>
    dulibo1 authored and jerpelea committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0ce951d View commit details
    Browse the repository at this point in the history
  13. resetcause:restore to factory, factory to factory_inquiry

    Signed-off-by: wanggang26 <[email protected]>
    wanggang26 authored and jerpelea committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b79370d View commit details
    Browse the repository at this point in the history