Skip to content

Commit a7bedde

Browse files
nika-nordicmasz-nordic
authored andcommitted
tests: modules: mcuboot: external_flash: disable gpio interrupts
They are not needed by the test and consumes Flash. Signed-off-by: Nikodem Kastelik <[email protected]>
1 parent 7111b2a commit a7bedde

File tree

1 file changed

+3
-0
lines changed
  • tests/modules/mcuboot/external_flash/sysbuild/mcuboot

1 file changed

+3
-0
lines changed

tests/modules/mcuboot/external_flash/sysbuild/mcuboot/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ CONFIG_MCUBOOT_SERIAL_DIRECT_IMAGE_UPLOAD=y
2424

2525
# Use minimal C library instead of the Picolib
2626
CONFIG_MINIMAL_LIBC=y
27+
28+
# Reduce GPIO driver size
29+
CONFIG_GPIO_NRFX_INTERRUPT=n

0 commit comments

Comments
 (0)