mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7 lines
201 B
Makefile
7 lines
201 B
Makefile
# lwIP's memory management doesn't seem to work on non 32-bit platforms at the
|
|
# moment.
|
|
FEATURES_REQUIRED += arch_32bit
|
|
|
|
# lwip currently doesn't compile on esp8266
|
|
FEATURES_BLACKLIST += arch_esp8266
|