From: Roland Dobai Date: Thu, 3 Jan 2019 14:44:07 +0000 (+0100) Subject: VFS: move all functions into RAM which are called in the performance test X-Git-Tag: v3.3-beta2~116^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8e804429323f31a815faef6b200e05f425535f3;p=esp-idf VFS: move all functions into RAM which are called in the performance test --- diff --git a/components/vfs/test/linker.lf b/components/vfs/test/linker.lf index b623fc56b7..851ca559ba 100644 --- a/components/vfs/test/linker.lf +++ b/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)