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
8263068a
Commit
8263068a
authored
Mar 29, 2021
by
Earle F. Philhower, III
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version header when rebuilding libpico
parent
d8725e8f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
lib/libpico.a
lib/libpico.a
+0
-0
pico-sdk-lib/build.sh
pico-sdk-lib/build.sh
+1
-1
pico_base/pico/version.h
pico_base/pico/version.h
+2
-2
No files found.
lib/libpico.a
View file @
8263068a
No preview for this file type
pico-sdk-lib/build.sh
View file @
8263068a
...
...
@@ -5,4 +5,4 @@ cd build
PICO_SDK_PATH
=
../../pico-sdk/
PATH
=
"
$(
cd
../../system/arm-none-eabi/bin
;
pwd
)
:
$PATH
"
cmake ..
make
cp
libpico.a ../../lib/.
cp
generated/pico_base/pico/version.h ../../pico_base/pico/.
pico_base/pico/version.h
View file @
8263068a
...
...
@@ -12,8 +12,8 @@
#define _PICO_VERSION_H
#define PICO_SDK_VERSION_MAJOR 1
#define PICO_SDK_VERSION_MINOR
0
#define PICO_SDK_VERSION_MINOR
1
#define PICO_SDK_VERSION_REVISION 0
#define PICO_SDK_VERSION_STRING "1.
0
.0"
#define PICO_SDK_VERSION_STRING "1.
1
.0"
#endif
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