Skip to content

Commit

Permalink
samples: workaround for buttons init error
Browse files Browse the repository at this point in the history
Disable isr for buttons, the port2 does not support it
The spi configuration has conflict with button on dk version up to v0.2.1

Signed-off-by: Krzysztof Taborowski <[email protected]>
  • Loading branch information
ktaborowski committed Mar 27, 2024
1 parent fdd5b28 commit a9101c3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 60 deletions.
13 changes: 13 additions & 0 deletions samples/sid_end_device/boards/nrf54l15pdk_nrf54l15_cpuapp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# Workaround:
# The nRF54L15 PDK (PCA10156) revisions v0.2.0 AA0-ES2, v0.2.0 AA0-ES3,
# and v0.2.1 AB0-ES5 have Buttons 3 and 4 connected to the GPIO port
# which does not support interrupts.
CONFIG_DK_LIBRARY_BUTTON_NO_ISR=y

CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n
60 changes: 0 additions & 60 deletions samples/sid_end_device/boards/nrf54l15pdk_nrf54l15_cpuapp.overlay

This file was deleted.

0 comments on commit a9101c3

Please sign in to comment.