230: Add a link to the HZ Grow R502 driver r=jamesmunns a=FLamparski
The driver is for the HZ Grow R502 capacitive fingerprint reader module. I hope it's of use to someone. It's not quite awesome yet as not all functionality of the R502 is implemented and the code is in need of review by someone who actually knows what they're doing.
Co-authored-by: Filip Wieland <filiplamparski@gmail.com>
Co-authored-by: James Munns <james.munns@ferrous-systems.com>
235: Add lpc845-pac & hal r=jamesmunns a=david-sawatzke
Lpc845 support was added to lpc82x-hal, so it was renamed lpc8xx-hal.
Also fixes a broken link
Co-authored-by: David Sawatzke <david-sawatzke@users.noreply.github.com>
233: atsamd-rs has ATSAME54 support r=jamesmunns a=mvniekerk
The atsamd-rs repo now has Microchip ATSAME54 support.
Co-authored-by: Michael van Niekerk <mvniekerk@chazaqdev.com>
237: Added radio hal, sx128x, sx127x, at86rf212 impls r=adamgreig a=ryankurte
Added the radio HAL I've been working on, as well as three drivers using it.
Related blog post: https://ryan.kurte.nz/notes/2020-01-05-rust-radio
Co-authored-by: ryan <ryan@kurte.nz>
232: Note compatibility with VEML7700 r=andre-richter a=eldruin
I just noticed that the driver is also compatible with VEML7700 ambient light sensors.
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
225: Adding XMC4xxx PAC and HAL r=ryankurte a=lucasbrendel
Adding the XMC4xxx Peripheral access crates and the XMC4 HAL crate.
Co-authored-by: Lucas Brendel <lucasbrendel@gmail.com>
229: Release PCA9685 PWM LED/Servo controller driver r=andre-richter a=eldruin
I just finished this driver :)
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
222: Add bounded-registers to tools r=andre-richter a=jonlamb-gh
For anyone curious about what bounded-registers look like, I have been hacking on a personal `bcm2711` crate in my Raspberry Pi 4 bare metal workspace.
https://github.com/jonlamb-gh/rpi4-rust-workspace
Co-authored-by: Jon Lamb <jon@auxon.io>
Co-authored-by: Andre Richter <andre-richter@users.noreply.github.com>
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>