Skip to content

Commit

Permalink
[nrf noup] boards: thingy53: disable GPIO ISR support
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
nika-nordic authored and jfischer-no committed Mar 7, 2024
1 parent ed3a0c2 commit 8bb8567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boot/zephyr/boards/thingy53_nrf5340_cpuapp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ CONFIG_UART_LINE_CTRL=y

# MCUBoot serial
CONFIG_GPIO=y
CONFIG_GPIO_NRFX_INTERRUPT=n
CONFIG_MCUBOOT_SERIAL=y
CONFIG_MCUBOOT_SERIAL_DIRECT_IMAGE_UPLOAD=y
CONFIG_BOOT_SERIAL_CDC_ACM=y
Expand Down

0 comments on commit 8bb8567

Please sign in to comment.