How to enable the fatfs with LWIP and FREERTOS

nileshtha wrote on Tuesday, July 07, 2015:

Hi ,
I am currently using LPC1788 with freertos and lwip.I want to implement FTP/HTTP Server.Which allows you to manage files on SD Card from PC using FTP/HTTP client/Server.I am searching for the micro LWIP_FATFS_SUPPORT but not getting any infomation.If you have any FTP/HTTP server example with FATFS and LWIP let me know about that.

rtel wrote on Tuesday, July 07, 2015:

Probably the closest we have is the code that can be downloaded from this page:
http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_IO/Demo_Applications/LPCXpresso_LPC1769/NXP_LPC1769_Demo_Description.shtml

we also have our own FTP and HTTP servers running with FreeRTOS+TCP and FreeRTOS+FAT (which are our own open source TCP/IP stack and file system respectively) running on an LPC1830 - although the driver layer has not been released yet it is using modified versions of the LPCOpen drivers.