Merge pull request #13140 from aabadie/pr/pkg/tensorflow-lite-blacklist-esp32

pkg/tensorflow-lite: blacklist esp32 architecture
This commit is contained in:
Gunar Schorcht 2020-01-16 10:24:48 +01:00 committed by GitHub
commit 27764fe7b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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