Skip to content
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

Fix Raspberry Pi company name #858

Merged
merged 1 commit into from
Jul 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/pico_sdk.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# RaspberryPi Pico SDK (for the RP2040)
# Raspberry Pi Pico SDK (for the RP2040)

<!-- markdownlint-disable MD031 MD046 -->
Just to be very clear and concise: The following instructions are
**not required to use the Arduino IDE** with any RP2040-based boards.
These instructions pertain to using only the
[Raspberry Pi foundation's Pico SDK](https://github.com/raspberrypi/pico-sdk)
These instructions pertain to using only [Raspberry Pi's Pico SDK](https://github.com/raspberrypi/pico-sdk)
for RP2040 based boards.

## Prerequisite

Follow the Raspberry Pi Foundation's
Follow Raspberry Pi's
["Getting Started with Pico" document](https://rptl.io/pico-get-started) to
setup a proper development environment on your host PC (the machine that
will build your project). Notice that the setup instructions are a little
Expand Down