forked from raspberrypi/pico-sdk
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update pico sdk to 1.4.0 release #1
Merged
KarlK90
merged 54 commits into
qmk:tinyusb-removed-for-qmk
from
KarlK90:feature/update-pico-sdk-to-1.4.0
Sep 19, 2022
Merged
Update pico sdk to 1.4.0 release #1
KarlK90
merged 54 commits into
qmk:tinyusb-removed-for-qmk
from
KarlK90:feature/update-pico-sdk-to-1.4.0
Sep 19, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See release notes for details Co-authored-by: Brian Cooke <[email protected]> Co-authored-by: Luke Wren <[email protected]> Co-authored-by: Uri Shaked <[email protected]> Co-authored-by: Zapta <[email protected]> Co-authored-by: Andrew Scheller <[email protected]> Co-authored-by: Liam Fraser <[email protected]> Co-authored-by: Gabriel Wang <[email protected]> Co-authored-by: Matias Silva <[email protected]> Co-authored-by: dp111 <[email protected]> Co-authored-by: Leonardo La Rocca <[email protected]> Co-authored-by: Mahyar Koshkouei <[email protected]> Co-authored-by: Brian Starkey <[email protected]> Co-authored-by: Philip Howard <[email protected]> Co-authored-by: Mike Causer <[email protected]> Co-authored-by: Martino Facchin <[email protected]> Co-authored-by: ZodiusInfuser <[email protected]> Co-authored-by: Manuel Wick <[email protected]> Co-authored-by: Matias Silva <[email protected]> Co-authored-by: Robert Pafford <[email protected]> Co-authored-by: Alasdair Allan <[email protected]> Co-authored-by: Engineer_Will <[email protected]> Co-authored-by: Garatronic <[email protected]>
…not be immediately visible (raspberrypi#832)
SDK1.3.0 was mistakenly released as a squash commit. This merge re-integrates that squashed commit, along with the actual individual changes back into SDK1.3.1 so that SDK1.3.1 will have the actual SDK1.3.0 release in its history. The squash commit will be visible in the history, however git blame should show the correct individual commits
…ing them to interoperate (raspberrypi#854)
…aspberrypi#850) Co-authored-by: Adam Nielsen <[email protected]>
Co-authored-by: Geoff Simmons <[email protected]>
…ute is found (raspberrypi#853) (and tidy up the code a bit at the same time)
Protect against heap corruption by mutex-protecting the realloc() call (like malloc/free are already). Fixes raspberrypi#863 Fixes maxgerhardt/platform-raspberrypi#7 Fixes earlephilhower/arduino-pico#614
Use shared IRQ if available to avoid 1ms timer. Allow use of stdio_usb with user's tinyusb setup if it has CDC
…oss operating conditions (raspberrypi#869) Co-authored-by: graham sanderson <[email protected]>
Co-authored-by: Graham Sanderson <[email protected]>
fix typo datsheet -> datasheet
… some of these errors. (raspberrypi#907)
… alarm_pool_core_num() API (raspberrypi#918) This issue addresses possible starvation issues when using `getchar()` with `stdio_usb` and also fixes possible missing of IRQs as a result of raspberrypi#871
…hannels and power off the WLAN chip (raspberrypi#965)
* Enable/disable connection check made with DTR this gives users the option to disable DTR check. Co-authored-by: Graham Sanderson <[email protected]>
Also dma_channel_acknowledge_irq0 and dma_channel_acknowledge_irq1. Using hw_set_bits acked every channel because INTS0/1 are WC registers. Fixes raspberrypi#974.
It is not known if this is required. This is done for consistency purposes. Related to raspberrypi#974
tzarc
approved these changes
Sep 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This updates QMK fork of
pico-sdk
to 1.4.0 which also contains fixes for GCC 12 array-bounds warnings. The update is done by merging the currentmaster
branch intotinyusb-removed-for-qmk
in order to preserve the commit hash 07edde8 which is used for the current master release.