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)
This commit is contained in:
Alexandre Abadie 2020-01-18 07:26:42 +01:00
parent a91c4bf7e6
commit 0e511a6892
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -7,6 +7,10 @@ USEMODULE += xtimer
LOW_MEMORY_BOARDS += \ LOW_MEMORY_BOARDS += \
airfy-beacon \ airfy-beacon \
arduino-mega2560 \ arduino-mega2560 \
arduino-mkr1000 \
arduino-mkrfox1200 \
arduino-mkrwan1300 \
arduino-mkrzero \
atmega1284p \ atmega1284p \
b-l072z-lrwan1 \ b-l072z-lrwan1 \
blackpill \ blackpill \
@ -20,6 +24,7 @@ LOW_MEMORY_BOARDS += \
cc2650stk \ cc2650stk \
chronos \ chronos \
derfmega128 \ derfmega128 \
feather-m0 \
hifive1 \ hifive1 \
hifive1b \ hifive1b \
i-nucleo-lrwan1 \ i-nucleo-lrwan1 \
@ -45,6 +50,10 @@ LOW_MEMORY_BOARDS += \
opencm904 \ opencm904 \
saml10-xpro \ saml10-xpro \
saml11-xpro \ saml11-xpro \
sodaq-autonomo \
sodaq-explorer \
sodaq-one \
sodaq-sara-aff \
spark-core \ spark-core \
stm32f0discovery \ stm32f0discovery \
stm32l0538-disco \ stm32l0538-disco \