Updated Pico SDK to version 2.2.0 - existing projects may need to add $(PackagesDir)/libraries/pico-sdk/src/rp2_common/pico_platform_common/include to the Code > Preprocessor > User Include Directories project property in order to build without errors.
5.1 (2025-07-03)
Fixed the file $(PackagesDir)/libraries/pico-sdk/src/rp2_common/hardware_ticks/ticks.c being added to the project twice when creating a new executable project.
5.0 (2025-03-21)
Now uses CMSIS 6 packages.
Raspberry Pi Pico SDK files have been moved into a separate library support package.
4.4 (2024-07-16)
Fixed missing __STRING, __CONCAT and __CONCAT1 definitions in platform.h.
Added SCRATCH_X and SCRATCH_Y segments.
Added .after_data, .scratch_x, .scratch_y, .time_critical and .uninitialized_data sections to the placement files.
4.3 (2023-11-09)
Updated Pico SDK to version 1.5.1.
Fixed loader writes failing with some devices.
Fixed "Flash Vectors in RAM" section placement not keeping _vector symbol.
SystemInit function now resets the peripherals.
4.2 (2022-04-25)
Fixed error when using __packed_aligned definition.