1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #16566 from aabadie/pr/pkg/semtech-loramac-no-force-periph_rtt

pkg/semtech-loramac: don't force ztimer rtt backend
This commit is contained in:
Alexandre Abadie 2021-06-17 18:09:31 +02:00 committed by GitHub
commit 1011af27a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -5,6 +5,7 @@ BOARD_INSUFFICIENT_MEMORY := \
arduino-uno \
atmega328p \
atmega328p-xplained-mini \
atxmega-a1u-xpro \
nucleo-f031k6 \
nucleo-f042k6 \
nucleo-l011k4 \