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>
184: Release KXCJ9/KXCJB accelerometer driver r=andre-richter a=eldruin
This driver is now functionally complete :)
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
182: README.md: Add samd51, accelerometer crate, micromath crate r=andre-richter a=tarcieri
- Adds a link to `samd51` in addition to `samd21`, and updates the project's location
- Adds a new "Component abstraction crates" section and lists the `accelerometer` crate
- Adds the `micromath` crate to the "no-std crates" section
Co-authored-by: Tony Arcieri <bascule@gmail.com>
- Adds a link to `samd51` in addition to `samd21`, and updates the
project's location
- Adds a new "Component abstraction crates" section and lists the
`accelerometer` crate
- Adds the `micromath` crate to the "no-std crates" section