318: README.md: remove e.ziclean-cube firmware project r=therealprof a=geomatsi
It was fun to do some reverse-engineering of the board and experiment with its peripherals using Rust. However I haven't been working on this project for a while. So it is time to remove the stale e.ziclean-cube firmware project.
Regards,
Sergey
Co-authored-by: Sergey Matyukevich <geomatsi@gmail.com>
314: Adding IIS2MDC and ISM330DHCX r=adamgreig a=sousandrei
Hey folks!
Figured I'd add a couple of crates I've been working on and using for some ST sensors.
Quite simple but there were none in rust so I built some :D
Co-authored-by: Andrei Sousa <sousandrei@gmail.com>
311: Adds the mqtt-sn to the list of no-std crates r=eldruin a=henrikssn
https://github.com/henrikssn/rust-mqtt-sn
Co-authored-by: Erik Henriksson <erikhenrikssn@gmail.com>
310: Another BSP crate for STM32F3DISCOVERY added r=eldruin a=apatrushev
This crate is used in book and maintained s for 02/2021. Original f3 crate by @japaric looks stale.
Co-authored-by: Anton Patrushev <apatrushev@gmail.com>
305: Added device-driver crate to README r=jamesmunns a=diondokter
I've made a crate that can help you create device drivers. Currently it can only be used for register definitions, but I'm planning on doing more.
I'd love to get some more eyeballs on this and adding it to this list seems like a good step.
Co-authored-by: Dion Dokter <diondokter@gmail.com>
I've made a crate that can help you create device drivers. Currently it can only be used for register definitions, but I'm planning on doing more.
I'd love to get some more eyeballs on this and adding it to this list seems like a good step.
304: Removed Fork for AVR link r=adamgreig a=iGEL
This project has been merged to upstream and is deprecated.
Co-authored-by: Johannes Barre <igel@igels.net>
298: Release CCS811 indoor air quality sensor driver r=therealprof a=eldruin
This driver is now functionally complete 🎉
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
291: Add gdbstub r=adamgreig a=daniel5151
Add `gdbstub` to this list of no-std crates.
`gdbstub` is a `#![no_std]`compatible (and `alloc` free) implementation of the GDB remote serial protocol in Rust.
Co-authored-by: Daniel Prilik <danielprilik@gmail.com>
293: Add Adafruit-7segment Driver r=adamgreig a=kallemooo
I published a driver for Adafruit 7-segment LED Alphanumeric Backpack.
Co-authored-by: Karl Thorén <6556005+kallemooo@users.noreply.github.com>