Skip to content

Tags: czghzc/arduino-pico

Tags

1.1.0

Toggle 1.1.0's commit message

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

Toggle 1.0.3's commit message
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

Toggle 1.0.2's commit message
Fix JSON, Arduino 2.0 beta

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

1.0.1

Toggle 1.0.1's commit message
Fix Picoprobe USB PID

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

1.0.0

Toggle 1.0.0's commit message
Fix Picoprobe USB PID

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

global

Toggle global's commit message

Verified

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