From 4cfcc4ee9eb1040d9dcd6759336517098b3727cc Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Tue, 2 Mar 2021 16:44:24 +0100 Subject: [PATCH] tests/driver_xbee: Update Makefile.ci The additional warning message increases the size of the .rodata section. For the Arduino Mega2560 this is placed in RAM (and flash), as flash is not mapped into the data address space. --- tests/driver_xbee/Makefile.ci | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/driver_xbee/Makefile.ci b/tests/driver_xbee/Makefile.ci index 309c8ed3d1..58ac828540 100644 --- a/tests/driver_xbee/Makefile.ci +++ b/tests/driver_xbee/Makefile.ci @@ -1,6 +1,7 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-duemilanove \ arduino-leonardo \ + arduino-mega2560 \ arduino-nano \ arduino-uno \ atmega328p \