Commit Graph

581 Commits (580ffd650fa7ca9be8b100fc82b7239a200fcc50)
 

Author SHA1 Message Date
bors[bot] 30b95652de
Merge #241
241: Document ATSAMD11 support via atsamd-rs r=andre-richter a=jessebraham



Co-authored-by: Jesse Braham <jesse@beta7.io>
5 years ago
Jesse Braham 660e042ae8 Document ATSAMD11 support via atsamd-rs 5 years ago
Daniel Egger a58afc0dfe
Merge pull request #240 from rust-embedded/cleanup
Alphabetize and number some categories
5 years ago
James Munns de3bbff9b9 Alphabetize and number some categories 5 years ago
bors[bot] 6e66ea4eb5
Merge #234
234: Add hub75 driver r=jamesmunns a=david-sawatzke

Also uses embedded-graphics

Co-authored-by: David Sawatzke <david-sawatzke@users.noreply.github.com>
Co-authored-by: James Munns <james.munns@ferrous-systems.com>
5 years ago
James Munns 8fcb4dfef2
Merge branch 'master' into hub75 5 years ago
bors[bot] 994f142ffe
Merge #230
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>
5 years ago
James Munns 692e4c0b1a
Merge branch 'master' into add-r502-link 5 years ago
bors[bot] ecab615996
Merge #235
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>
5 years ago
bors[bot] fa6efef0dc
Merge #233
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>
5 years ago
bors[bot] 6bc3a44602
Merge #238
238: Add WIP CCS811 and iAQ-Core gas/VOC sensor drivers r=adamgreig a=eldruin



Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
5 years ago
Diego Barrios Romero 378ca14d0e Add WIP CCS811 and iAQ-Core gas/VOC sensor drivers 5 years ago
bors[bot] ba676b615d
Merge #237
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>
5 years ago
ryan ed57d7a257 Added radio hal, sx128x, sx127x, at86rf212 impls 5 years ago
bors[bot] 12650a7494
Merge #236
236: Point stmf32f3 users to currently maintained crate r=jamesmunns a=rubberduck203

Per https://github.com/stm32-rs/stm32f3xx-hal/issues/48 and https://github.com/japaric/stm32f30x-hal/issues/36, point stm32f3 users to the community supported stm32f3xx crate, instead of japaric's unmaintained stm32f30x crate.

Co-authored-by: Christopher McClellan <chris.mcclellan203@gmail.com>
5 years ago
Christopher McClellan 61e0450fe1
Point stmf32f3 users to currently maintained crate
Per https://github.com/stm32-rs/stm32f3xx-hal/issues/48 and https://github.com/japaric/stm32f30x-hal/issues/36, point stm32f3 users to the community supported stm32f3xx crate, instead of japaric's unmaintained stm32f30x crate.
5 years ago
David Sawatzke 40d23c2560 Fix link to nxp board support crates 5 years ago
David Sawatzke 5f5505805a Add lpc845-pac and replace lpc82x-hal with lpc8xx-hal 5 years ago
David Sawatzke f6450223b2 Add hub75 driver 5 years ago
Michael van Niekerk a1ef4969b9
Update README.md 5 years ago
bors[bot] a03642e206
Merge #232
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>
5 years ago
Diego Barrios Romero 4e9e0f3cc9 Note compatibility with VEML7700 5 years ago
bors[bot] 75777c7a1f
Merge #231
231: Release VEML6030 ambient light sensor driver r=andre-richter a=eldruin

I finished this driver :)

Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
5 years ago
Diego Barrios Romero 8b01c27488 Release VEML6030 ALS driver 5 years ago
Filip Wieland 7fff328e8e
Add a link to the HZ Grow R502 driver 5 years ago
bors[bot] 4a608372da
Merge #225
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>
5 years ago
bors[bot] cb4ba87a8e
Merge #229
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>
5 years ago
Diego Barrios Romero 9393568310 Release PCA9685 driver 5 years ago
bors[bot] 078f0a20d3
Merge #228
228: Release Si4703 FM radio receiver driver r=adamgreig a=eldruin



Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
5 years ago
Diego Barrios Romero 05a4c04b21 Release Si4703 FM radio receiver driver 5 years ago
bors[bot] 4091a23846
Merge #227
227: Add qemu-exit crate r=adamgreig a=andre-richter



Co-authored-by: Andre Richter <andre-richter@users.noreply.github.com>
5 years ago
Andre Richter 7500b18ca0
Add qemu-exit crate 5 years ago
Lucas Brendel 3e1e69396f
Adding XMC4xxx PAC and HAL 5 years ago
bors[bot] dbd8cd8980
Merge #222
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>
5 years ago
Andre Richter 63d73eefab
Fix register-rs link 5 years ago
Jon Lamb a974f0bfc4
Add bounded-registers alongside register-rs with brief explanation 5 years ago
Daniel Egger a54274b742
Merge pull request #224 from elpiel/rtoses-and-add-drone-os
Add new section for Real-time and add `Drone OS`
5 years ago
Daniel Egger 945ce1ca33
Merge pull request #223 from xoac/rust-xtensa
Add info about rust fork for esp32 and esp8266
5 years ago
Lachezar Lechev d403041bcc
Add new section, move `Tock`, `FreeRTOS.rs` & `RTFM` and add `Drone OS` 5 years ago
Sylwester Rąpała 31d4c62d32 Add info about rust fork for esp32 and esp8266 5 years ago
bors[bot] d2e501b2d4
Merge #221
221: Add CMIM and Panic-Persist r=andre-richter a=jamesmunns



Co-authored-by: James Munns <james.munns@ferrous-systems.com>
5 years ago
James Munns 569a19f741
Add shields 5 years ago
James Munns 9e0f4aa812
Add CMIM and Panic-Persist 5 years ago
bors[bot] f293be1b92
Merge #220
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>
5 years ago
Andre Richter c0f9865d41
Reflect the OS tutorials rewrite
Its no longer a collection of bare-metal tutorials, but a series about writing an OS.
5 years ago
Daniel Egger f91f0d4320
Merge pull request #219 from timokroeger/patch-1
Add EFM32PG12 PAC
5 years ago
Timo Kröger 9acb778253
Add EFM32PG12 PAC
The matching HAL is WIP and not awesome enough to be added yet
5 years ago
bors[bot] 5b7f79b529
Merge #215
215: add Embedded Rust Book, actualize RTFM links r=korken89 a=burrbull



Co-authored-by: Andrey Zgarbul <zgarbul.andrey@gmail.com>
5 years ago
Daniel Egger 1425934408
Merge pull request #218 from eldruin/publish-opt300x
Release OPT300x ambient light sensor driver
5 years ago
Diego Barrios Romero 47bfd3846a Publish OPT300x ALS driver 5 years ago