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

15 lines
449 B
Makefile

USEPKG += tlsf
USEMODULE += lua-contrib
USEMODULE += printf_float
# LUA is only supported by 32-bit architectures
FEATURES_REQUIRED += arch_32bit
# LUA is not supported on MIPS because of missing stdin over UART
FEATURES_BLACKLIST += arch_mips32r2
# LUA is not supported on RISCV because of build issues with the toolchain
# (undefined reference to _times, _unlink and _link functions in provided
# newlib nano).
FEATURES_BLACKLIST += arch_riscv