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>
288: Clean up the training materials section r=adamgreig a=TheZoq2
A lot of the training material that is linked right now seems to be pretty outdated (blog posts and books from 2017 and earlier)
I moved all those to an "old books" section because I still think they're useful to keep around, but showing them as up to date tutorials is confusing since they often demonstrate things that are not/don't have to be done anymore.
Hopefully I did the checks for what is out of date/what is not correctly 😅
Co-authored-by: TheZoq2 <frans.skarman@protonmail.com>
285: Add link to Arduino Nano 33 IoT support r=therealprof a=guswynn
I just finished adding this crate, so I figured I'd add a link, in the same section as boards in the same repo
Co-authored-by: Gus Wynn <guswynn@gmail.com>
282: Remove reference to emosenkis/esp8266-hal r=berkus a=emosenkis
It has been deprecated in favor of work towards directly supporting Xtensa in rustc which is already mentioned here.
Co-authored-by: Eitan Mosenkis <eitan@mosenkis.net>
283: Microchip TC72, Analog Devices ADXL313 r=therealprof a=mvniekerk
Microchip TC72, Analog Devices ADXL313 crates
Co-authored-by: Michael van Niekerk <mvniekerk@chazaqdev.com>
279: Change RTFM to RTIC r=therealprof a=trembel
Changing RTFM to RTIC. RTFM for MSP430 doesn't seem to be maintained and has not made the change to RTIC
Co-authored-by: trembel <silvano.cortesi@hotmail.com>
277: add boards from atsamd repo r=adamgreig a=TDHolmes
adds nearly all of the boards from the [atsamd](https://github.com/atsamd-rs/atsamd/tree/master/boards) repo, including adding some info from the README's for some of the existing entries
Co-authored-by: Tyler Holmes <tylerdanielholmes@gmail.com>