Skip to content

Commit

Permalink
pkg/tensorflow-lite: blacklist esp32 architecture
Browse files Browse the repository at this point in the history
(cherry picked from commit 556914f)
  • Loading branch information
aabadie committed Jan 17, 2020
1 parent b514f30 commit 9b65a64
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 9b65a64

Please sign in to comment.