File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
#define ARDUINO_PICO_MAJOR 2
3
3
#define ARDUINO_PICO_MINOR 6
4
- #define ARDUINO_PICO_REVISION 4
5
- #define ARDUINO_PICO_VERSION_STR "2.6.4 "
4
+ #define ARDUINO_PICO_REVISION 5
5
+ #define ARDUINO_PICO_VERSION_STR "2.6.5 "
Original file line number Diff line number Diff line change 54
54
# built documents.
55
55
#
56
56
# The short X.Y version.
57
- version = u'2.6.4 '
57
+ version = u'2.6.5 '
58
58
# The full version, including alpha/beta/rc tags.
59
- release = u'2.6.4 '
59
+ release = u'2.6.5 '
60
60
61
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
62
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " framework-arduinopico" ,
3
- "version" : " 1.20604 .0" ,
3
+ "version" : " 1.20605 .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=2.6.4
23
+ version=2.6.5
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