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

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.
This commit is contained in:
Benjamin Valentin 2019-12-06 00:07:40 +01:00
parent a90663c9e7
commit 071917cf56

View File

@ -5,7 +5,7 @@ USEMODULE += stdin
FEATURES_BLACKLIST += arch_8bit arch_16bit
# This port currently requires ISR_STACKSIZE and thread_isr_stack_start
FEATURES_BLACKLIST += arch_arm7 arch_esp32 arch_esp8266 arch_riscv
FEATURES_BLACKLIST += arch_esp32 arch_esp8266 arch_riscv
# The port currently doesn't compile for mips
FEATURES_BLACKLIST += arch_mips32r2