xiao-generate: A Rust Embedded Project Generator for the Seeed XIAO Family
Go from a XIAO board to a ready-to-build bare-metal Rust project with a single command.
Aug 7, 20266 min read290

Search for a command to run...
Series
Go from a XIAO board to a ready-to-build bare-metal Rust project with a single command.

An all-in-one open-source learner board for embedded Rust, built around the Seeed Studio XIAO platform.

This is the second post in the µFerris & Xiao BSP series. If you haven't yet, start with Getting Started with µFerris & Xiao where we assembled the board, set up the toolchain, and blinked an LED. Thi

This is the third post in the µFerris & Xiao BSP series, where we build a Board Support Package from scratch, one peripheral at a time. In the previous post we met the board, wired up the toolchain, a
