220: Reflect the OS tutorials rewrite r=adamgreig a=andre-richter
Its no longer a collection of bare-metal tutorials, but a series about writing an OS.
Co-authored-by: Andre Richter <andre-richter@users.noreply.github.com>
213: Replace defunct IRC channel reference with matrix.to link. r=adamgreig a=tim-seoss
Update IRC channel reference with Matrix room to reflect https://rust-embedded.github.io/blog/newsletter-18/ etc.
Co-authored-by: Tim Small <tim@seoss.co.uk>
209: Adding the stm32h7xx-hal crate r=jamesmunns a=hargoniX
I'm one of the co authors and I think with the release 0.2.0 which just came out the other day this HAL is now in a pretty solid and ready to use state.
Co-authored-by: Henrik Böving <hargonix@gmail.com>
207: Add WIP Si4703 FM radio turner (receiver) r=jamesmunns a=eldruin
I started a driver for these FM radio turners.
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
201: Add released MCP794xx RTC driver r=andre-richter a=eldruin
I wrote a driver for the MCP794xx family of RTCs :)
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
GD32VF103 is a microcontroller chip produced by GigaDevice Semiconductor Inc. with one RISC-V's RV32IMAC core as well as up to 128 KiB of Flash and 32 KiB of SRAM; this chip will be in market on late September this year.
190: update MAX7219 for new release r=adamgreig a=almindor
I've taken over the MAX7219 driver since the original author didn't touch it for a year.
Driver has been updated to use latest `embedded-hal`, documented and slightly extended with helper functions. I've made a release to crates.io as well since there was none done previously.
Co-authored-by: Ales Katona <almindor@gmail.com>
191: Added AVR crates to lists r=adamgreig a=jonahbron
I've recently gotten involved with an AVR HAL project and realized they were not listed in the official list. They are still under development and not published, but it seems good to have them exposed.
Co-authored-by: Jonah Dahlquist <jonah@jonah.name>