Skip to content

Commit edfe1e1

Browse files
nika-nordiccvinayak
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 <nikodem.kastelik@nordicsemi.no> (cherry picked from commit adab597)
1 parent 2891664 commit edfe1e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/zephyr/boards/thingy53_nrf5340_cpuapp.conf

+1
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)