Commit graph

644 commits

Author SHA1 Message Date
bors[bot] a810040fa6
Merge #247
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>
2020-02-03 23:05:45 +00:00
Twitch 6cea0e4b27
Add USB crates 2020-02-02 19:21:36 -08:00
Sylwester Rąpała c63f1110d8
Add endian_codec crate 2020-02-01 12:50:00 +01:00
bors[bot] 572983eb97
Merge #239
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>
2020-01-27 16:14:48 +00:00
cs2dsb 8c8fa33453 Swap max31855 to one published on crates.io
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.
2020-01-27 13:52:13 +00:00
bors[bot] e8452c1973
Merge #245
245: Add the `irq` crate r=andre-richter a=jonas-schievink



Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2020-01-26 16:06:53 +00:00
Jonas Schievink e03eda40a5
Add the irq crate 2020-01-26 13:39:25 +01:00
bors[bot] 24fee4a663
Merge #244
244: Add GD32V crates r=therealprof a=Disasm

Closes https://github.com/rust-embedded/awesome-embedded-rust/issues/242

Co-authored-by: Vadim Kaushan <admin@disasm.info>
2020-01-26 11:08:23 +00:00
Vadim Kaushan 76e5cafb23
Update table of contents 2020-01-26 12:14:56 +03:00
Vadim Kaushan 2222a5703f
Add HAL and BSPs for GD32V 2020-01-26 12:14:02 +03:00
bors[bot] b721725876
Merge #243
243: Add bitmatch crate r=adamgreig a=jamesmunns



Co-authored-by: James Munns <james.munns@ferrous-systems.com>
2020-01-20 22:23:57 +00:00
James Munns 37c310bc78
Add link 2020-01-20 01:39:17 +01:00
James Munns 6b1ddb826e
Add bitmatch 2020-01-20 01:38:22 +01:00
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>
2020-01-11 18:09:09 +00:00
Jesse Braham 660e042ae8 Document ATSAMD11 support via atsamd-rs 2020-01-11 09:52:39 -08:00
Daniel Egger a58afc0dfe
Merge pull request #240 from rust-embedded/cleanup
Alphabetize and number some categories
2020-01-10 22:03:36 +01:00
James Munns de3bbff9b9 Alphabetize and number some categories 2020-01-10 21:06:25 +01:00
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>
2020-01-10 19:56:21 +00:00
James Munns 8fcb4dfef2
Merge branch 'master' into hub75 2020-01-10 20:55:42 +01:00
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>
2020-01-10 19:53:57 +00:00
James Munns 692e4c0b1a
Merge branch 'master' into add-r502-link 2020-01-10 20:53:16 +01:00
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>
2020-01-10 19:49:56 +00:00
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>
2020-01-10 19:46:38 +00:00
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>
2020-01-07 15:31:53 +00:00
Diego Barrios Romero 378ca14d0e Add WIP CCS811 and iAQ-Core gas/VOC sensor drivers 2020-01-07 16:27:44 +01:00
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>
2020-01-05 16:19:51 +00:00
ryan ed57d7a257 Added radio hal, sx128x, sx127x, at86rf212 impls 2020-01-05 17:17:43 +13:00
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>
2020-01-04 14:24:41 +00:00
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.
2020-01-04 08:44:47 -05:00
David Sawatzke 40d23c2560 Fix link to nxp board support crates 2020-01-03 14:37:45 +01:00
David Sawatzke 5f5505805a Add lpc845-pac and replace lpc82x-hal with lpc8xx-hal 2020-01-03 14:36:35 +01:00
David Sawatzke f6450223b2 Add hub75 driver 2020-01-03 14:27:16 +01:00
Michael van Niekerk a1ef4969b9
Update README.md 2019-12-29 12:41:02 +02:00
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>
2019-12-21 08:43:50 +00:00
Diego Barrios Romero 4e9e0f3cc9 Note compatibility with VEML7700 2019-12-21 09:12:57 +01:00
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>
2019-12-20 22:27:42 +00:00
Diego Barrios Romero 8b01c27488 Release VEML6030 ALS driver 2019-12-20 22:27:57 +01:00
Filip Wieland 7fff328e8e
Add a link to the HZ Grow R502 driver 2019-12-17 11:53:46 +00:00
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>
2019-12-17 00:45:05 +00:00
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>
2019-12-10 21:46:27 +00:00
Diego Barrios Romero 9393568310 Release PCA9685 driver 2019-12-10 22:26:31 +01:00
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>
2019-12-04 18:44:18 +00:00
Diego Barrios Romero 05a4c04b21 Release Si4703 FM radio receiver driver 2019-12-04 19:26:36 +01:00
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>
2019-12-04 00:01:23 +00:00
Andre Richter 7500b18ca0
Add qemu-exit crate 2019-12-04 00:18:47 +01:00
Lucas Brendel 3e1e69396f
Adding XMC4xxx PAC and HAL 2019-12-02 15:49:40 -06:00
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>
2019-12-02 20:39:41 +00:00
Andre Richter 63d73eefab
Fix register-rs link 2019-12-02 21:38:34 +01:00
Jon Lamb a974f0bfc4
Add bounded-registers alongside register-rs with brief explanation 2019-12-02 07:31:24 -08:00
Daniel Egger a54274b742
Merge pull request #224 from elpiel/rtoses-and-add-drone-os
Add new section for Real-time and add `Drone OS`
2019-12-02 10:11:20 -05:00