Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ports/zephyr: Add nrf9151dk board. #16878

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
Apr 30, 2025
Merged

Conversation

ThinkTransit
Copy link
Contributor

Summary

Add support for the nrf9151dk

This DK has a gd25wb256 32mb external qspi flash chip.

Testing

Tested on the nrf9151dk.

Compiled using

west build -b nrf9151dk/nrf9151 -p always ~/micropython/micropython/ports/zephyr 

Confirmed external flash mounted

MicroPython b4cf82b2d-dirty on 2025-03-08; zephyr-nrf9151dk with nrf9151
Type "help()" for more information.
>>> import os
>>> os.statvfs("/flash")
(4096, 4096, 8192, 8186, 8186, 0, 0, 0, 0, 255)
>>>

Trade-offs and Alternatives

N/A

@ThinkTransit ThinkTransit marked this pull request as ready for review March 8, 2025 12:59
Add support for the nrf9151dk.  This DK has a GD25WB256 32mb external QSPI
flash chip.

Signed-off-by: Patrick Joy <[email protected]>
Copy link
Member

@dpgeorge dpgeorge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

I tested that it built against zephyr 4.0.0.

@dpgeorge dpgeorge merged commit 62479f2 into micropython:master Apr 30, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants