Commit Graph

622 Commits (6418ea97c0f60211c54355b9d25da6e08aaafcf9)
 

Author SHA1 Message Date
Sylwester Rąpała e5eb4d445a
fix typo 5 years ago
bors[bot] 7e3b999d56
Merge #261
261: Add msp430fr2355 and msp430fr2x5x-hal r=therealprof a=YuhanLiin



Co-authored-by: YuhanLiin <linyuhan0315@hotmail.com>
5 years ago
YuhanLiin 023b1ec624 Add msp430fr2355 and msp430fr2x5x-hal 5 years ago
Ales Katona ef42002b90
add the st7789 driver 5 years ago
bors[bot] 3ff41a911f
Merge #258
258: Add microfft r=therealprof a=ra-kete

This PR adds the microfft FFT library to the list of `no_std` crates.

- crate: https://crates.io/crates/microfft
- repository: https://gitlab.com/ra_kete/microfft-rs

Co-authored-by: Jan Teske <jteske@posteo.net>
5 years ago
Jan Teske 68726cb06c Add microfft
This commit adds the microfft FFT library to the list of `no_std`
crates.

- crate: https://crates.io/crates/microfft
- repository: https://gitlab.com/ra_kete/microfft-rs
5 years ago
bors[bot] 53f53de0b8
Merge #254
254: Add links for i.mx rt related crate (imxrt-rs) r=adamgreig a=bfrog



Co-authored-by: Tom Burdick <thomas.burdick@gmail.com>
Co-authored-by: Berkus Decker <berkus@users.noreply.github.com>
5 years ago
Berkus Decker 8d8cd4b480
Merge branch 'master' into imxrt-rs 5 years ago
bors[bot] fc07a13153
Merge #255
255: Add MIDI driver crate r=therealprof a=wjakobczyk



Co-authored-by: Wojciech Jakóbczyk <wjakobczyk@users.noreply.github.com>
5 years ago
bors[bot] 59574ab6ff
Merge #256
256: Add ST7920 LCD driver r=therealprof a=wjakobczyk



Co-authored-by: Wojciech Jakóbczyk <wjakobczyk@users.noreply.github.com>
5 years ago
Wojciech Jakóbczyk a13f4d13ba
Add crates.io badge to ST7920 5 years ago
Wojciech Jakóbczyk 03f6b4f7bc
Add crates.io badge 5 years ago
Wojciech Jakóbczyk e16b396c98
Add ST7920 LCD driver 5 years ago
Wojciech Jakóbczyk 9529350d77
Add MIDI driver crate 5 years ago
Tom Burdick 54c659f00f Add links for i.mx rt related crate (imxrt-rs) 5 years ago
Daniel Egger 62346fd1c6
Merge pull request #253 from rust-embedded/jamesmunns-patch-2
Add section for community chat rooms
5 years ago
James Munns 758a3925ee Add section for community chat rooms 5 years ago
bors[bot] cecc63ebb8
Merge #252
252: Add ADXL355 SPI driver crate + Intro post r=andre-richter a=ijager



Co-authored-by: Ingmar Jager <ijager@users.noreply.github.com>
5 years ago
Ingmar Jager 1c41d7244e
Add ADXL355 driver crate 5 years ago
bors[bot] 4f43758bff
Merge #251
251: Drivers: Add SHTCx r=adamgreig a=dbrgn

Should be feature-complete. Supports SHTC1, SHTC3 and SHTW2.

Blogpost will probably follow.

Co-authored-by: Danilo Bargen <mail@dbrgn.ch>
5 years ago
Danilo Bargen 80364cf2e1 Drivers: Add SHTCx 5 years ago
trembel 2ea2f87045
Added Ambiq Apollo 1,2,3p PAC 5 years ago
bors[bot] 2f9f2b1a01
Merge #249
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>
5 years ago
Alexey Galakhov 906858e347
Trivial formatting fix for avr-hal 5 years ago
Alexey Galakhov 60f9f17891
Add proper crates.io links to all usbd crates 5 years ago
Alexey Galakhov 664419cc19
Add more USB class crates
Two more USB class crates are `usbd-midi` that implements MIDI class and `usbd-hid-device` which also provides USB HID but tries to be totally safe.
5 years ago
bors[bot] e1d88cf7fe
Merge #248
248: Add embedded-morse r=jamesmunns a=david-sawatzke

Simple morse output with `OutputPin` and `DelayMs`

Co-authored-by: David Sawatzke <d-git@sawatzke.dev>
5 years ago
David Sawatzke abee5f86b9 Add embedded-morse 5 years ago
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>
5 years ago
Twitch 6cea0e4b27
Add USB crates 5 years ago
Sylwester Rąpała c63f1110d8
Add endian_codec crate 5 years ago
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>
5 years ago
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.
5 years ago
bors[bot] e8452c1973
Merge #245
245: Add the `irq` crate r=andre-richter a=jonas-schievink



Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
5 years ago
Jonas Schievink e03eda40a5
Add the `irq` crate 5 years ago
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>
5 years ago
Vadim Kaushan 76e5cafb23
Update table of contents 5 years ago
Vadim Kaushan 2222a5703f
Add HAL and BSPs for GD32V 5 years ago
bors[bot] b721725876
Merge #243
243: Add bitmatch crate r=adamgreig a=jamesmunns



Co-authored-by: James Munns <james.munns@ferrous-systems.com>
5 years ago
James Munns 37c310bc78
Add link 5 years ago
James Munns 6b1ddb826e
Add bitmatch 5 years ago
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