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]>
(cherry picked from commit adab597)
Signed-off-by: Dominik Ermel <[email protected]>
  • Loading branch information
nika-nordic authored and de-nordic committed Dec 11, 2023
1 parent 691f405 commit 75eae0e
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 75eae0e

Please sign in to comment.