mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 18:43:50 +01:00
pkg/lua: exclude MIPS
This commit is contained in:
parent
4eb7c29e06
commit
01702df52d
@ -4,3 +4,6 @@ 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user