Commit Graph
995 Commits
Author SHA1 Message Date
6539c667f1 Merge #271
271: add MCP4725 work in progress driver r=adamgreig a=mendelt



Co-authored-by: Mendelt Siebenga <msiebenga@gmail.com>
2020-05-10 14:15:13 +00:00
Mendelt Siebenga f8b90619f5 add MCP4725 work in progress driver 2020-05-09 15:42:36 +02:00
903a623d9c Merge #270
270: Add WIP BMI160, HRS3300, HDC20xx, ISL29125, MAX170xx r=therealprof a=eldruin

I have written several other drivers but did not add them here :)

Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
2020-05-02 11:42:10 +00:00
Diego Barrios Romero 98a1918ce7 Add MAX3010x heart rate/pulse oximeter sensor 2020-05-02 13:41:39 +02:00
Diego Barrios Romero 479a3ca306 Add WIP BMI160, HRS3300, HDC20xx, ISL29125, MAX170xx 2020-05-02 13:36:37 +02:00
48bfca5cce Merge #267
267: Tools: Add cargo-flash and cargo-embed r=therealprof a=dbrgn



Co-authored-by: Danilo Bargen <mail@dbrgn.ch>
2020-04-29 22:14:25 +00:00
dd1cf76d3e Merge #268
268: no_std crates: Add debouncr r=therealprof a=dbrgn

Shamelessly self-nominating.

Co-authored-by: Danilo Bargen <mail@dbrgn.ch>
2020-04-29 21:57:28 +00:00
Danilo Bargen e1ef74695e no_std crates: Add debouncr 2020-04-29 23:49:34 +02:00
Danilo Bargen e2043bf8d1 Tools: Add cargo-flash and cargo-embed 2020-04-29 23:45:49 +02:00
3bd10164d7 Merge #266
266: Fix a Typo r=adamgreig a=lonesometraveler

A small typo fix on README.md

Co-authored-by: KENTARO OKUDA <lonesometraveler@mac.com>
2020-04-29 17:36:18 +00:00
KENTARO OKUDA 0ed7433811 Fix a Typo 2020-04-29 13:34:14 -04:00
cfdc593449 Merge #265
265: Add WIP LSM9DS1 r=adamgreig a=lonesometraveler

I have been working on a driver for LSM9DS1.

Co-authored-by: KENTARO OKUDA <lonesometraveler@mac.com>
2020-04-23 22:49:19 +00:00
KENTARO OKUDA 1ec78b1216 Add WIP LSM9DS1 2020-04-23 18:44:12 -04:00
53f0a379fb Merge #264
264: Add MAX6955 Driver r=adamgreig a=lonesometraveler

I published a driver for MAX6955 LED Display driver. 

Co-authored-by: KENTARO OKUDA <lonesometraveler@mac.com>
2020-04-23 09:45:33 +00:00
KENTARO OKUDA 870c0ac57c Add MAX6955 Driver 2020-04-22 20:29:28 -04:00
26218b988a Merge #263
263: Add triagebot configuration r=adamgreig a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
2020-04-13 12:45:10 +00:00
LeSeulArtichautandGitHub c74eb690ab Add triagebot configuration 2020-04-13 14:15:12 +02:00
3d473cc0e4 Merge #246
246: Add endian_codec crate r=jamesmunns a=xoac

I crate no_std crate. Maybe someone find it useful

Co-authored-by: Sylwester Rąpała <sylwesterrapala@outlook.com>
2020-04-12 22:19:44 +00:00
4a7b01cf29 Merge #250
250: Added Ambiq Apollo 1,2,3p PAC r=jamesmunns a=trembel



Co-authored-by: trembel <silvano.cortesi@hotmail.com>
2020-04-12 22:18:32 +00:00
6865ead56b Merge #259
259: add the st7789 driver r=jamesmunns a=almindor

Released the [ST7789](https://crates.io/crates/st7789) with [examples](https://github.com/almindor/st7789-examples)


Co-authored-by: Ales Katona <almindor@gmail.com>
Co-authored-by: James Munns <james.munns@ferrous-systems.com>
2020-04-12 22:17:22 +00:00
James MunnsandGitHub 58ff5f6680 Merge branch 'master' into st7789 2020-04-13 00:16:27 +02:00
63b82260c3 Merge #262
262: Move DW1000 driver out of WIP section r=adamgreig a=hannobraun

It finally has an introductory article now.

Co-authored-by: Hanno Braun <hanno@braun-embedded.com>
2020-03-31 10:20:58 +00:00
Hanno BraunandGitHub 18f3ad94a3 Move DW1000 driver out of WIP section
It finally has an introductory article now.
2020-03-31 12:11:37 +02:00
Sylwester Rąpała e5eb4d445a fix typo 2020-03-30 19:12:22 +02:00
7e3b999d56 Merge #261
261: Add msp430fr2355 and msp430fr2x5x-hal r=therealprof a=YuhanLiin



Co-authored-by: YuhanLiin <linyuhan0315@hotmail.com>
2020-03-22 11:33:19 +00:00
YuhanLiin 023b1ec624 Add msp430fr2355 and msp430fr2x5x-hal 2020-03-22 04:05:14 -04:00
Ales Katona ef42002b90 add the st7789 driver 2020-03-15 14:00:48 -06:00
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>
2020-03-09 08:46:18 +00:00
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
2020-03-09 09:08:33 +01:00
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>
2020-03-08 22:00:09 +00:00
Berkus DeckerandGitHub 8d8cd4b480 Merge branch 'master' into imxrt-rs 2020-03-08 19:25:13 +02:00
fc07a13153 Merge #255
255: Add MIDI driver crate r=therealprof a=wjakobczyk



Co-authored-by: Wojciech Jakóbczyk <wjakobczyk@users.noreply.github.com>
2020-02-21 13:13:12 +00:00
59574ab6ff Merge #256
256: Add ST7920 LCD driver r=therealprof a=wjakobczyk



Co-authored-by: Wojciech Jakóbczyk <wjakobczyk@users.noreply.github.com>
2020-02-21 13:12:17 +00:00
Wojciech JakóbczykandGitHub a13f4d13ba Add crates.io badge to ST7920 2020-02-21 13:40:37 +01:00
Wojciech JakóbczykandGitHub 03f6b4f7bc Add crates.io badge 2020-02-21 13:38:21 +01:00
Wojciech JakóbczykandGitHub e16b396c98 Add ST7920 LCD driver 2020-02-21 11:07:29 +01:00
Wojciech JakóbczykandGitHub 9529350d77 Add MIDI driver crate 2020-02-21 11:01:53 +01:00
Tom Burdick 54c659f00f Add links for i.mx rt related crate (imxrt-rs) 2020-02-19 08:59:26 -06:00
Daniel EggerandGitHub 62346fd1c6 Merge pull request #253 from rust-embedded/jamesmunns-patch-2
Add section for community chat rooms
2020-02-17 14:42:35 +01:00
James Munns 758a3925ee Add section for community chat rooms 2020-02-17 14:35:02 +01:00
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>
2020-02-14 13:55:14 +00:00
Ingmar JagerandGitHub 1c41d7244e Add ADXL355 driver crate 2020-02-14 14:20:55 +01:00
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>
2020-02-11 23:11:43 +00:00
Danilo Bargen 80364cf2e1 Drivers: Add SHTCx 2020-02-12 00:08:56 +01:00
trembelandGitHub 2ea2f87045 Added Ambiq Apollo 1,2,3p PAC 2020-02-07 16:40:53 +01:00
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>
2020-02-07 07:12:51 +00:00
Alexey GalakhovandGitHub 906858e347 Trivial formatting fix for avr-hal 2020-02-07 01:58:47 +01:00
Alexey GalakhovandGitHub 60f9f17891 Add proper crates.io links to all usbd crates 2020-02-07 01:56:11 +01:00
Alexey GalakhovandGitHub 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.
2020-02-07 01:51:11 +01:00
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>
2020-02-04 02:37:29 +00:00