mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
10 lines
250 B
Makefile
10 lines
250 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
|