-
Notifications
You must be signed in to change notification settings - Fork 632
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
Changes needed for SDP MSPI #2260
Conversation
4e5d7cd
to
6303428
Compare
6303428
to
5e9326e
Compare
tests/drivers/mspi/api/boards/nrf54l15dk_nrf54l15_cpuapp.overlay
Outdated
Show resolved
Hide resolved
dir = NRF_GPIO_PIN_DIR_OUTPUT; | ||
input = NRF_GPIO_PIN_INPUT_CONNECT; |
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.
Are there any expectations in VIO regarding pre-configuration by GPIO peripheral?
I'm wondering about the nrf_gpio_pin_write
and nrf_gpio_cfg
below.
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.
Do you mean to setup for example polarity of the clk signal?
89ff635
to
d0b40cf
Compare
73a3080
to
dc94f79
Compare
Other 2 commits need |
0dd7466
to
f345131
Compare
f345131
to
bc38304
Compare
c77f084
to
99fd4fa
Compare
762244f
to
ce5773d
Compare
ce5773d
to
0181b8c
Compare
0181b8c
to
4269378
Compare
Add ifdefs to make MSPI API test more generic. Upstream PR #: 81870 Signed-off-by: Jakub Zymelka <[email protected]>
Configure SDP MSPI pins to switch their control to VPR core Signed-off-by: Jakub Zymelka <[email protected]>
Add nRF54l15 overlay file to be able to run SDP MSPI API test. Signed-off-by: Jakub Zymelka <[email protected]>
4269378
to
d6174e0
Compare
Changes needed to implement SDP MSPI version: