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

Skip to content

ports: Add port to the PIC32M #5302

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

Closed
wants to merge 2 commits into from
Closed

ports: Add port to the PIC32M #5302

wants to merge 2 commits into from

Conversation

jacklinquan
Copy link

ports: Add port pic32m to the PIC32M series microcontroller from Microchip.

This is an experimental port of MicroPython to the PIC32M series microcontroller from Microchip.
The experiment is done with PIC32MX170F256B in 28-pin DIP package for easy hand soldering.
Supported features include:
REPL (Python prompt) over UART1.
The pyb module with 1 Led and 1 Switch.

@jacklinquan jacklinquan changed the title Add port to the PIC32M ports: Add port to the PIC32M Nov 7, 2019
tannewt added a commit to tannewt/circuitpython that referenced this pull request Oct 13, 2021
updating pycubed firmware for mainboardv05
@dpgeorge dpgeorge added the ports Relates to multiple ports, or a new/proposed port label Jan 21, 2022
@dpgeorge
Copy link
Member

Thanks for the contribution. This looks like a good piece of work, it's good to see that MicroPython can run on these PIC MCUs.

Unfortunately we are unable to merge this into this repository at this time, because it's a big burden to take on a new port and maintain it.

I suggest you maintain this yourself (eg as an out-of-tree port with micropython as a submodule) and then if there is enough interest in the future to support these MCUs, we can reconsider pulling it into this repository.

See also #6610 for an attempt at a PIC32MZ port.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ports Relates to multiple ports, or a new/proposed port
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants