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:
commit
1011af27a1
@ -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
|
||||
|
@ -5,6 +5,7 @@ BOARD_INSUFFICIENT_MEMORY := \
|
||||
arduino-uno \
|
||||
atmega328p \
|
||||
atmega328p-xplained-mini \
|
||||
atxmega-a1u-xpro \
|
||||
nucleo-f031k6 \
|
||||
nucleo-f042k6 \
|
||||
nucleo-l011k4 \
|
||||
|
Loading…
Reference in New Issue
Block a user