use the native littlefs builder of newer framework

This commit is contained in:
Thomas Göttgens
2022-09-27 00:16:12 +02:00
parent 7e9a233296
commit c53434539b
6 changed files with 5 additions and 60 deletions

View File

@@ -6,13 +6,6 @@ import traceback
import sys
from readprops import readProps
Import("env")
env.Replace( MKSPIFFSTOOL=env.get("PROJECT_DIR") + '/bin/mklittlefs.py' )
try:
import littlefs
except ImportError:
env.Execute("$PYTHONEXE -m pip install littlefs-python")
Import("projenv")
prefsLoc = projenv["PROJECT_DIR"] + "/version.properties"