1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/micropython/Makefile.dep
Benjamin Valentin 071917cf56 pkg/micropython: remove arch_arm7 from blacklist
arm7 now provides ISR_STACKSIZE and thread_isr_stack_start()
so there is no longer a reason to blacklist it.
2019-12-17 13:37:32 +01:00

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