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
2024-05-24 11:57:46 +02:00

22 lines
554 B
Makefile

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
# This package doesn't work on riscv
FEATURES_BLACKLIST += arch_riscv