249: Add more usbd crates, fix existing entries r=andre-richter a=agalakhov
Add usbd-hid-device and usbd-midi. `usbd-hid-device` is another HID implementation that tries to be safe. `usbd-midi` is simple MIDI class driver that allows the microcontroller to send MIDI events to the PC thus implementing custom MIDI controllers.
Add crates.io links to all usbd crates.
Fix trivial typo in `avr-hid`.
Co-authored-by: Alexey Galakhov <agalakhov@gmail.com>
247: Add USB crates r=jamesmunns a=twitchyliquid64
I noticed nothing around USB was on here yet, hence the PR.
I haven't added peripheral USB crates, as these are mostly part of existing hal crates already (ie: atsamd)
Co-authored-by: Twitch <twitchyliquid64@users.noreply.github.com>
239: Swap max31855 to one published on crates.io r=jamesmunns a=cs2dsb
The max31855 repo previously listed isn't published on crates.io and uses an old version of the hal.
I've uploaded a similar (slightly different api to suit my tastes and better support multiple spi devices on the same pins) crate and published it on crates.io.
Co-authored-by: cs2dsb <cs2dsb@gmail.com>
The max31855 repo previously listed isn't published on crates.io and uses an old version of the hal.
I've uploaded a similar (slightly different api to suit my tastes and better support multiple spi devices on the same pins) crate and published it on crates.io.
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>