Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.36 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.36 KB

🪁 pico-rs 🦀



Writing Zephyr applications in Rust. Support for Rust is provided by the zephyr-rs Zephyr module.

The zephyr-rs module is currently included as a west project. It could also be added to a Zephyr workspace instead.

🚫 This project is for educational and explorative purposes only. 🚫


Applications


Hardware

The only supported architecture is Arm Cortex-M0+ using a (Armv6-M) ISA. The only supported board is the Raspberry Pi Pico. For quality of life reasons, make sure you get the Debug Probe as well.



Console

screen -L /dev/tty.usbmodemxxx 115200 -L

Quit with Ctrl-A + Ctrl-\


🚧 pico-rs is under construction - a hardhat 👷 is recommended beyond this point 🚧