-
Notifications
You must be signed in to change notification settings - Fork 679
[nrf fromlist] drivers: nrfx: enable cross domain pins for nRF54L15 #2902
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
base: main
Are you sure you want to change the base?
[nrf fromlist] drivers: nrfx: enable cross domain pins for nRF54L15 #2902
Conversation
2367850
to
6d04536
Compare
6d04536
to
ff502ff
Compare
|
ff502ff
to
f501516
Compare
f501516
to
e3bb011
Compare
...drivers/spi/spi_controller_peripheral/boards/nrf54l15dk_nrf54l15_cpuapp_cross_domain.overlay
Show resolved
Hide resolved
tests/drivers/uart/uart_elementary/boards/nrf54l15dk_nrf54l15_cpuapp_cross_domain.overlay
Show resolved
Hide resolved
e3bb011
to
b9a228f
Compare
harness_config: | ||
fixture: spi_p1_p2_loopback |
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.
Added spi_p1_p2_loopback
fixture
harness_config: | ||
fixture: uart_p1_p2_loopback |
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.
Added uart_p1_p2_loopbkac
fixture, unfortunately, SPI and UART cases require conflicting setups, so two separate fixtures had to be added
…for nRF54L15 UARTE20 and UARTE21 instances enable usage of pins on different port, but require request for constant latency mode. Added handling of such scenario in the driver. Added testcase to cover it. Upstream PR #: 90197 Signed-off-by: Michał Stasiak <[email protected]>
…for nRF54L15 SPI(M/S)20 and SPIM(M/S)21 instances enable usage of pins on different port, but require request for constant latency mode. Added handling of such scenario in the driver. Added testcase to cover it. Upstream PR #: 90197 Signed-off-by: Michał Stasiak <[email protected]>
b9a228f
to
31fa263
Compare
UARTE20, UARTE21, SPI(M/S)20 and SPIM(M/S)21 instances enable usage of pins on different port, but require request for constant latency mode. Added handling of such scenario in the driver. Added testcases to cover it.