Update version
This commit is contained in:
parent
b7912f182b
commit
11ac5ed33e
4 changed files with 6 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#define ARDUINO_PICO_MAJOR 2
|
#define ARDUINO_PICO_MAJOR 2
|
||||||
#define ARDUINO_PICO_MINOR 7
|
#define ARDUINO_PICO_MINOR 7
|
||||||
#define ARDUINO_PICO_REVISION 2
|
#define ARDUINO_PICO_REVISION 3
|
||||||
#define ARDUINO_PICO_VERSION_STR "2.7.2"
|
#define ARDUINO_PICO_VERSION_STR "2.7.3"
|
||||||
|
|
|
||||||
|
|
@ -54,9 +54,9 @@ author = u'Earle F. Philhower, III'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = u'2.7.2'
|
version = u'2.7.3'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = u'2.7.2'
|
release = u'2.7.3'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "framework-arduinopico",
|
"name": "framework-arduinopico",
|
||||||
"version": "1.20702.0",
|
"version": "1.20703.0",
|
||||||
"description": "Arduino Wiring-based Framework (RPi Pico RP2040)",
|
"description": "Arduino Wiring-based Framework (RPi Pico RP2040)",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"framework",
|
"framework",
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
|
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
|
||||||
|
|
||||||
name=Raspberry Pi RP2040 Boards
|
name=Raspberry Pi RP2040 Boards
|
||||||
version=2.7.2
|
version=2.7.3
|
||||||
|
|
||||||
runtime.tools.pqt-gcc.path={runtime.platform.path}/system/arm-none-eabi
|
runtime.tools.pqt-gcc.path={runtime.platform.path}/system/arm-none-eabi
|
||||||
runtime.tools.pqt-python3.path={runtime.platform.path}/system/python3
|
runtime.tools.pqt-python3.path={runtime.platform.path}/system/python3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue