-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
update tinyusb and pico-sdk submodules, and get rp2 compiling with gcc11 #7474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7474 +/- ##
==========================================
- Coverage 98.28% 98.28% -0.01%
==========================================
Files 154 154
Lines 19985 19985
==========================================
- Hits 19643 19642 -1
- Misses 342 343 +1
Continue to review full report at Codecov.
|
set_source_files_properties( | ||
${PICO_SDK_PATH}/src/rp2_common/pico_double/double_math.c | ||
${PICO_SDK_PATH}/src/rp2_common/pico_float/float_math.c | ||
PROPERTIES | ||
COMPILE_OPTIONS "-Wno-error=uninitialized" | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably related to raspberrypi/pico-sdk#501 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes it's the same problem (I use Arch Linux as well)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so this will just be a work-around for now, to hopefully be removed in the future
Tested on nrf pca10059 board (which uses tinyusb) and it works. |
Signed-off-by: Damien George <damien@micropython.org>
Signed-off-by: Damien George <damien@micropython.org>
These warnings appear with GCC 11. Keep them as warnings but not as compiler errors so they can be dealt with properly in the future. Signed-off-by: Damien George <damien@micropython.org>
cf3d2cf
to
031fe0f
Compare
Broadcom port: Add 'fake' RTC support
This PR:
New tinyusb was tested on rp2 Pico and Teensy 4.0. Needs testing on other boards.