From 526aad96060f253b31aa92c98c56ea16c5ecb2e9 Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Fri, 12 Jan 2018 09:20:14 -0800 Subject: [PATCH] Disable TSCH HW frame filtering on platform sky --- arch/platform/sky/sky-def.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/platform/sky/sky-def.h b/arch/platform/sky/sky-def.h index 8640892af..0fa6ee29f 100644 --- a/arch/platform/sky/sky-def.h +++ b/arch/platform/sky/sky-def.h @@ -52,6 +52,9 @@ /* Delay between the SFD finishes arriving and it is detected in software */ #define RADIO_DELAY_BEFORE_DETECT 0 +/* Disable TSCH frame filtering */ +#define TSCH_CONF_HW_FRAME_FILTERING 0 + #define PLATFORM_HAS_LEDS 1 #define PLATFORM_HAS_BUTTON 1 #define PLATFORM_HAS_LIGHT 1