mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
16 lines
439 B
Makefile
16 lines
439 B
Makefile
USEMODULE += cpp11-compat
|
|
|
|
USEPKG += flatbuffers
|
|
USEPKG += gemmlowp
|
|
|
|
USEMODULE += tensorflow-lite
|
|
USEMODULE += tensorflow-lite-c
|
|
USEMODULE += tensorflow-lite-core
|
|
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
|