Skip to content

cpu/nrf{52,9160}: set GPIO modes correctly for MISO/MOSI SPI signals #21549

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

Merged
merged 1 commit into from
Jun 11, 2025

Conversation

camoz
Copy link
Contributor

@camoz camoz commented Jun 11, 2025

Commit 4906353 introduced a bug that changed the behavior of spi_init_pins(): MISO is erroneously set to GPIO_OUT, and MOSI is erroneously set to GPIO_IN. The bug was caused by a simple typo.

Commit 4906353 introduced a bug that changed the behavior of
spi_init_pins(): MISO is erroneously set to GPIO_OUT, and MOSI is
erroneously set to GPIO_IN. The bug was caused by a simple typo.
@camoz camoz requested a review from aabadie as a code owner June 11, 2025 15:31
@github-actions github-actions bot added Platform: ARM Platform: This PR/issue effects ARM-based platforms Area: cpu Area: CPU/MCU ports labels Jun 11, 2025
@benpicco benpicco requested a review from fjmolinas June 11, 2025 15:41
@benpicco benpicco added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Jun 11, 2025
@benpicco benpicco enabled auto-merge June 11, 2025 15:43
@riot-ci
Copy link

riot-ci commented Jun 11, 2025

Murdock results

✔️ PASSED

923e530 cpu/nrf{52,9160}: set GPIO modes correctly for MISO/MOSI SPI signals

Success Failures Total Runtime
10379 0 10379 09m:58s

Artifacts

@benpicco benpicco added this pull request to the merge queue Jun 11, 2025
Merged via the queue into RIOT-OS:master with commit e2403db Jun 11, 2025
28 checks passed
@Teufelchen1 Teufelchen1 added this to the Release 2025.07 milestone Jul 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: cpu Area: CPU/MCU ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Platform: ARM Platform: This PR/issue effects ARM-based platforms Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants