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

pkg/tlsf: whitelist 32bit architectures

The package is not compatible with 8 or 16 bit architectures
This commit is contained in:
Alexandre Abadie 2019-12-04 08:04:50 +01:00
parent bd254dfc63
commit 2f873569b7
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -7,3 +7,6 @@ ifneq (,$(filter tlsf-malloc,$(USEMODULE)))
$(warning tlsf-malloc can only be used on native or on platforms using newlib)
endif
endif
# tlsf is not compatible with 8bit and 16bit architectures
FEATURES_REQUIRED += arch_32bit