GithubHelp home page GithubHelp logo

Low power mode + document about vsf HOT 1 CLOSED

vsfteam avatar vsfteam commented on August 12, 2024
Low power mode + document

from vsf.

Comments (1)

versaloon avatar versaloon commented on August 12, 2024

VSF的低功耗实现,如果需要的话,我们加上,实现方式如下:

  1. 在用户层实现vsf_plug_in_on_kernel_idle,覆盖weak版本的实现。
    void vsf_plug_in_on_kernel_idle(void) { vsf_sleep(); }
    vsf_sleep没有参数的时候(默认为0),仅仅是处理器内核休眠,等待换新事件或者中断(相当于arm的wfe指令)。
    vsf_sleep如果有参数的话,参数可以指定最低休眠等级。
    vsf_sleep会调用vsf_arch_sleep,并且传入休眠等级。

不过,AIC8800M还没有这么对接,官方也没对应的文档。
如果需要的话,我可以建立AIC8800M的技术支持通道,低功耗有专用的SDK。
可以加QQ群:736714326

from vsf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.