f_findnext couldnt search fully files in directory
Posted: Mon Aug 07, 2017 1:41 am
Hi all,
On ESP32 platform, I tried to build a SAMBA transferal files app, the source code I employed is at here:
http://members.inode.at/anton.zechner/az/AzSmb.en.htm
I replaced the sysfindnext function on their linux system into f_findnext function on espidf RTOS library, my code works well but it doesn't show fully files in my shared directory (f_findnext coulnt search out somes of files on shared directory).
it seems related to the limitation of hardware?
thanks for any advice
On ESP32 platform, I tried to build a SAMBA transferal files app, the source code I employed is at here:
http://members.inode.at/anton.zechner/az/AzSmb.en.htm
I replaced the sysfindnext function on their linux system into f_findnext function on espidf RTOS library, my code works well but it doesn't show fully files in my shared directory (f_findnext coulnt search out somes of files on shared directory).
it seems related to the limitation of hardware?
thanks for any advice