Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • 在线文档
    • 社区主页
    1. Home
    2. fengqx
    F
    • Profile
    • Following 0
    • Followers 0
    • my integral 126
    • Topics 1
    • Posts 1
    • Best 1
    • Groups 0

    fengqxLV 2

    @fengqx

    126
    integral
    1
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    fengqx Unfollow Follow

    Best posts made by fengqx

    • V821 STANBY相关休眠唤醒功能

      V821有关standby休眠唤醒部分中写道:
      另外方案对应的 main.c 函数也需要增加 PM 会使用到的 init_openamp,deinit_openamp_sync 函数功能,这两个函数不可在线程中运行,必须同步阻塞运行。

      例如这里在 rtos/lichee/rtos/projects/v821_e907/perf2b/src/main.c 中实现的功能:

      下面的代码是不完整的,
      init_ipenamp函数没有给出,#endif 中前面的#if明显没有。

      posted in V Series
      F
      fengqx

    Latest posts made by fengqx

    • V821 STANBY相关休眠唤醒功能

      V821有关standby休眠唤醒部分中写道:
      另外方案对应的 main.c 函数也需要增加 PM 会使用到的 init_openamp,deinit_openamp_sync 函数功能,这两个函数不可在线程中运行,必须同步阻塞运行。

      例如这里在 rtos/lichee/rtos/projects/v821_e907/perf2b/src/main.c 中实现的功能:

      下面的代码是不完整的,
      init_ipenamp函数没有给出,#endif 中前面的#if明显没有。

      posted in V Series
      F
      fengqx