lwext4: add port of ext2/3/4 filesystem library

Besides the missing supported features noted in the README, missing
support for extending files via truncation/seeking might limit its
application.

Issue #124.
This commit is contained in:
Josef Söntgen
2018-02-11 11:39:11 +01:00
committed by Christian Helmuth
parent 6cf7ec6c35
commit b35caec726
14 changed files with 865 additions and 0 deletions

1
ports/lwext4.hash Normal file
View File

@@ -0,0 +1 @@
b9a1b053ee2b21e441b93196819fb4a4be79d064

10
ports/lwext4.port Normal file
View File

@@ -0,0 +1,10 @@
LICENSE := GPL2
VERSION := git
DOWNLOADS := lwext4.git
URL(lwext4) := https://github.com/gkostka/lwext4.git
REV(lwext4) := c5f8d135cf3555404f1c4df5617f94f4fc2bac87
DIR(lwext4) := src/lib/lwext4
DIRS := include
DIR_CONTENT(include) := src/lib/lwext4/include/*