-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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_uarte2: Fixes in the new nordic shim #68630
Merged
carlescufi
merged 2 commits into
zephyrproject-rtos:main
from
nordic-krch:nrf_uart_shim_fixes
Apr 5, 2024
Merged
drivers: serial: nrfx_uarte2: Fixes in the new nordic shim #68630
carlescufi
merged 2 commits into
zephyrproject-rtos:main
from
nordic-krch:nrf_uart_shim_fixes
Apr 5, 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
zephyrbot
added
platform: nRF
Nordic nRFx
area: Shell
Shell subsystem
area: UART
Universal Asynchronous Receiver-Transmitter
labels
Feb 6, 2024
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. |
zephyrbot
added
manifest
manifest-hal_nordic
DNM
This PR should not be merged (Do Not Merge)
labels
Feb 6, 2024
Thanks Krzysztof, it looks fine enough to me. Should we aim at 3.6? (I set the milestone assuming so, please change it if you diagree) |
nordic-krch
force-pushed
the
nrf_uart_shim_fixes
branch
from
February 12, 2024 10:23
a3f573b
to
bbb4d18
Compare
anangl
reviewed
Feb 12, 2024
nordic-krch
force-pushed
the
nrf_uart_shim_fixes
branch
2 times, most recently
from
March 7, 2024 08:26
ff38d0b
to
5b29a45
Compare
dcpleung
previously approved these changes
Mar 7, 2024
nordic-krch
force-pushed
the
nrf_uart_shim_fixes
branch
from
March 14, 2024 14:25
5b29a45
to
3ca7686
Compare
nordic-krch
force-pushed
the
nrf_uart_shim_fixes
branch
from
March 14, 2024 14:47
3ca7686
to
015c47b
Compare
nordic-krch
force-pushed
the
nrf_uart_shim_fixes
branch
from
March 18, 2024 07:18
015c47b
to
2899fe9
Compare
anangl
approved these changes
Apr 4, 2024
carlescufi
approved these changes
Apr 4, 2024
nordic-krch
force-pushed
the
nrf_uart_shim_fixes
branch
from
April 4, 2024 11:06
2899fe9
to
da220ed
Compare
Move providing of the first buffer in uart_rx_enable from that function to the callback which is called from nrfx_uarte_rx_enable context. By doing this nrfx_uarte_rx_buffer_set is called when RX configuration flags are already known to the driver. Signed-off-by: Krzysztof Chruściński <[email protected]>
Tests which were using the new nordic UART shim where failing on the bsim targets. They are now fixed and tests can be re-enabled. Signed-off-by: Krzysztof Chruściński <[email protected]>
nordic-krch
force-pushed
the
nrf_uart_shim_fixes
branch
from
April 5, 2024 09:15
da220ed
to
c71fa9c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Shell
Shell subsystem
area: UART
Universal Asynchronous Receiver-Transmitter
bug
The issue is a bug, or the PR is fixing a bug
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.
Set of fixes for new UART shim. After those fixes tests with new shim can be re-enabled on CI for nordic bsim targets.
Fixes #67890.