Hacker News new | ask | show | jobs
by TimorousBestie 139 days ago
Yep, this aligns with my experience. I’ve yet to take the plunge into cross compiling with rust though, might have to try that.
1 comments

It's been a comfortable journey for me. There's a support library for the arm cortex I'm using so it was very easy to get some LEDs to blink. Obviously we had to implement some drivers manually (UART for example) and there's lots of unsafe code, but overall the language makes a lot of things very nice on bare metal.