File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
#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 "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " framework-arduinopico" ,
3
- "version" : " 1.11303 .0" ,
3
+ "version" : " 1.20000 .0" ,
4
4
"description" : " Arduino Wiring-based Framework (RPi Pico RP2040)" ,
5
5
"keywords" : [
6
6
" framework" ,
Original file line number Diff line number Diff line change 20
20
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
21
21
22
22
name=Raspberry Pi RP2040 Boards
23
- version=1.13.3
23
+ version=2.0.0
24
24
25
25
runtime.tools.pqt-gcc.path={runtime.platform.path}/system/arm-none-eabi
26
26
runtime.tools.pqt-python3.path={runtime.platform.path}/system/python3
You can’t perform that action at this time.
0 commit comments