Commit graph

444 commits

Author SHA1 Message Date
Stephan 253b379244 add PIC32 related crates 2021-07-05 15:52:22 +02:00
Christopher Hunt 2c23afecc6
Include the Thingy:91 BSP 2021-07-02 09:40:27 +10:00
Boris Vinogradov 3140824ab0 Add IST7920 to WIP 2021-06-28 17:35:06 +03:00
Boris Vinogradov 7dcb734f15 Add SSD1320 to WIP 2021-06-24 09:21:57 +03:00
William D. Jones 4fc4e46fbb
Add tcn75a embedded HAL driver to README.md. 2021-06-22 16:46:44 -04:00
Jacob Rosenthal b2775be0ed add cmsis-dsp-sys 2021-06-20 16:39:49 -07:00
Jacob Rosenthal bc86227d2a add DSP on STM32F407G-DISC1 2021-06-20 16:33:10 -07:00
Ryan b2005e5842
Add embedded-hal-compat 2021-06-17 09:41:53 +12:00
Rafael Bachmann 785339e7b4 Add cd74hc4067 driver
repo here: https://github.com/barafael/cd74hc4067-rs

Thanks :)
2021-06-09 20:13:01 +02:00
Rafael Bachmann b13667d11e
Add hc-12 driver
repo here: https://github.com/barafael/hc12-at-rs

Thanks :)
2021-05-26 15:36:40 +02:00
Jacob Alexander 99befbf49f
Adding atsam4-hal 2021-05-08 23:17:52 -07:00
chrismolli 3aeebca470 added PAC for msp430fr6972 2021-04-18 15:02:33 +02:00
Andrew Straw a13ae7bd02 Add cam-geom 2021-04-14 23:57:18 +02:00
Andrew Walbran 0de3f3ebd1 Add gd31f1x0-hal HAL crate. 2021-04-13 17:28:33 +01:00
Andrew Walbran 28e1227f48 Add gd32f1 PAC. 2021-04-13 17:26:18 +01:00
kellda 5f40547ab4
Update msp430-quickstart URL 2021-04-11 20:46:16 +02:00
Andrew Straw f04946d8d8 add adskalman 2021-04-07 09:18:25 +02: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
David O'Connor a3792ed3cd Add stm32-hal crate 2021-03-25 09:14:19 -04:00
James Munns d514eb765b
Add content from Ferrous Systems. 2021-03-25 13:32:53 +01:00
Andrei Sousa 70eeb20027 Adding IIS2MDC and ISM330DHCX 2021-03-16 19:12:41 +01:00
Hanno Braun a81cda1965
Add crates from Flott toolkit 2021-03-11 14:48:33 +01:00
Dario Nieuwenhuis b37dde78b5 Add PAC+HAL for nrf53, nrf91, some nrf52s 2021-03-07 20:04:38 +01:00
Erik Henriksson e127b3446a
Adds the mqtt-sn to the list of no-std crates 2021-02-25 10:27:46 +01: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
eupn 4948f64eef
README.md: add embassy 2021-01-20 12:06:07 +08:00
Alex Williams 6418ea97c0
Merge branch 'master' into add-sram23x 2021-01-17 04:20:11 +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
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
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
Logiase 96332257b7
fix URL 2020-10-17 00:04:34 +08:00
Kyle 6c5e9bd6e8
Fix BluePill broken link
Use new url: stm32duinoforum.com
2020-10-08 19:48:54 -07: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
Michael Nitschinger a5df246763
Update README.md 2020-09-28 19:09:05 +02:00
Diego Barrios Romero 369a06f956 Release CCS811 indoor air quality sensor 2020-09-10 20:59:08 +02: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
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
Diego Barrios Romero 7e6bd85472 Add portable CRC and SMBus PEC crates 2020-08-09 11:44:26 +02:00
Karl Thorén 5dbff48b7a
Add Adafruit-7segment Driver 2020-08-07 21:10:39 +02: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
Ioan Herisanu 3f6a67b801 Add ltr-559 2020-07-30 19:36:26 +03:00
Diego Barrios Romero 3c389747e2 Add WIP MLX9061x infrared temperature sensor driver 2020-07-29 21:19:59 +02:00
TheZoq2 e3b2362ca9 add a note on why the old materials section is there 2020-07-19 17:14:13 +02:00