Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-pico
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-pico
Commits
ba1face5
Commit
ba1face5
authored
Aug 25, 2024
by
Earle F. Philhower, III
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version
parent
33694a1f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
cores/rp2040/RP2040Version.h
cores/rp2040/RP2040Version.h
+4
-4
docs/conf.py
docs/conf.py
+2
-2
package.json
package.json
+1
-1
platform.txt
platform.txt
+1
-1
No files found.
cores/rp2040/RP2040Version.h
View file @
ba1face5
#pragma once
#define ARDUINO_PICO_MAJOR
3
#define ARDUINO_PICO_MINOR
9
#define ARDUINO_PICO_REVISION
5
#define ARDUINO_PICO_VERSION_STR "
3.9.5
"
#define ARDUINO_PICO_MAJOR
4
#define ARDUINO_PICO_MINOR
0
#define ARDUINO_PICO_REVISION
0
#define ARDUINO_PICO_VERSION_STR "
4.0.0
"
docs/conf.py
View file @
ba1face5
...
...
@@ -54,9 +54,9 @@ author = u'Earle F. Philhower, III'
# built documents.
#
# The short X.Y version.
version
=
u'
3.9.5
'
version
=
u'
4.0.0
'
# The full version, including alpha/beta/rc tags.
release
=
u'
3.9.5
'
release
=
u'
4.0.0
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
package.json
View file @
ba1face5
{
"name"
:
"framework-arduinopico"
,
"version"
:
"1.
30905
.0"
,
"version"
:
"1.
40000
.0"
,
"description"
:
"Arduino Wiring-based Framework (RPi Pico RP2040, RP2350)"
,
"keywords"
:
[
"framework"
,
...
...
platform.txt
View file @
ba1face5
...
...
@@ -20,7 +20,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
name=Raspberry Pi RP2040/RP2350 Boards
version=
3.9.5
version=
4.0.0
# Required discoveries and monitors
# ---------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment