rust-embedded / cortex-m-quickstart

Template to develop bare metal applications for Cortex-M microcontrollers
782 stars 164 forks source link

Document on a quickstart guide for Raspberry Pi Pico #105

Closed stevefan1999-personal closed 3 years ago

stevefan1999-personal commented 3 years ago

https://www.raspberrypi.org/products/raspberry-pi-pico/

Designed by Raspberry Pi, RP2040 features a dual-core Arm Cortex-M0+ processor with 264KB internal RAM and support for up to 16MB of off-chip Flash. A wide range of flexible I/O options includes I2C, SPI, and — uniquely — Programmable I/O (PIO). These support endless possible applications for this small and affordable package.

jonas-schievink commented 3 years ago

The quickstart repo is device-agnostic, someone just has to create a HAL for that chip