Skip to content

Commit 541e23d

Browse files
Update to major version 2.0.0
1 parent 65fe176 commit 541e23d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

cores/rp2040/RP2040Version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma once
2-
#define ARDUINO_PICO_MAJOR 1
3-
#define ARDUINO_PICO_MINOR 13
4-
#define ARDUINO_PICO_REVISION 3
5-
#define ARDUINO_PICO_VERSION_STR "1.13.3"
2+
#define ARDUINO_PICO_MAJOR 2
3+
#define ARDUINO_PICO_MINOR 0
4+
#define ARDUINO_PICO_REVISION 0
5+
#define ARDUINO_PICO_VERSION_STR "2.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework-arduinopico",
3-
"version": "1.11303.0",
3+
"version": "1.20000.0",
44
"description": "Arduino Wiring-based Framework (RPi Pico RP2040)",
55
"keywords": [
66
"framework",

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
2121

2222
name=Raspberry Pi RP2040 Boards
23-
version=1.13.3
23+
version=2.0.0
2424

2525
runtime.tools.pqt-gcc.path={runtime.platform.path}/system/arm-none-eabi
2626
runtime.tools.pqt-python3.path={runtime.platform.path}/system/python3

0 commit comments

Comments
 (0)