Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 288 Bytes

Readme.md

File metadata and controls

11 lines (9 loc) · 288 Bytes

Software

Using Debian 12 Following the book https://docs.rust-embedded.org/book/intro/index.html

sudo curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sudo apt -y install qemu-system-arm 
sudo apt -y install openocd 
sudo apt -y install gdb-multiarch