Skip to content

Commit

Permalink
bootloaders/riotboot: don't change CPU/pin state
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Jan 20, 2025
1 parent a4026b7 commit 032645f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootloaders/riotboot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 032645f

Please sign in to comment.