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:
parent
a4026b78b8
commit
032645f0d4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user