Skip to content

Tags: adafruit/arduino-pico

Tags

1.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Look for UF2 drives in additional spots on Linux (earlephilhower#37)

Fixes earlephilhower#28

1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set default pins for peripherals per datasheet (earlephilhower#103)

Using the official Raspberry Pi Pico datasheet and the Adafruit Feather
RP2040 schematic, set the default pins for peripherals to match.

Fixes earlephilhower#92

1.0.3

Remove api from include path, add redirects

Can't have cores/rp2040/api in the include path because the Arduino API
dir has a "String.h" file.  On Windows, because it is case-insensitive
normally, this overrides the POSIX "string.h" header leading to bad
stuff.

Add manual redirect includes for commonly accessed headers in the
cores/rp2040 path instead.

1.0.2

Fix JSON, Arduino 2.0 beta

Missing Size field was causing the Arduino 2.0 beta to reject the JSON.

1.0.1

Fix Picoprobe USB PID

Thanks to @me-no-dev for pointing out that the Picoprobe does UART
passthrough!

1.0.0

Fix Picoprobe USB PID

Thanks to @me-no-dev for pointing out that the Picoprobe does UART
passthrough!

global

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md