MyGit

1.2.0

raspberrypi/pico-sdk

版本发布时间: 2021-06-03 23:54:17

raspberrypi/pico-sdk最新发布版本:2.0.0(2024-08-08 22:59:22)

This release contains numerous bug fixes and documentation improvements. Additionally it contains the following improvements/notable changes:

Updated TinyUSB to 0.10.1

The lib/tinyusb submodule has been updated from 0.8.0 and now tracks upstream https://github.com/hathach/tinyusb.git. It is worth making sure you do a

git submodule sync
git submodule update

to make sure you are correctly tracking upstream TinyUSB if you are not checking out a clean pico-sdk repository.

Note also that moving ffrom TinyUSB 0.8.0 to TinyUSB 0.10.1 may require some minor changes to your USB code.

New/improved board headers

Added CMSIS core headers

CMSIS core headers (e.g. core_cm0plus.h and RP2040.h) are made available via cmsis_core INTERFACE library. Additionally, CMSIS standard exception naming is available via PICO_CMSIS_RENAME_EXCEPTIONS=1

API improvements

pico_sync

hardware_adc

hardware_clocks

hardware_dma

hardware_exception

New library for setting ARM exception handlers:

hardware_flash

hardware_gpio

hardware_i2c

hardware_interp

hardware_irq

hardware_pio

hardware_spi

hardware_sync

hardware_timer

pico_float/pico_double

pico_int64_ops

pico_runtime

pico_unique_id

General code improvements

SVD

pioasm

RTOS interoperability

Improvements designed to make porting RTOSes either based on the SDK or supporting SDK code easier.

CMake build changes

Substantive changes have been made to the CMake build, so if you are using a hand crafted non-CMake build, you will need to update your compile/link flags. Additionally changed some possibly confusing status messages from CMake build generation to be debug only

Boot Stage 2

相关地址:原始地址 下载(tar) 下载(zip)

查看:2021-06-03发行的版本