1. 06 7月, 2021 1 次提交
    • Q
      feat: add blackbox for liteos_a · 425975e4
      qidechun 提交于
      1、在内核增加BlackBox核心框架,对外提供模块回调接口注册和故障处理接口。
      2、增加默认的系统模块适配层,处理通用内核态和用户态故障日志抓取和保存。
      
      Close #I3NN7V
      Signed-off-by: Nqidechun <qidechun@huawei.com>
      425975e4
  2. 01 7月, 2021 1 次提交
  3. 24 6月, 2021 1 次提交
    • Z
      feat: L1支持低功耗投票框架 · 21d8ac87
      zhushengle 提交于
      功能描述:
        在proc目录下增加power目录,添加powr_mode,power_lock,power_unlock和power_count节点,
        power_mode:节点用于查询和设置系统支持的功耗模式
        power_lock:用于查询和获取低功耗锁,持锁后,将会阻止系统进入低功耗状态
        power_unlock: 用于释放已经持有的低功耗锁,也可查询当前有那些持有低功耗锁
        power_count:用于查询当前持有低功耗锁的个数
      
      Close #I3VS5N
      
      Change-Id: I2e2881cc968eab3c5fa6f9dbd7e8c5e448609407
      Signed-off-by: Nzhushengle <zhushengle@huawei.com>
      21d8ac87
  4. 22 6月, 2021 1 次提交
  5. 21 6月, 2021 1 次提交
  6. 19 6月, 2021 1 次提交
    • M
      fix: remove redundant headfile · 73a77777
      mucor 提交于
      1.remove redundant headfile in kernel, such as:
        compiler.h;debug.h;automount.h;inode.h;syslog.h;net.h;
      2.split fs.h to file.h and driver.h
      3.move vnode.h and path_cache.h to vfs/include
      4.remove redundant interface and defines
      
      close: #I3RTNR
      Signed-off-by: Nmucor <mucorwang@gmail.com>
      73a77777
  7. 11 6月, 2021 1 次提交
  8. 04 6月, 2021 1 次提交
    • C
      feat(file system): add memory-based romfs · c4595d25
      chenwei 提交于
      1, this RomFS's codebase is Nuttx romfs, then it is compatible with
      Linux RomFS and you can create such a file system using the tool genromfs.
      2, there are two major changes against with the original Nuttx romfs:
          1), it is memory-based: all contents of the fs are stored in the
              memory in the very first stage of "mount".
          2), this version of romfs is altered to be compatible with our new
              version of VFS to take advantage of vnode cache and path cache.
      
      close: #I3S0CP
      c4595d25
  9. 02 6月, 2021 1 次提交
  10. 21 5月, 2021 2 次提交
    • S
      fix(build): 去除冗余单板相关的宏配置 · 471de366
      SimonLi 提交于
      编译工具链的选项不应该依赖单板的宏,否则每增加一块单板都需要去新增配置。
      
      NULL_ADDRESS_PROTECT这个宏配置没有地方使用,去掉冗余宏,内存是一一映射,可以
      访问0地址,且不会立马报错,需要这个功能,现在不是一一映射,而且访问空指针会
      立马报错,所以不存在这个问题。
      471de366
    • S
      fix(build): clang10.0.1支持lto,去掉冗余判断 · 73223ae7
      SimonLi 提交于
      73223ae7
  11. 20 5月, 2021 1 次提交
  12. 14 5月, 2021 1 次提交
  13. 06 5月, 2021 1 次提交
  14. 28 4月, 2021 1 次提交
    • B
      feat: Add /dev/quickstart to support synchronous communication between... · 46b63f71
      boxi 提交于
      feat: Add /dev/quickstart to support synchronous communication between processes in user mode startup.
      
      Add /dev/quickstart to support synchronous communication between processes in user mode startup.
      Support ioctl cmd:
       QUICKSTART_LISTEN,QUICKSTART_STAGE1,QUICKSTART_STAGE2,QUICKSTART_STAGE3,QUICKSTART_UNREGISTER only for init process;
       QUICKSTART_NOTIFY for other app process.
      
      Close #I3OHO5
      
      Change-Id: If6a56123be93a5bc6b6d1069abda8d872b15fae1
      46b63f71
  15. 19 4月, 2021 1 次提交
  16. 14 4月, 2021 1 次提交
  17. 26 3月, 2021 1 次提交
  18. 16 3月, 2021 1 次提交
  19. 11 3月, 2021 1 次提交
  20. 31 12月, 2020 2 次提交
  21. 17 11月, 2020 3 次提交
  22. 13 10月, 2020 1 次提交
  23. 08 9月, 2020 1 次提交