From 2f873569b78ec70b0bc8386ce1e87eebb8c5fb17 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 4 Dec 2019 08:04:50 +0100 Subject: [PATCH] pkg/tlsf: whitelist 32bit architectures The package is not compatible with 8 or 16 bit architectures --- pkg/tlsf/Makefile.dep | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/tlsf/Makefile.dep b/pkg/tlsf/Makefile.dep index f83eaa710f..3ca354f82c 100644 --- a/pkg/tlsf/Makefile.dep +++ b/pkg/tlsf/Makefile.dep @@ -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