https://github.com/raspberrypi/pico-feedback
https://github.com/raspberrypi/pico-feedback
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raspberrypi/pico-feedback
- Owner: raspberrypi
- Created: 2021-01-21T09:19:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T18:13:37.000Z (almost 5 years ago)
- Last Synced: 2025-04-05T18:21:50.803Z (8 months ago)
- Size: 9.77 KB
- Stars: 28
- Watchers: 20
- Forks: 2
- Open Issues: 109
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Feedback on Raspberry Pi Pico and RP2040
* Issues relating only to the Raspberry Pi Pico C/C++ SDK should be filed against the [`pico-sdk`](https://github.com/raspberrypi/pico-sdk) repo.
* Issues relating to the C example code should be filed against the [`pico-examples`](https://github.com/raspberrypi/pico-examples) repo.
* Issues relating to the to [`pico-extras`](https://github.com/raspberrypi/pico-extras) or [`pico-playground`](https://github.com/raspberrypi/pico-playground) should also be filed against those repos.
* Issues relating to the Python example code should be filed against the [`pico-micropython-examples`](https://github.com/raspberrypi/pico-micropython-examples) repo.
In general if there is a specific repo for the thing you have an issue around, you should file the issue on that repo. However all other issues, including documentation, other user-facing issues like IDE problems, should be filed [here](https://github.com/raspberrypi/pico-feedback/issues).
Issues relating to the MicroPython port should now be filed against the upstream [`micropython`](https://github.com/micropython/micropython) repo as the RP2040 support has [been integrated](https://github.com/micropython/micropython/pull/6791) into the main MicroPython distribution.
Issues relating to the CircuitPython port should be filed against the main [`circuitpython`](https://github.com/adafruit/circuitpython) repo as CircuitPython is maintained by Adafruit, and initial RP2040 support has [already been integrated](https://github.com/adafruit/circuitpython/pull/4031) into the main CircuitPython distribution. CircuitPython binaries can be found [here](https://circuitpython.org/board/raspberry_pi_pico/).