1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 15:31:17 +01:00

bootloaders/riotboot: don't change CPU/pin state

This commit is contained in:
Benjamin Valentin 2024-12-19 21:25:43 +01:00
parent a4026b78b8
commit 032645f0d4

View File

@ -4,4 +4,8 @@ APPLICATION = riotboot
# Include riotboot flash partition functionality
USEMODULE += riotboot_slot
# We don't want to re-configure any hardware
CFLAGS += -DDISABLE_BOARD_INIT=1
CFLAGS += -DDISABLE_CPU_INIT=1
include ../riotboot_common.mk