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)
  • Loading branch information
nika-nordic authored and cvinayak committed Nov 29, 2023
1 parent 2891664 commit edfe1e1
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 edfe1e1

Please sign in to comment.