bors[bot]
e99c241687
Merge #309
...
309: README.md: add embassy r=eldruin a=eupn
Co-authored-by: eupn <36292692+eupn@users.noreply.github.com>
2021-01-20 09:12:16 +00:00
eupn
4948f64eef
README.md: add embassy
2021-01-20 12:06:07 +08:00
bors[bot]
651b73f884
Merge #307
...
307: Add sram23x r=eldruin a=aw
Hello,
I wrote a driver for [Microchip 23x series SRAM/NVSRAM](https://github.com/aw/sram23x ) chips. I also published an [intro blog post](https://blog.a1w.ca/p/rust-embedded-driver-microchip-23x-sram ).
Thanks.
Co-authored-by: Alex Williams <awilliams@alexwilliams.ca>
2021-01-17 14:59:35 +00:00
Alex Williams
6418ea97c0
Merge branch 'master' into add-sram23x
2021-01-17 04:20:11 +00:00
bors[bot]
3ed872c11f
Merge #306
...
306: Add embedded-storage and embedded-nal to component abstraction crates r=eldruin a=MathiasKoch
Co-authored-by: Mathias <mk@blackbird.online>
2021-01-14 10:07:22 +00:00
Mathias
c92edbce2c
Add embedded-storage and embedded-nal to component abstraction crates
2021-01-14 09:48:43 +01:00
Alex Williams
3975caa929
Add link to Microchip 23x SRAM driver and blog post
2021-01-13 07:25:09 +00:00
bors[bot]
37598d4d92
Merge #305
...
305: Added device-driver crate to README r=jamesmunns a=diondokter
I've made a crate that can help you create device drivers. Currently it can only be used for register definitions, but I'm planning on doing more.
I'd love to get some more eyeballs on this and adding it to this list seems like a good step.
Co-authored-by: Dion Dokter <diondokter@gmail.com>
2020-12-29 19:15:56 +00:00
Dion Dokter
5c7a0aacde
Added device-driver crate
...
I've made a crate that can help you create device drivers. Currently it can only be used for register definitions, but I'm planning on doing more.
I'd love to get some more eyeballs on this and adding it to this list seems like a good step.
2020-12-29 17:52:48 +01:00
bors[bot]
fd19c5c4a6
Merge #304
...
304: Removed Fork for AVR link r=adamgreig a=iGEL
This project has been merged to upstream and is deprecated.
Co-authored-by: Johannes Barre <igel@igels.net>
2020-11-28 18:18:49 +00:00
Johannes Barre
a1acc2c5a6
Removed Fork for AVR link
...
This project has been merged to upstream and is deprecated.
2020-11-28 19:15:18 +01:00
bors[bot]
73862adc35
Merge #302
...
302: fix URL r=eldruin a=Logiase
fix URL to cargo-flash and cargo-embed
Co-authored-by: Logiase <Logiase@outlook.com>
2020-10-16 16:08:54 +00:00
Logiase
96332257b7
fix URL
2020-10-17 00:04:34 +08:00
bors[bot]
518ad82f29
Merge #301
...
301: Fix BluePill broken link r=eldruin a=kylenahas
Use new url: stm32duinoforum.com
Co-authored-by: Kyle <kylenahas@gmail.com>
2020-10-09 08:07:11 +00:00
Kyle
6c5e9bd6e8
Fix BluePill broken link
...
Use new url: stm32duinoforum.com
2020-10-08 19:48:54 -07:00
bors[bot]
4f0e3354d1
Merge #300
...
300: Add Teensy-bsp to README r=eldruin a=Lockna
Co-authored-by: Raphael O <raphael.ob@protonmail.com>
2020-10-01 10:12:53 +00:00
Raphael O
7671fdaf90
Update README.md
2020-10-01 11:26:39 +02:00
Raphael O
659f11f595
Update README.md
2020-10-01 11:25:43 +02:00
bors[bot]
3b5741de38
Merge #299
...
299: Add support for TSIC sensor r=adamgreig a=daschl
Co-authored-by: Michael Nitschinger <michael@nitschinger.at>
2020-09-28 18:29:59 +00:00
Michael Nitschinger
a5df246763
Update README.md
2020-09-28 19:09:05 +02:00
bors[bot]
2f9a79c015
Merge #298
...
298: Release CCS811 indoor air quality sensor driver r=therealprof a=eldruin
This driver is now functionally complete 🎉
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
2020-09-14 07:28:26 +00:00
Diego Barrios Romero
369a06f956
Release CCS811 indoor air quality sensor
2020-09-10 20:59:08 +02:00
bors[bot]
7c8d27667a
Merge #297
...
297: Add AHT20 r=adamgreig a=chocol4te
Co-authored-by: Ferdia McKeogh <ferdia@mckeogh.tech>
2020-09-07 17:56:39 +00:00
Ferdia McKeogh
c91563d2ac
Add AHT20
2020-09-07 18:50:26 +01:00
bors[bot]
cb10ae58e7
Merge #296
...
296: Add static-bytes crate link r=jamesmunns a=xoac
Co-authored-by: Sylwester Rąpała <sylwesterrapala@outlook.com>
2020-08-31 23:56:51 +00:00
Sylwester Rąpała
a632ce126c
Add static-bytes crate link
2020-09-01 01:54:19 +02:00
bors[bot]
37c36f5c88
Merge #295
...
295: Add dht-sensor r=adamgreig a=michaelbeaumont
Add the `dht-sensor` driver to crate list
Co-authored-by: Michael Beaumont <mjboamail@gmail.com>
2020-08-11 20:59:23 +00:00
Michael Beaumont
4eb60cc561
Add dht-sensor
2020-08-11 20:55:33 +02:00
bors[bot]
2e8b4ad5b3
Merge #291
...
291: Add gdbstub r=adamgreig a=daniel5151
Add `gdbstub` to this list of no-std crates.
`gdbstub` is a `#![no_std]`compatible (and `alloc` free) implementation of the GDB remote serial protocol in Rust.
Co-authored-by: Daniel Prilik <danielprilik@gmail.com>
2020-08-10 00:17:05 +00:00
bors[bot]
a194a4cea3
Merge #294
...
294: Add portable CRC and SMBus Packet Error Code crates r=therealprof a=eldruin
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
2020-08-09 13:01:48 +00:00
Diego Barrios Romero
7e6bd85472
Add portable CRC and SMBus PEC crates
2020-08-09 11:44:26 +02:00
bors[bot]
25ef2fd396
Merge #293
...
293: Add Adafruit-7segment Driver r=adamgreig a=kallemooo
I published a driver for Adafruit 7-segment LED Alphanumeric Backpack.
Co-authored-by: Karl Thorén <6556005+kallemooo@users.noreply.github.com>
2020-08-08 00:46:19 +00:00
Karl Thorén
5dbff48b7a
Add Adafruit-7segment Driver
2020-08-07 21:10:39 +02:00
bors[bot]
5ec3dcfcf6
Merge #292
...
292: Update link for waveshare e-ink crate r=therealprof a=dkm
The crate was moved.
Co-authored-by: Marc Poulhiès <dkm@kataplop.net>
2020-08-07 13:45:41 +00:00
Marc Poulhiès
2080e571f0
Apply suggestions from code review
...
Add crates.io label to epd-waveshare crate.
Co-authored-by: Daniel Egger <daniel@eggers-club.de>
2020-08-07 15:43:27 +02:00
Marc Poulhiès
4ea9792210
Update link for waveshare e-ink crate
...
The crate was moved.
2020-08-07 15:26:17 +02:00
Daniel Prilik
98643d4e43
Add gdbstub
2020-07-31 11:06:31 -04:00
bors[bot]
748588ac29
Merge #290
...
290: Add ltr-559 r=therealprof a=iohe
Hello team,
Adding LTR-559 support as WIP.
Waiting for feedback,
Thank you!
Co-authored-by: Ioan Herisanu <ioan.herisanu.dev@gmail.com>
2020-07-31 08:42:34 +00:00
Ioan Herisanu
3f6a67b801
Add ltr-559
2020-07-30 19:36:26 +03:00
bors[bot]
66d9f3f5a5
Merge #289
...
289: Add WIP MLX9061x infrared temperature sensor driver r=therealprof a=eldruin
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
2020-07-29 19:50:39 +00:00
Diego Barrios Romero
3c389747e2
Add WIP MLX9061x infrared temperature sensor driver
2020-07-29 21:19:59 +02:00
bors[bot]
e8eb9366c4
Merge #288
...
288: Clean up the training materials section r=adamgreig a=TheZoq2
A lot of the training material that is linked right now seems to be pretty outdated (blog posts and books from 2017 and earlier)
I moved all those to an "old books" section because I still think they're useful to keep around, but showing them as up to date tutorials is confusing since they often demonstrate things that are not/don't have to be done anymore.
Hopefully I did the checks for what is out of date/what is not correctly 😅
Co-authored-by: TheZoq2 <frans.skarman@protonmail.com>
2020-07-19 15:18:12 +00:00
TheZoq2
e3b2362ca9
add a note on why the old materials section is there
2020-07-19 17:14:13 +02:00
TheZoq2
18ceddcc4a
Clean up the training materials section
2020-07-19 14:05:01 +02:00
bors[bot]
580ffd650f
Merge #287
...
287: Fix typo in lpc845-pac crate link r=adamgreig a=pablodeymo
Co-authored-by: Pablo Deymonnaz <pdeymon@fi.uba.ar>
2020-07-18 14:42:58 +00:00
Pablo Deymonnaz
b5bbb5e8ed
Merge pull request #1 from pablodeymo/pablodeymo-patch-1
...
Fix typo in lpc845-pac crate link
2020-07-18 11:22:41 -03:00
Pablo Deymonnaz
bb02c92e05
Fix typo in lpc845-pac crate link
2020-07-18 11:22:04 -03:00
bors[bot]
e3e1982541
Merge #286
...
286: Microchip 25LCxxx series EEPROM driver r=therealprof a=mvniekerk
Co-authored-by: Michael van Niekerk <mvniekerk@chazaqdev.com>
2020-07-15 23:13:38 +00:00
Michael van Niekerk
938dd0a039
Remove space
2020-07-15 01:07:37 +02:00
Michael van Niekerk
b0f1a62c65
Add Microchip 25LCxxx driver
2020-07-15 01:04:43 +02:00