Difference between revisions of "Raspberry Pi Pico"

From Stm32World Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
The Raspberry Pico is a [[Category:Development Board|Development Board]] based upon the [[RP2040]] [[MCU]].
 
The Raspberry Pico is a [[Category:Development Board|Development Board]] based upon the [[RP2040]] [[MCU]].
  
[[SDK]]
+
== SDK ==
  
 
The SDK is available at [https://github.com/raspberrypi/pico-sdk Github].  To use, the easiest approach is to clone this repository:
 
The SDK is available at [https://github.com/raspberrypi/pico-sdk Github].  To use, the easiest approach is to clone this repository:

Revision as of 03:31, 18 December 2021

Raspberry Pi Pico Board

The Raspberry Pico is a based upon the RP2040 MCU.

SDK

The SDK is available at Github. To use, the easiest approach is to clone this repository:

git clone --recursive git@github.com:raspberrypi/pico-sdk.git