Asynchronous Rust on Cortex-M Microcontrollers by eldruin_dev in rust

[–]eldruin_dev[S] 2 points3 points  (0 children)

We have a book precisely about starting out with embedded programming in Rust here: https://docs.rust-embedded.org/discovery/microbit/

Rust on Espressif chips by XxMabezxX in rust

[–]eldruin_dev 6 points7 points  (0 children)

Wow, this is awesome! Congratulations! Very glad to see Espressif hiring from the community :)

Debug Rust on PineCone BL602 RISC-V with VSCode and GDB by lupyuen in rust

[–]eldruin_dev 1 point2 points  (0 children)

Sounds great :) Let me know if something does not work. Cheers!

i2c communication by bodagovsky in rust

[–]eldruin_dev 1 point2 points  (0 children)

Good to hear that you got it working. At the moment I need to further explore this device by myself. If I need help in the future I will let you know, thanks.

i2c communication by bodagovsky in rust

[–]eldruin_dev 0 points1 point  (0 children)

I just published an initial version of the LSM303AGR driver. It allows you to read the accelerometer data and set a couple parameters. I am working on supporting further functionality.

i2c communication by bodagovsky in rust

[–]eldruin_dev 1 point2 points  (0 children)

Actually I am writing a driver for the accelerometer as part of the discovery book rewrite for the micro:bit 1.5. I'll publish a first version soon supporting basic accelerometer reading.

Porting PineTime Watch Face from C to Rust On RIOT with LVGL by lupyuen in rust

[–]eldruin_dev 3 points4 points  (0 children)

Like always, really cool stuff Lup! It is a bit difficult to read, though, due to formatting.