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
adf1c88c
Unverified
Commit
adf1c88c
authored
Sep 19, 2021
by
Earle F. Philhower, III
Committed by
GitHub
Sep 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling and update readme. Prep for 1.9.5 (#319)
parent
ad905ae9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
2 deletions
+3
-2
README.md
README.md
+1
-0
lib/libpico.a
lib/libpico.a
+0
-0
package.json
package.json
+1
-1
tools/libpico/CMakeLists.txt
tools/libpico/CMakeLists.txt
+1
-1
No files found.
README.md
View file @
adf1c88c
...
...
@@ -20,6 +20,7 @@ See https://arduino-pico.readthedocs.io/en/latest/ along with the examples for m
*
Arduino Nano RP2040 Connect (preliminary)
*
Invector Labs Challenger RP2040 WiFi
*
Invector Labs Challenger RP2040 LTE
*
Melopero Shake RP2040
*
SparkFun ProMicro RP2040
*
Generic (configurable flash, I/O pins)
...
...
lib/libpico.a
View file @
adf1c88c
No preview for this file type
package.json
View file @
adf1c88c
{
"name"
:
"framework-arduinopico"
,
"version"
:
"1.1090
3
.0"
,
"version"
:
"1.1090
5
.0"
,
"description"
:
"Arduino Wiring-based Framework (RPi Pico RP2040)"
,
"keywords"
:
[
"framework"
,
...
...
tools/libpico/CMakeLists.txt
View file @
adf1c88c
...
...
@@ -13,7 +13,7 @@ pico_sdk_init()
add_library
(
pico STATIC
)
# Use a longer XOSC startup time, to accomodate Adafruit and other boards that may need it.
# Use a longer XOSC startup time, to accom
m
odate Adafruit and other boards that may need it.
target_compile_definitions
(
pico PUBLIC
PICO_PRINTF_ALWAYS_INCLUDED=1
PICO_FLASH_SIZE_BYTES=16777216
...
...
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