From b8f94c2a519ef2388b4a548817ee93cf804376c8 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 29 Jul 2020 22:35:32 +0200 Subject: [PATCH] pkg/tweetnacl: blacklist for msp430 --- pkg/tweetnacl/Makefile.dep | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/tweetnacl/Makefile.dep b/pkg/tweetnacl/Makefile.dep index 8030144a9a..a1f27a24c4 100644 --- a/pkg/tweetnacl/Makefile.dep +++ b/pkg/tweetnacl/Makefile.dep @@ -1 +1,4 @@ USEMODULE+=random + +# the test takes ages and then reboots on msp430. +FEATURES_BLACKLIST += arch_msp430