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:
parent
a5a120b823
commit
f48e561abb
1
Kconfig
1
Kconfig
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue