From 0e511a689279623c7e9731e9fc1c6eb8da6efdbd Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sat, 18 Jan 2020 07:26:42 +0100 Subject: [PATCH] tests/bench_xtimer: update low memory boards list Samd21 based boards using the Arduino bootloader and stdio over usb by default doesn't have enough RAM to run the test in its default configuration (1000 timers) --- tests/bench_xtimer/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/bench_xtimer/Makefile b/tests/bench_xtimer/Makefile index d06a3b2a34..3ff38afa08 100644 --- a/tests/bench_xtimer/Makefile +++ b/tests/bench_xtimer/Makefile @@ -7,6 +7,10 @@ USEMODULE += xtimer LOW_MEMORY_BOARDS += \ airfy-beacon \ arduino-mega2560 \ + arduino-mkr1000 \ + arduino-mkrfox1200 \ + arduino-mkrwan1300 \ + arduino-mkrzero \ atmega1284p \ b-l072z-lrwan1 \ blackpill \ @@ -20,6 +24,7 @@ LOW_MEMORY_BOARDS += \ cc2650stk \ chronos \ derfmega128 \ + feather-m0 \ hifive1 \ hifive1b \ i-nucleo-lrwan1 \ @@ -45,6 +50,10 @@ LOW_MEMORY_BOARDS += \ opencm904 \ saml10-xpro \ saml11-xpro \ + sodaq-autonomo \ + sodaq-explorer \ + sodaq-one \ + sodaq-sara-aff \ spark-core \ stm32f0discovery \ stm32l0538-disco \