Mathias 🦀
mathiasb77.bsky.social
Mathias 🦀
@mathiasb77.bsky.social
Interest in Rust, in particular for firmware development and embedded systems. Opinions are my own.
🇫🇷🇸🇪🇺🇸
So much is happening in the world, you are going to have to be more specific 😀
July 27, 2025 at 7:38 PM
You can use it in no-std projects (if relevant). The std part of the API is typically gated by a “std” feature enabled by default (and that is fine).
July 16, 2025 at 12:33 AM
Nicely spotted! Not ideal, but depending on where and how small the test points are, that could work.
April 12, 2025 at 10:22 PM
The thing I am a little sad about is that there seem to be no SWD pins.
April 12, 2025 at 1:37 AM
I agree that Cargo is a key part of Rust’s success, but not in isolation. The crates ecosystem would not be as good as it is without Rust’s type system, borrow checker, macro systems, etc. Code “composabilty” in C/C++ is not limited only by lack of standard build and package management system.
March 30, 2025 at 4:14 PM