My
previous blog post
introduced my work to improve Rust's support for
RISC-V Linux systems. Since then I fixed a couple of
interesting compiler bugs. This blog post is more technical - describing these
bugs and explaining some rustc internals along the w... (more…)
Read more »
Proof-of-concept to test integrating Rust submodules.
This adds a (very naive) rewrite of string_extract_line from string-util.h
in Rust, and compiles it in so that the rest of our C code, includin... (more…)
Read more »
Mozilla-created programming language Rust could one day help Microsoft kill a large chunk of its worst security bugs. (more…)
Read more »
In this blog entry I will explain a bit what interrupts are and they work in
embedded systems and compare various interrupt implementation and sharing
methods in Rust. (more…)
Read more »