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)
(cherry picked from commit 8bb8567)
Signed-off-by: Robert Lubos <[email protected]>
  • Loading branch information
nika-nordic authored and rlubos committed Mar 11, 2024
1 parent 3b0eac8 commit 86af2de
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 86af2de

Please sign in to comment.