Commit graph

644 commits

Author SHA1 Message Date
kellda 5f40547ab4
Update msp430-quickstart URL 2021-04-11 20:46:16 +02:00
bors[bot] 94e63c2bf9
Merge #319
319: add adskalman r=eldruin a=astraw



Co-authored-by: Andrew Straw <strawman@astraw.com>
2021-04-07 08:30:27 +00:00
Andrew Straw f04946d8d8 add adskalman 2021-04-07 09:18:25 +02:00
bors[bot] 2205e0935a
Merge #318
318: README.md: remove e.ziclean-cube firmware project r=therealprof a=geomatsi

It was fun to do some reverse-engineering of the board  and experiment with its peripherals using Rust. However I haven't been working on this project for a while. So it is time to remove the stale e.ziclean-cube firmware project.

Regards,
Sergey

Co-authored-by: Sergey Matyukevich <geomatsi@gmail.com>
2021-03-31 22:34:49 +00:00
Sergey Matyukevich d5bff96a45 README.md: remove e.ziclean-cube firmware project
Remove stale e.ziclean-cube firmware project.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
2021-03-31 23:56:35 +03:00
bors[bot] 2b47f3a7da
Merge #317
317: Add stm32-hal crate r=eldruin a=David-OConnor

Add the stm32-hal crate.

Co-authored-by: David O'Connor <david.alan.oconnor@gmail.com>
2021-03-27 10:03:50 +00:00
David O'Connor a3792ed3cd Add stm32-hal crate 2021-03-25 09:14:19 -04:00
bors[bot] d967255f13
Merge #315
315: Add content from Ferrous Systems. r=therealprof a=jamesmunns



Co-authored-by: James Munns <james.munns@ferrous-systems.com>
2021-03-25 12:36:17 +00:00
James Munns d514eb765b
Add content from Ferrous Systems. 2021-03-25 13:32:53 +01:00
bors[bot] 057e498174
Merge #314
314: Adding IIS2MDC and ISM330DHCX r=adamgreig a=sousandrei

Hey folks!

Figured I'd add a couple of crates I've been working on and using for some ST sensors.
Quite simple but there were none in rust so I built some :D

Co-authored-by: Andrei Sousa <sousandrei@gmail.com>
2021-03-17 00:06:52 +00:00
Andrei Sousa 70eeb20027 Adding IIS2MDC and ISM330DHCX 2021-03-16 19:12:41 +01:00
bors[bot] 5853d5dc6c
Merge #313
313: Add crates from Flott toolkit r=eldruin a=hannobraun



Co-authored-by: Hanno Braun <hanno@braun-embedded.com>
2021-03-11 14:09:29 +00:00
Hanno Braun a81cda1965
Add crates from Flott toolkit 2021-03-11 14:48:33 +01:00
bors[bot] 680e19890e
Merge #312
312: Add PAC+HAL for nrf53, nrf91, some nrf52s r=adamgreig a=Dirbaio



Co-authored-by: Dario Nieuwenhuis <dirbaio@dirbaio.net>
2021-03-07 19:06:31 +00:00
Dario Nieuwenhuis b37dde78b5 Add PAC+HAL for nrf53, nrf91, some nrf52s 2021-03-07 20:04:38 +01:00
bors[bot] 84ef3d3e33
Merge #311
311: Adds the mqtt-sn to the list of no-std crates r=eldruin a=henrikssn

https://github.com/henrikssn/rust-mqtt-sn

Co-authored-by: Erik Henriksson <erikhenrikssn@gmail.com>
2021-02-25 09:33:00 +00:00
Erik Henriksson e127b3446a
Adds the mqtt-sn to the list of no-std crates 2021-02-25 10:27:46 +01:00
bors[bot] 30d4eed977
Merge #310
310: Another BSP crate for STM32F3DISCOVERY added r=eldruin a=apatrushev

This crate is used in book and maintained s for 02/2021. Original f3 crate by @japaric looks stale.

Co-authored-by: Anton Patrushev <apatrushev@gmail.com>
2021-02-15 07:57:28 +00:00
Anton Patrushev 14d20958e3
Another BSP for STM32F3DISCOVERY crate added
This crate is used in book and maintained s for 02/2021. Original f3 crate by @japaric looks stale.
2021-02-14 23:13:46 +05:00
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