pkg/tensorflow-lite: blacklist esp32 architecture

This commit is contained in:
Alexandre Abadie 2020-01-16 07:59:00 +01:00
parent b514f30ccc
commit 556914f67b
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -10,3 +10,6 @@ USEMODULE += tensorflow-lite-kernels
USEMODULE += tensorflow-lite-kernels-internal
USEMODULE += tensorflow-lite-memory
USEMODULE += tensorflow-lite-micro-kernels
# C++ support on ESP32 in RIOT doesn't work with TensorFlow-Lite for the moment
FEATURES_BLACKLIST += arch_esp32