forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: gpio: nrf5: Fix GPIOTE channel use overlap
Fixes issues caused in GPIO driver due to overlapping GPIOTE channel use in nRF5 software PWM driver and in Bluetooth controller for implementing PA/LNA feature. The issue is solved by assigning the base and available channel count for GPIOTE considering whether PWM and/or PA/LNA feature is selected in the Kconfig. Fixes zephyrproject-rtos#8815. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
- Loading branch information
1 parent
e854dd0
commit 7fbd868
Showing
3 changed files
with
41 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters