-
Notifications
You must be signed in to change notification settings - Fork 105
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
Enhancement - add Raspberry Pi Pico microcontroller support #132
Comments
I don't have this device, so I cannot test it at this point. Contributions adding Raspberry Pi Pico support to the plugin are welcome. The plugin supports several devices and the code for supporting a new one is relatively easy to add. |
I just received my Raspberry Pi Pico board a few minutes ago, but I'm new to this. Is there a doc somewhere that demonstrates how to add a new device? Or a PR that added a different device that I can use as an example? |
Hah - I just found this: #114 |
It is working quite ok with the "Pyboard" device. The only exception is the soft reset: For whatever reason this is not working on my Mac. It is sending the right commands (Ctrl-C, Ctrl-D), but the board does not perform the reset. |
I'm not familiar enough with Python to help code it, but it would be great to have Pi pico support in PyCharm :) I will try to test it using the "Pyboard" device re: @tinue |
@vlasovskikh would mailing you one of these devices be helpful for this? I have a spare and they are very inexpensive in my area |
I live in New Jersey, USA. I also have a known good Pico board I could mail you. Let me know. |
If someone like timsavage does a pull request, what does it take to get that merged in - as in what is the process/timeline? |
Raspberry Pi Pico support is coming to the MicroPython plugin for PyCharm v1.2:
🙏 Thank you @timsavage for contributing code for Raspberry Pi Pico support! Thanks @lensvol for reviewing the PR! |
Hi,
Any plans to support the new Raspberry PI Pico microcontroller board?
The text was updated successfully, but these errors were encountered: