Skip to content

Commit 8bb8567

Browse files
nika-nordicjfischer-no
authored andcommitted
[nrf noup] boards: thingy53: disable GPIO ISR support
Change disables GPIO interrupt support in Zephyr GPIO driver, which is not obligatory for MCUboot. This is needed to reduce memory footprint. Signed-off-by: Nikodem Kastelik <[email protected]> Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 69805fa)
1 parent ed3a0c2 commit 8bb8567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/zephyr/boards/thingy53_nrf5340_cpuapp.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ CONFIG_UART_LINE_CTRL=y
2121

2222
# MCUBoot serial
2323
CONFIG_GPIO=y
24+
CONFIG_GPIO_NRFX_INTERRUPT=n
2425
CONFIG_MCUBOOT_SERIAL=y
2526
CONFIG_MCUBOOT_SERIAL_DIRECT_IMAGE_UPLOAD=y
2627
CONFIG_BOOT_SERIAL_CDC_ACM=y

0 commit comments

Comments
 (0)