Rust on Espressif chips – 17-10-2022
mabez.dev
Rust on Espressif chips – 17-10-2022
1–10 of 20 posts
Re: Rust on Espressif chips – 17-10-2022
#2Espressif DevCon22 - Oct 19, 2022 - Day 1 - https://www.youtube.com/watch?v=8l29cTFS27w
Espressif DevCon22 - Oct 20, 2022 - Day 2 - https://www.youtube.com/watch?v=BgRzpbZM5QY
Re: Rust on Espressif chips – 17-10-2022
#3Re: Rust on Espressif chips – 17-10-2022
#4Surely you're transmuting all over the place.
Re: Rust on Espressif chips – 17-10-2022
#5Re: Rust on Espressif chips – 17-10-2022
#6I'm curious if anyone here has projects that already use Rust on the Espressif platform.
Re: Rust on Espressif chips – 17-10-2022
#7How does embedded programming square with the "safety shaming" rust culture? Surely you're transmuting all over the place.
Re: Rust on Espressif chips – 17-10-2022
#8How does embedded programming square with the "safety shaming" rust culture? Surely you're transmuting all over the place.
Re: Rust on Espressif chips – 17-10-2022
#9How does embedded programming square with the "safety shaming" rust culture? Surely you're transmuting all over the place.
I’d view it as similar to any other work in a hazardous environment: Apply layers of protection to mitigate risks to an acceptable level. There are so many unavoidably tricky things about embedded development that if you can easily rule out the avoidable ones, it’s worth it.
‘Unsafe’ isn’t a synonym for ‘bad practice’, it’s just a hint to ‘look here first’.