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
2022-09-27 13:42:37 +02:00

9 lines
264 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