]> granicus.if.org Git - esp-idf/commitdiff
VFS: move all functions into RAM which are called in the performance test
authorRoland Dobai <dobai.roland@gmail.com>
Thu, 3 Jan 2019 14:44:07 +0000 (15:44 +0100)
committerRoland Dobai <dobai.roland@gmail.com>
Thu, 3 Jan 2019 18:56:19 +0000 (19:56 +0100)
components/vfs/test/linker.lf

index b623fc56b7471532b255a1ccea96089fc23c5972..851ca559ba616cb4398424f047b16128e43bb459 100644 (file)
@@ -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)