入门指南

默认使用官方Pico开发板

Pico开发板

pico-datasheet

pico-started

编译环境

sudo apt-get update
sudo apt-get install -y gcc-arm-none-eabi cmake libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib git

rust

rp2040-rust-template

rustup target install thumbv6m-none-eabi
cargo install flip-link
# This is our suggested default 'runner'
cargo install probe-run
# If you want to use elf2uf2-rs instead of probe-run, instead do...
cargo install elf2uf2-rs --locked

Templates

https://github.com/SoCXin/RP2040/workflows/templates/badge.svg

freeRTOS

Keil MDK

Rust