Update dependency rp2040:rp2040 to v4.7.1 #71
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 PR contains the following updates:
4.5.3
->4.7.1
Release Notes
earlephilhower/arduino-pico (rp2040:rp2040)
v4.7.1
: - SDK 2.2.0 build hotfix for LWIPCompare Source
Overview
Hotfix for a missing interrupt disable call in the LWIP headers, leading to possible race conditions.
Networking
Boards
Peripherals
v4.7.0
: - SDK 2.2.0, slimmed down LWIP, cleaned up Platform.IO buildsCompare Source
Overview
Update to the latest Pico-SDK 2.2.0 release and clean up and rationalizes the Platform.IO infrastructure.
SDK 2.2.0 "kitchen sink" update
Fixes #3058 and behavior of async_context in multicore apps
Use a common text file that GCC and P.IO can parse to set defines for the build, ensuring Arduino and P.IO stay in sync.
Libraries
We needed about 6 copies of the LWIP/BT library for each CPU when the LWIP library was built as part of the SDK libpico.
Remove LWIP from the SDK builds and replace it with the actual LWIP source (linked via
#include
) so we can adjust for IPv4/IPv6/32K/16K at runtime. Shrinks download and install size of a release significantly. Still needs separate LWIP-BT library because the CYW43 driver is different when BT is enabled.Networking
Boards
v4.6.1
: - HTTPClient and minor updatesCompare Source
Overview
Fixes issues with the HTTPClient under transfer-encoding: chunked connections.
Libraries
Boards
v4.6.0
: - GCC 14.3, Newlib 4.5, updated SDK, new boardsCompare Source
Overview
Upgrade to the latest GCC 14.3 compiler and Newlib 4.5. Latest
pico-sdk
develop
branch with important Pico2 floating point function fixes.If using
git
be sure togit update --init --recursive
and totools/get.py
to get the new SDK-needed libraries and the toolchain.Toolchain, SDK, and libraries
New and updated boards
Platform.IO
Networking, Bluetooth, and misc.
v4.5.4
: - Important ADCInput fix, misc other updatesCompare Source
Overview
Minor update with an important ADCInput fix, IDE OTA interface chagnes, and general infrastructure updates.
ADC
OTA
Infrastructure
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.