Skip to content
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
merged 3 commits into from
Sep 12, 2024

Conversation

nordic-krch
Copy link
Contributor

nrf54x has new feature: ENDTX_STOPTX short. Add devicetree property to UARTE. Use short is property is set.

@pdgendt
Copy link
Collaborator

pdgendt commented Sep 10, 2024

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 nordic-krch force-pushed the nrfx_uarte_endtx_stoptx branch 2 times, most recently from 9a0e450 to 8aedbb3 Compare September 10, 2024 14:47
Copy link
Collaborator

@bjarki-andreasen bjarki-andreasen left a 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 :)

samples/boards/nrf/nrfx/Kconfig Outdated Show resolved Hide resolved
dts/bindings/serial/nordic,nrf-uarte.yaml Outdated Show resolved Hide resolved
drivers/serial/uart_nrfx_uarte.c Outdated Show resolved Hide resolved
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 <[email protected]>
Use short which is available on some devices.

Signed-off-by: Krzysztof Chruściński <[email protected]>
Move Kconfig.zephyr above local kconfigs.

Signed-off-by: Krzysztof Chruściński <[email protected]>
@nashif nashif merged commit e96a9df into zephyrproject-rtos:main Sep 12, 2024
25 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants