1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/tflite-micro/Makefile.dep

22 lines
554 B
Makefile
Raw Normal View History

USEMODULE += cpp11-compat
USEPKG += flatbuffers
USEPKG += gemmlowp
USEPKG += ruy
USEMODULE += tflite-c
USEMODULE += tflite-core-api
USEMODULE += tflite-core-c
USEMODULE += tflite-kernels
USEMODULE += tflite-kernels-internal
USEMODULE += tflite-kernels-internal-reference
USEMODULE += tflite-micro
USEMODULE += tflite-micro-arena_allocator
USEMODULE += tflite-micro-kernels
USEMODULE += tflite-micro-memory-planner
USEMODULE += tflite-micro-tflite_bridge
USEMODULE += tflite-schema
2022-09-06 10:48:58 +02:00
# This package doesn't work on riscv
FEATURES_BLACKLIST += arch_riscv