1. 05 6月, 2021 1 次提交
  2. 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
  3. 02 6月, 2021 1 次提交
  4. 20 5月, 2021 1 次提交
  5. 14 5月, 2021 1 次提交
  6. 06 5月, 2021 1 次提交
  7. 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
  8. 19 4月, 2021 1 次提交
  9. 14 4月, 2021 1 次提交
  10. 26 3月, 2021 1 次提交
  11. 16 3月, 2021 1 次提交
  12. 11 3月, 2021 1 次提交
  13. 05 2月, 2021 1 次提交
  14. 31 12月, 2020 3 次提交
  15. 17 11月, 2020 4 次提交
  16. 13 10月, 2020 1 次提交
  17. 08 9月, 2020 1 次提交