Index ¦ Archives ¦ Atom > Tag: bare-metal

Using Rust for the 'Blink' program on the Raspberry Pi 3

Rust is an amazing systems-level programming language that has safety as one of its top design goals, along with concurrency and performance. It is systems-level, meaning you can call assembly code within it, or work with raw memory contents. Rust feels and writes like a high level language, but it …

© Govind KP. Built using Pelican. Theme by Giulio Fidente on github.