浏览代码

VFS: move all functions into RAM which are called in the performance test

Roland Dobai 7 年之前
父节点
当前提交
c8e8044293
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      components/vfs/test/linker.lf

+ 3 - 0
components/vfs/test/linker.lf

@@ -4,3 +4,6 @@ entries:
     vfs:esp_vfs_open (noflash)
     vfs:esp_vfs_write (noflash)
     vfs:esp_vfs_close (noflash)
+    vfs:get_vfs_for_fd (noflash)
+    vfs:get_vfs_for_path (noflash)
+    vfs:translate_path (noflash)