Skip to content

Commit

Permalink
Merge pull request #13140 from aabadie/pr/pkg/tensorflow-lite-blackli…
Browse files Browse the repository at this point in the history
…st-esp32

pkg/tensorflow-lite: blacklist esp32 architecture
  • Loading branch information
gschorcht authored Jan 16, 2020
2 parents b514f30 + 556914f commit 27764fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/tensorflow-lite/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 27764fe

Please sign in to comment.