From 6477dd0ce0119fa4ea7cac65d2bc0738e4a92ec7 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 1 Nov 2021 13:27:02 +0000 Subject: [PATCH] Integrated FatFS with lwIP HTTPD, now it is possible to serve files using HTTP from a storage device. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14994 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.txt b/readme.txt index 92a11db5c..431dc105a 100644 --- a/readme.txt +++ b/readme.txt @@ -74,6 +74,8 @@ ***************************************************************************** *** Next *** +- NEW: Integrated FatFS with lwIP HTTPD, now it is possible to serve files + using HTTP from a storage device. - NEW: Updated FatFS to version 0.14b. - NEW: SPIv2 driver has been implemented on: STM32F0, STM32F3, STM32F7, STM32G0, STM32G4, STM32L4, STM32L4+, STM32H7.