-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nordic: add support for nRF54 Series PWM instances #71038
Merged
carlescufi
merged 7 commits into
zephyrproject-rtos:main
from
nika-nordic:add_nrf54hl_pwm_zephyrupstream
Apr 9, 2024
Merged
nordic: add support for nRF54 Series PWM instances #71038
carlescufi
merged 7 commits into
zephyrproject-rtos:main
from
nika-nordic:add_nrf54hl_pwm_zephyrupstream
Apr 9, 2024
Conversation
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
58a6bf7
to
5b86f47
Compare
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
5b86f47
to
26ad36c
Compare
anangl
reviewed
Apr 4, 2024
26ad36c
to
c52c929
Compare
anangl
previously approved these changes
Apr 5, 2024
c52c929
to
89ac989
Compare
Updated hal_nordic revision contains fix that allows the PWM on nRF54H20 and nRF54L15 devices to work. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
Add definitions of PWM peripheral instances so it can be utilized on nRF54H20 and nRF54L15 devices. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
Add HAS_HW symbols for PWM instances found on nRF54H20 and nRF54L15 devices. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
Add Kconfig-to-nrfx symbol redefinitions so that PWM instances found on nRF54H20 and nRF54L15 devices are supported. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
Add PWM instances found on nRF54H20 and nRF54L15 devices, so that PWM driver can be utilized on these. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
PWM peripheral is now supported on nRF54L15 PDK. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
Add missing alignments and overlays so that nRF54H20 and nRF54L15 can run the test. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
89ac989
to
3110ee5
Compare
anangl
approved these changes
Apr 8, 2024
nordic-krch
approved these changes
Apr 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Devicetree
area: PWM
Pulse Width Modulation
manifest
manifest-hal_nordic
platform: nRF
Nordic nRFx
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Draft until MDK fix in
hal_nordic
is available