-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
drivers: serial: nrfx_uarte: Add support for ENDTX_STOPTX short #78179
Merged
nashif
merged 3 commits into
zephyrproject-rtos:main
from
nordic-krch:nrfx_uarte_endtx_stoptx
Sep 12, 2024
Merged
drivers: serial: nrfx_uarte: Add support for ENDTX_STOPTX short #78179
nashif
merged 3 commits into
zephyrproject-rtos:main
from
nordic-krch:nrfx_uarte_endtx_stoptx
Sep 12, 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
nordic-krch
requested review from
masz-nordic,
bjarki-andreasen and
dcpleung
September 9, 2024 14:19
zephyrbot
added
platform: nRF
Nordic nRFx
area: UART
Universal Asynchronous Receiver-Transmitter
labels
Sep 9, 2024
zephyrbot
requested review from
jaz1-nordic,
kl-cruz,
magp-nordic and
nika-nordic
September 9, 2024 14:19
nordic-krch
force-pushed
the
nrfx_uarte_endtx_stoptx
branch
2 times, most recently
from
September 10, 2024 08:39
06c1729
to
d135641
Compare
Remove the clang format commit, the messages are informative, but formatting an entire file will mess up the history which we don't want, I think. |
nordic-krch
force-pushed
the
nrfx_uarte_endtx_stoptx
branch
2 times, most recently
from
September 10, 2024 14:47
9a0e450
to
8aedbb3
Compare
bjarki-andreasen
previously approved these changes
Sep 10, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like the flag in the short-endtx-stoptx
dt prop :)
nordic-krch
force-pushed
the
nrfx_uarte_endtx_stoptx
branch
from
September 11, 2024 05:54
8aedbb3
to
5436c2c
Compare
nordic-krch
force-pushed
the
nrfx_uarte_endtx_stoptx
branch
from
September 11, 2024 08:11
5436c2c
to
8263bcd
Compare
anangl
reviewed
Sep 11, 2024
nordic-krch
force-pushed
the
nrfx_uarte_endtx_stoptx
branch
from
September 11, 2024 12:46
8263bcd
to
98a2f3a
Compare
anangl
reviewed
Sep 11, 2024
nordic-krch
force-pushed
the
nrfx_uarte_endtx_stoptx
branch
from
September 11, 2024 13:08
98a2f3a
to
b80f725
Compare
Add information to the device tree if UARTE instance has a HW feature which is the ENDTX_STOPTX short. Add this property to all instances in nrf54hl15, nrf54l20, nrf9280 and nrf54h20. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
Use short which is available on some devices. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
Move Kconfig.zephyr above local kconfigs. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
nordic-krch
force-pushed
the
nrfx_uarte_endtx_stoptx
branch
from
September 11, 2024 13:56
b80f725
to
727efb0
Compare
anangl
approved these changes
Sep 11, 2024
bjarki-andreasen
approved these changes
Sep 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Samples
Samples
area: UART
Universal Asynchronous Receiver-Transmitter
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.
nrf54x has new feature: ENDTX_STOPTX short. Add devicetree property to UARTE. Use short is property is set.