documentation icon indicating copy to clipboard operation
documentation copied to clipboard

The official documentation for Raspberry Pi computers and microcontrollers

Results 89 documentation issues
Sort by recently updated
recently updated
newest added

Now the default user has been removed we need to update all references to a default user/pass, ``` $ git grep -E "\`(pi|raspberry)\`" "*.adoc" | grep -Ev "default (user|pass)" documentation/asciidoc/computers/configuration/access-point-routed.adoc:If...

enhancement
documentation
backlog

I tried setting up a new image of Octoprint tonight, only to fail multiple times because once it was set up, I had no way to access the headless device....

enhancement
documentation
backlog

Right now the maximum user/client limit for the wireless firmware isn't in the documentation. Need to add that. Possibly also document how to swap out the firmware to an older...

enhancement
documentation
backlog

If I'm currently looking at https://www.raspberrypi.com/documentation/microcontrollers/c_sdk.html then the LHS menu displays correctly: ![Screenshot from 2022-07-19 12-57-25](https://user-images.githubusercontent.com/476186/179744626-eb86aa16-1148-4d6f-9a10-23b0e191f89d.png) And if I'm looking at https://www.raspberrypi.com/documentation/microcontrollers/micropython.html then the menu also displays correctly: ![Screenshot from...

bug
toolchain
backlog

Bumps [actions/stale](https://github.com/actions/stale) from 3 to 5.1.0. Release notes Sourced from actions/stale's releases. v5.1.0 [5.1.0] Don't process stale issues right after they're marked stale Add close-issue-reason option #764#772 Various dependabot/dependency updates...

dependencies
stale pull request
github_actions

Pulled in from https://datasheets.raspberrypi.com/iqaudio/iqaudio-product-brief.pdf this is a stub for documentation around the IQ audio boards. This has a bunch of problems ranging from stylistic issues through structural ones. On the...

enhancement
paused
documentation

Need to document non-interactive use of `raspi-config` through using the `nonint` argument. See RPi-Distro/raspi-config#123 for background details.

enhancement
documentation
backlog

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.1.0. Release notes Sourced from actions/setup-python's releases. v4.1.0 In scope of this pull request we updated actions/cache package as the new version contains fixes for...

dependencies
github_actions

The toolchain throws a `raise Exception("{} contains a Markdown-style header (i.e. '#' rather than '=')".format(filename))` error when I use Python comment characters `#` inside `[source]` blocks. Right now the toolchain...

bug
toolchain
backlog

Just ran into the file size issue, and it seems other people regularly do so too. The Stack Overflow answer fixed it for me. I think this issue is worth...

documentation
camera 📷