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
This commit is contained in:
Giovanni Di Sirio 2021-11-01 13:27:02 +00:00
parent 51d766d3e0
commit 6477dd0ce0
1 changed files with 2 additions and 0 deletions

View File

@ -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.