LICENSE: add fs/spiffs license

Add add fs/spiffs license to the LICENSE file

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea 2021-08-30 12:13:57 +02:00 committed by Xiang Xiao
parent a5a120b823
commit f48e561abb
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ config ALLOW_BSD_COMPONENTS
are not included in the setup menu:
FS
NFS client file system
SPIFFS File System
Wireless
Bluetooth LE support

View File

@ -6,7 +6,7 @@
config FS_SPIFFS
bool "SPIFFS File System"
default n
depends on !DISABLE_MOUNTPOINT
depends on !DISABLE_MOUNTPOINT && ALLOW_BSD_COMPONENTS
---help---
Build the SPIFFS file system. This is a port of version 0.3.7 of
the SPIFFS file system by Peter Andersson. It was originally