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
ad905ae9
Unverified
Commit
ad905ae9
authored
Sep 19, 2021
by
Dan Halbert
Committed by
GitHub
Sep 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build libpico.a with PICO_XOSC_STARTUP_DELAY_MULTIPLIER=64 (#315)
Fixes #312
parent
608a5da4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lib/libpico.a
lib/libpico.a
+0
-0
tools/libpico/CMakeLists.txt
tools/libpico/CMakeLists.txt
+3
-1
No files found.
lib/libpico.a
View file @
ad905ae9
No preview for this file type
tools/libpico/CMakeLists.txt
View file @
ad905ae9
...
...
@@ -13,9 +13,11 @@ pico_sdk_init()
add_library
(
pico STATIC
)
# Use a longer XOSC startup time, to accomodate Adafruit and other boards that may need it.
target_compile_definitions
(
pico PUBLIC
PICO_PRINTF_ALWAYS_INCLUDED=1
PICO_FLASH_SIZE_BYTES=16777216
PICO_XOSC_STARTUP_DELAY_MULTIPLIER=64
)
target_compile_options
(
pico PUBLIC
...
...
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