373: Add grove matrix led my-9221 driver r=eldruin a=pyaillet
Hi !
Thank you for pulling this list together.
This PR adds the [Grove matrix led driver](https://github.com/pyaillet/grove-matrix-led-my9221-rs)
Co-authored-by: Pierre-Yves Aillet <pyaillet@gmail.com>
372: Add Ft6x36 touch screen driver r=eldruin a=pyaillet
Hi !
Thank you for pulling this list together.
This PR adds the [Ft6x36 I2C Touch Screen driver](https://github.com/pyaillet/ft6x36-rs)
Co-authored-by: Pierre-Yves Aillet <pyaillet@gmail.com>
368: Add an alternative AHT20 driver r=eldruin a=anglerud
I wrote a new AHT20 driver and published a blog post about it. I created a new driver as the previous one took ownership of the delay device, denying it to other drivers and code. The existing AHT20 driver is also under the AGLP which is certainly a fine license, but not one I'd choose for a library myself.
Co-authored-by: Rikard Anglerud <rikard@anglerud.com>
303: Add ssd1309 to README r=eldruin a=antonok-edm
I've forked the `sh1106` crate to make a new driver crate for SSD1309 monochrome OLED displays - I figured it would be good to add to this list as well.
cc `@jamwaffles` - this may be of interest to you as well 😄
Co-authored-by: Anton Lazarev <antonok35@gmail.com>
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
364: Clarify released driver section requisites r=adamgreig a=eldruin
As discussed, here a proposal for clarification. Please feel free to improve it.
cc: `@adamgreig`
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
359: Add RIOT to RTOS list r=jamesmunns a=chrysn
It's supported well enough for examples to be in upstream, and while we're working out a few procedural nits, it looks like it's going to be part of the upcoming release.
Inserted in alphabetical order. (Hubris should maybe be moved, as it was added out-of-sequence).
Co-authored-by: chrysn <chrysn@fsfe.org>
358: cleanup wording errors and add the language to some boards I missed r=eldruin a=TDHolmes
Follow-up on #357
Co-authored-by: Tyler Holmes <tyler@holmesengineering.com>
356: Add freebsd-embedded-hal r=eldruin a=unrelentingtech
Just published a [new crate](https://github.com/unrelentingtech/freebsd-embedded-hal), it's like `linux-embedded-hal` but for FreeBSD. Currently gpio and i2c work.
Co-authored-by: unrelentingtech <greg@unrelenting.technology>
354: Update README with some RP2040 boards r=therealprof a=thejpster
Also bump RTIC to 1.0, and add Hubris RTOS
Co-authored-by: Jonathan 'theJPster' Pallant <github@thejpster.org.uk>
352: Adds embassy-start r=eldruin a=huntc
This is a link to a project starter template for writing embedded async Rust applications using Embassy.
Co-authored-by: Christopher Hunt <huntchr@gmail.com>
351: Move MAX116xx driver to released, add blogposts r=eldruin a=robamu
I prepared two blogpost for my recent additions.
With this, the MAX116xx driver can be moved to the released section
Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
349: Vorago PAC & BSP and MAX116xx 10 bit ADC driver r=eldruin a=robamu
Adds three crates
- PAC for the Vorago VA416xx family of MCUs
- BSP for the Vorago REB1 developmemt board
Also adds a new device crate for the MAX116xx 10-bit ADC. Actually, I wasn't sure whether to add the device driver to the primary list or to the WIP list. There is not blog post (yet) and I was not sure whether this is a fixed requirement.
Some core features are supported which should be useful for the most common use-cases, but of course there are some features that could still be added. If you think that this crate is ready for an official release, I could try to provide a blog post on something like Medium (or whatever platform you recommend)
Co-authored-by: Robin Mueller <muellerr@irs.uni-stuttgart.de>