Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pico-sdk
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microcontroller
pico-sdk
Commits
a2df9912
Commit
a2df9912
authored
3 years ago
by
graham sanderson
Browse files
Options
Downloads
Patches
Plain Diff
prototype changes for tinyusb_bump
parent
d1e7294d
Branches
tusb_bump
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/tinyusb
+1
-1
1 addition, 1 deletion
lib/tinyusb
src/rp2_common/tinyusb/CMakeLists.txt
+9
-9
9 additions, 9 deletions
src/rp2_common/tinyusb/CMakeLists.txt
with
10 additions
and
10 deletions
tinyusb
@
fc1a27b6
Compare
4bfab30c
...
fc1a27b6
Subproject commit
4bfab30c02279a0530e1a56f4a7c539f2d35a29
3
Subproject commit
fc1a27b6c9d5a19529d6ac968164f2734ea8902
3
This diff is collapsed.
Click to expand it.
src/rp2_common/tinyusb/CMakeLists.txt
+
9
−
9
View file @
a2df9912
...
@@ -45,14 +45,14 @@ if (EXISTS ${PICO_TINYUSB_PATH}/${TINYUSB_TEST_PATH})
...
@@ -45,14 +45,14 @@ if (EXISTS ${PICO_TINYUSB_PATH}/${TINYUSB_TEST_PATH})
pico_add_impl_library
(
tinyusb_board
)
pico_add_impl_library
(
tinyusb_board
)
target_link_libraries
(
tinyusb_board INTERFACE tinyusb_bsp
)
target_link_libraries
(
tinyusb_board INTERFACE tinyusb_bsp
)
# Override suppress_tinyusb_warnings to add suppression of (falsely) reported GCC 11.2 warnings
#
# Override suppress_tinyusb_warnings to add suppression of (falsely) reported GCC 11.2 warnings
function
(
suppress_tinyusb_warnings
)
#
function(suppress_tinyusb_warnings)
_suppress_tinyusb_warnings
()
#
_suppress_tinyusb_warnings()
set_source_files_properties
(
#
set_source_files_properties(
${
PICO_TINYUSB_PATH
}
/src/portable/raspberrypi/rp2040/rp2040_usb.c
#
${PICO_TINYUSB_PATH}/src/portable/raspberrypi/rp2040/rp2040_usb.c
PROPERTIES
#
PROPERTIES
COMPILE_FLAGS
"-Wno-stringop-overflow -Wno-array-bounds"
)
#
COMPILE_FLAGS "-Wno-stringop-overflow -Wno-array-bounds")
endfunction
()
#
endfunction()
#
pico_promote_common_scope_vars
()
pico_promote_common_scope_vars
()
endif
()
endif
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment