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
c35cc02a
Commit
c35cc02a
authored
Mar 31, 2021
by
Earle F. Philhower, III
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable debug symbols in libpico.a
parent
7bfffed6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
lib/libpico.a
lib/libpico.a
+0
-0
pico-sdk-lib/CMakeLists.txt
pico-sdk-lib/CMakeLists.txt
+1
-1
pico-sdk-lib/build.sh
pico-sdk-lib/build.sh
+1
-1
No files found.
lib/libpico.a
View file @
c35cc02a
No preview for this file type
pico-sdk-lib/CMakeLists.txt
View file @
c35cc02a
...
...
@@ -6,6 +6,7 @@ include(pico_sdk_import.cmake)
project
(
pico_lib C CXX ASM
)
set
(
CMAKE_C_STANDARD 11
)
set
(
CMAKE_CXX_STANDARD 17
)
set
(
CMAKE_BUILD_TYPE RelWithDebInfo
)
# Initialize the SDK
pico_sdk_init
()
...
...
@@ -16,7 +17,6 @@ target_compile_definitions(pico PUBLIC
PICO_PRINTF_ALWAYS_INCLUDED=1
)
target_link_libraries
(
pico
boot_stage2
hardware_adc
...
...
pico-sdk-lib/build.sh
View file @
c35cc02a
...
...
@@ -3,7 +3,7 @@ rm -rf build
mkdir
build
cd
build
PICO_SDK_PATH
=
../../pico-sdk/
PATH
=
"
$(
cd
../../system/arm-none-eabi/bin
;
pwd
)
:
$PATH
"
cmake ..
make
make
-j32
cp
libpico.a ../../lib/.
cp
generated/pico_base/pico/version.h ../../pico_base/pico/.
cd
..
...
...
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