kernel_liteos_a/fs/proc
zhushengle 64e49aba7c feat: 支持L1 低功耗框架
方案描述:
   和L0保持一致,上层通过proc文件系统操作:
   power_mode  支持的低功耗模式,通过对该文件进行write操作可以设置低功耗模式
   power_count powermanager模块通过对该文件操作,和内核进行交互,简要流程如下:
     while (1) {
       open  // 打开该文件
       read  // 使powermanager低功耗任务常阻塞,当系统无任何模块持锁时,会唤醒该任务
       write // 进行低功耗流程
       close // 关闭该文件
     }
   power_lock    write该文件,持锁
   power_unlock  writw该文件,释放锁

Close #I4JSO

Change-Id: I73fcdeeb5e2039484b3351a81b46a0892b349fe9
Signed-off-by: zhushengle <zhushengle@huawei.com>
2021-11-29 11:58:47 +08:00
..
include fix: same file mode for procfs files 2021-09-16 16:18:02 +08:00
os_adapt feat: 支持L1 低功耗框架 2021-11-29 11:58:47 +08:00
src fix: same file mode for procfs files 2021-09-16 16:18:02 +08:00
BUILD.gn feat: L0-L1 支持Trace 2021-08-31 20:29:45 +08:00
Kconfig update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
Makefile refactor: 清理Makefile冗余项 2021-09-13 18:14:15 +08:00