Skip to content

about how can i start a micropython transplantation to new chips? #10853

Discussion options

You must be logged in to vote

The first place to start would be the Porting MicroPython doc. It provides an overview of the concepts as well as some basic examples. The bare-arm port is also useful to look at since is a small example of an actual port working - albeit with very few features.

From there you'll probably need to refer to other ports to see how things are done. I often first turn to the rp2 port since it's one of the most recent and - especially since there's only one micro in the port - the code is quite clean. The only warning is that the build system can be confusing on that port...

Replies: 1 comment 1 reply

Comment options

mattytrentini
Feb 25, 2023
Collaborator Sponsor

You must be logged in to vote
1 reply
@QiaoTuCodes
Comment options

Answer selected by QiaoTuCodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants