From 581d78561ee9ec35c8feee6e517e753aa2fda635 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 17 Jun 2021 13:06:15 +0200 Subject: [PATCH 1/2] pkg/semtech-loramac: don't force ztimer periph_rtt backend --- pkg/semtech-loramac/Makefile.dep | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/semtech-loramac/Makefile.dep b/pkg/semtech-loramac/Makefile.dep index bce0c7875d56..7bc149afcfd1 100644 --- a/pkg/semtech-loramac/Makefile.dep +++ b/pkg/semtech-loramac/Makefile.dep @@ -9,7 +9,6 @@ USEMODULE += semtech_loramac_crypto USEMODULE += semtech_loramac_arch USEMODULE += ztimer_msec -USEMODULE += ztimer_periph_rtt # The build fails on MSP430 because the toolchain doesn't provide # EXIT_SUCCESS/EXIT_FAILURE macros From 4e909b52f0ad9c4913962eb3c0776fb9382375f6 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 17 Jun 2021 15:01:21 +0200 Subject: [PATCH 2/2] tests/pkg_semtech-loramac: blacklist atxmega-a1u-xpro board --- tests/pkg_semtech-loramac/Makefile.ci | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pkg_semtech-loramac/Makefile.ci b/tests/pkg_semtech-loramac/Makefile.ci index d79a66f7ceaf..eef0cd323fb6 100644 --- a/tests/pkg_semtech-loramac/Makefile.ci +++ b/tests/pkg_semtech-loramac/Makefile.ci @@ -5,6 +5,7 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-uno \ atmega328p \ atmega328p-xplained-mini \ + atxmega-a1u-xpro \ nucleo-f031k6 \ nucleo-f042k6 \ nucleo-l011k4 \