mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
071917cf56
arm7 now provides ISR_STACKSIZE and thread_isr_stack_start() so there is no longer a reason to blacklist it.
12 lines
347 B
Makefile
12 lines
347 B
Makefile
USEMODULE += xtimer
|
|
USEMODULE += stdin
|
|
|
|
# MicroPython doesn't compile for <32bit platforms
|
|
FEATURES_BLACKLIST += arch_8bit arch_16bit
|
|
|
|
# This port currently requires ISR_STACKSIZE and thread_isr_stack_start
|
|
FEATURES_BLACKLIST += arch_esp32 arch_esp8266 arch_riscv
|
|
|
|
# The port currently doesn't compile for mips
|
|
FEATURES_BLACKLIST += arch_mips32r2
|