Commit graph

594 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
TheZoq2 18ceddcc4a Clean up the training materials section 2020-07-19 14:05:01 +02:00
Pablo Deymonnaz bb02c92e05
Fix typo in lpc845-pac crate link 2020-07-18 11:22:04 -03: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
Gus Wynn 3159863eb9
Add link to Arduino Nano 33 IoT support
I just finished adding this crate, so I figured I'd add a link, in the same section as boards in the same repo
2020-07-08 12:40:51 -07:00
bors[bot] 2034b798ec
Merge #282
282: Remove reference to emosenkis/esp8266-hal r=berkus a=emosenkis

It has been deprecated in favor of work towards directly supporting Xtensa in rustc which is already mentioned here.

Co-authored-by: Eitan Mosenkis <eitan@mosenkis.net>
2020-06-28 12:43:34 +00:00
Mathias Koch 432c3e788a Merge branch 'master' of github.com:MathiasKoch/awesome-embedded-rust 2020-06-26 13:36:49 +02:00
Mathias Koch 7f7f7cdcbe Add atat, and ublox-cellular 2020-06-26 13:35:13 +02:00
Michael van Niekerk bb80c629d5
Microchip TC72, Analog Devices ADXL313
Microchip TC72, Analog Devices ADXL313 crates
2020-06-26 12:44:00 +02:00
Eitan Mosenkis f22805bf8d
Remove reference to emosenkis/esp8266-hal
It has been deprecated in favor of work towards directly supporting Xtensa in rustc which is already mentioned here.
2020-06-21 20:42:34 +03:00
David O'Connor c045e02c1b Fixed typo 2020-06-19 01:46:43 -04:00
David O'Connor 0e272a636a Git troubleshooting 2020-06-19 01:46:02 -04:00
David O'Connor 1d70c3a0b2 Add anyleaf ph module driver 2020-06-19 01:38:07 -04:00
trembel c83849cae8
Change RTFM to RTIC
Changing RTFM to RTIC.  RTFM for MSP430 doesn't seem to be maintained and has not made the change to RTIC
2020-06-12 18:40:20 +02:00
Jacob Rosenthal bb3bf29f5c
Add hf2 and uf2 tools for microsoft/adafruit boards 2020-06-06 19:19:13 -07:00
Tyler Holmes a251d17a10 also update table of contents 2020-06-04 13:01:51 -07:00
Tyler Holmes 31470d1780 add boards from atsamd repo 2020-06-04 12:53:58 -07:00
Johan Kristell 5af806042e Add Adafruit feather-f405 board 2020-06-01 10:47:36 +02:00
David Goodlad fb0705ef5c
Add 1bitsy board support crate
I've been working on a board support crate for the [1bitsy](https://1bitsy.org/) board, which is based on an STM32F415 MCU. The board is relatively simple, so there's only a few things to abstract:

* one LED
* one Button
* a 25MHz high-frequency external clock source
2020-05-29 12:03:27 +10:00
David Haig b86181d53b Add embedded-websocket crate 2020-05-23 21:50:35 +01:00
bors[bot] 397d9f8617
Merge #272
272: Add FreeRTOS-rust r=adamgreig a=Niondir



Co-authored-by: Tobias Kaupat <tobiall@niondir.de>
2020-05-17 00:49:35 +00:00
Justin Moon 521d9e19e0 Add lvgl-rs 2020-05-15 22:58:53 -05:00
Tobias Kaupat a8b38b425c
Add FreeRTOS-rust 2020-05-15 19:45:12 +02:00
Mendelt Siebenga f8b90619f5 add MCP4725 work in progress driver 2020-05-09 15:42:36 +02: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
bors[bot] 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
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
KENTARO OKUDA 0ed7433811 Fix a Typo 2020-04-29 13:34:14 -04:00
KENTARO OKUDA 1ec78b1216 Add WIP LSM9DS1 2020-04-23 18:44:12 -04:00
KENTARO OKUDA 870c0ac57c Add MAX6955 Driver 2020-04-22 20:29:28 -04:00
bors[bot] 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
bors[bot] 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
James Munns 58ff5f6680
Merge branch 'master' into st7789 2020-04-13 00:16:27 +02:00
Hanno Braun 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
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
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
Berkus Decker 8d8cd4b480
Merge branch 'master' into imxrt-rs 2020-03-08 19:25:13 +02:00
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>
2020-02-21 13:13:12 +00:00
Wojciech Jakóbczyk a13f4d13ba
Add crates.io badge to ST7920 2020-02-21 13:40:37 +01:00
Wojciech Jakóbczyk 03f6b4f7bc
Add crates.io badge 2020-02-21 13:38:21 +01:00
Wojciech Jakóbczyk e16b396c98
Add ST7920 LCD driver 2020-02-21 11:07:29 +01:00
Wojciech Jakóbczyk 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
James Munns 758a3925ee Add section for community chat rooms 2020-02-17 14:35:02 +01:00
Ingmar Jager 1c41d7244e
Add ADXL355 driver crate 2020-02-14 14:20:55 +01:00
Danilo Bargen 80364cf2e1 Drivers: Add SHTCx 2020-02-12 00:08:56 +01:00
trembel 2ea2f87045
Added Ambiq Apollo 1,2,3p PAC 2020-02-07 16:40:53 +01:00
Alexey Galakhov 906858e347
Trivial formatting fix for avr-hal 2020-02-07 01:58:47 +01:00
Alexey Galakhov 60f9f17891
Add proper crates.io links to all usbd crates 2020-02-07 01:56:11 +01:00
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.
2020-02-07 01:51:11 +01:00
David Sawatzke abee5f86b9 Add embedded-morse 2020-02-04 00:31:03 +01:00
Twitch 6cea0e4b27
Add USB crates 2020-02-02 19:21:36 -08:00
Sylwester Rąpała c63f1110d8
Add endian_codec crate 2020-02-01 12:50:00 +01:00
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.
2020-01-27 13:52:13 +00:00
Jonas Schievink e03eda40a5
Add the irq crate 2020-01-26 13:39:25 +01:00
Vadim Kaushan 76e5cafb23
Update table of contents 2020-01-26 12:14:56 +03:00
Vadim Kaushan 2222a5703f
Add HAL and BSPs for GD32V 2020-01-26 12:14:02 +03:00
James Munns 37c310bc78
Add link 2020-01-20 01:39:17 +01:00
James Munns 6b1ddb826e
Add bitmatch 2020-01-20 01:38:22 +01:00
Jesse Braham 660e042ae8 Document ATSAMD11 support via atsamd-rs 2020-01-11 09:52:39 -08:00
James Munns de3bbff9b9 Alphabetize and number some categories 2020-01-10 21:06:25 +01:00
James Munns 8fcb4dfef2
Merge branch 'master' into hub75 2020-01-10 20:55:42 +01:00
James Munns 692e4c0b1a
Merge branch 'master' into add-r502-link 2020-01-10 20:53:16 +01:00
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>
2020-01-10 19:49:56 +00:00
bors[bot] fa6efef0dc
Merge #233
233: atsamd-rs has ATSAME54 support r=jamesmunns a=mvniekerk

The atsamd-rs repo now has Microchip ATSAME54 support. 

Co-authored-by: Michael van Niekerk <mvniekerk@chazaqdev.com>
2020-01-10 19:46:38 +00:00
Diego Barrios Romero 378ca14d0e Add WIP CCS811 and iAQ-Core gas/VOC sensor drivers 2020-01-07 16:27:44 +01:00
ryan ed57d7a257 Added radio hal, sx128x, sx127x, at86rf212 impls 2020-01-05 17:17:43 +13:00
Christopher McClellan 61e0450fe1
Point stmf32f3 users to currently maintained crate
Per https://github.com/stm32-rs/stm32f3xx-hal/issues/48 and https://github.com/japaric/stm32f30x-hal/issues/36, point stm32f3 users to the community supported stm32f3xx crate, instead of japaric's unmaintained stm32f30x crate.
2020-01-04 08:44:47 -05:00
David Sawatzke 40d23c2560 Fix link to nxp board support crates 2020-01-03 14:37:45 +01:00
David Sawatzke 5f5505805a Add lpc845-pac and replace lpc82x-hal with lpc8xx-hal 2020-01-03 14:36:35 +01:00
David Sawatzke f6450223b2 Add hub75 driver 2020-01-03 14:27:16 +01:00
Michael van Niekerk a1ef4969b9
Update README.md 2019-12-29 12:41:02 +02:00
Diego Barrios Romero 4e9e0f3cc9 Note compatibility with VEML7700 2019-12-21 09:12:57 +01:00
Diego Barrios Romero 8b01c27488 Release VEML6030 ALS driver 2019-12-20 22:27:57 +01:00
Filip Wieland 7fff328e8e
Add a link to the HZ Grow R502 driver 2019-12-17 11:53:46 +00:00
bors[bot] 4a608372da
Merge #225
225: Adding XMC4xxx PAC and HAL r=ryankurte a=lucasbrendel

Adding the XMC4xxx Peripheral access crates and the XMC4 HAL crate.

Co-authored-by: Lucas Brendel <lucasbrendel@gmail.com>
2019-12-17 00:45:05 +00:00
Diego Barrios Romero 9393568310 Release PCA9685 driver 2019-12-10 22:26:31 +01:00
Diego Barrios Romero 05a4c04b21 Release Si4703 FM radio receiver driver 2019-12-04 19:26:36 +01:00
Andre Richter 7500b18ca0
Add qemu-exit crate 2019-12-04 00:18:47 +01:00
Lucas Brendel 3e1e69396f
Adding XMC4xxx PAC and HAL 2019-12-02 15:49:40 -06:00
bors[bot] dbd8cd8980
Merge #222
222: Add bounded-registers to tools r=andre-richter a=jonlamb-gh

For anyone curious about what bounded-registers look like, I have been hacking on a personal `bcm2711` crate in my Raspberry Pi 4 bare metal workspace.
https://github.com/jonlamb-gh/rpi4-rust-workspace

Co-authored-by: Jon Lamb <jon@auxon.io>
Co-authored-by: Andre Richter <andre-richter@users.noreply.github.com>
2019-12-02 20:39:41 +00:00
Andre Richter 63d73eefab
Fix register-rs link 2019-12-02 21:38:34 +01:00
Jon Lamb a974f0bfc4
Add bounded-registers alongside register-rs with brief explanation 2019-12-02 07:31:24 -08:00
Daniel Egger a54274b742
Merge pull request #224 from elpiel/rtoses-and-add-drone-os
Add new section for Real-time and add `Drone OS`
2019-12-02 10:11:20 -05:00
Lachezar Lechev d403041bcc
Add new section, move Tock, FreeRTOS.rs & RTFM and add Drone OS 2019-12-02 13:54:36 +02:00
Sylwester Rąpała 31d4c62d32 Add info about rust fork for esp32 and esp8266 2019-12-01 23:59:55 +01:00
James Munns 569a19f741
Add shields 2019-11-26 20:30:15 +01:00
James Munns 9e0f4aa812
Add CMIM and Panic-Persist 2019-11-26 20:28:18 +01:00
Andre Richter c0f9865d41
Reflect the OS tutorials rewrite
Its no longer a collection of bare-metal tutorials, but a series about writing an OS.
2019-11-24 23:27:35 +01:00
Timo Kröger 9acb778253
Add EFM32PG12 PAC
The matching HAL is WIP and not awesome enough to be added yet
2019-11-14 12:52:38 +01:00
bors[bot] 5b7f79b529
Merge #215
215: add Embedded Rust Book, actualize RTFM links r=korken89 a=burrbull



Co-authored-by: Andrey Zgarbul <zgarbul.andrey@gmail.com>
2019-11-11 11:53:35 +00:00
Diego Barrios Romero 47bfd3846a Publish OPT300x ALS driver 2019-11-09 18:23:08 +01:00
Daniel Egger ab69bbe748
Merge pull request #217 from cs2dsb/patch-1
Update README.md (Added adafruit-alphanum4 hal implementation crate)
2019-11-09 13:17:57 +01:00
cs2dsb d77378cdc9
Update README.md
Added adafruit-alphanum4 hal implementation crate
2019-11-09 10:18:16 +00:00
Matt Vertescher 4cf5ec610c Add a link to the stm32f7xx-hal crate 2019-11-09 03:50:59 -05:00
Andrey Zgarbul 85cf2b58d6 add Embedded Book, actualize RTFM links 2019-11-08 17:43:38 +03:00
Evan Cameron c5e7dea5bc Add rotary-encoder-hal to drivers 2019-11-04 11:48:44 -05:00
bors[bot] 336e0d4907
Merge #212
212: Add ST7032i LCD driver r=therealprof a=dotcypress



Co-authored-by: Vitaly Domnikov <dotcypress@gmail.com>
2019-10-25 16:15:05 +00:00
Tim Small 03b2a756cc Replace defunct IRC channel reference with matrix.to link. 2019-10-25 10:41:27 +01:00
Vitaly Domnikov dbbfa50bdb
Add ST7032i LCD driver 2019-10-24 16:32:59 -07:00
bors[bot] 909fabc18b
Merge #209
209: Adding the stm32h7xx-hal crate r=jamesmunns a=hargoniX

I'm one of the co authors and I think with the release 0.2.0 which just came out the other day this HAL is now in a pretty solid and ready to use state.

Co-authored-by: Henrik Böving <hargonix@gmail.com>
2019-10-23 07:19:16 +00:00
bors[bot] 7fcbe693c2
Merge #207
207: Add WIP Si4703 FM radio turner (receiver) r=jamesmunns a=eldruin

I started a driver for these FM radio turners.

Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
2019-10-14 10:15:57 +00:00
Sergey Matyukevich 78ba9eff88 README.md: experiments with open firmware for vacuum cleaner
WIP project: experiments with open firmware for
stm32f1xx-based e.ziclean cube vacuum cleaner.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
2019-10-13 22:33:32 +03:00
Diego Barrios Romero c4356b121a Add WIP Si4703 FM radio turner (receiver) 2019-10-13 09:06:20 +02:00
Henrik Böving 0f8f77b5b5 adding stm32h7xx-hal 2019-10-11 12:57:27 +00:00
Daniel Egger c5681dd09a
Merge pull request #200 from luojia65/patch-1
Add GD32VF103 chip support crates
2019-10-11 07:51:51 +02:00
Luo Jia 336898818c
Update README.md 2019-10-09 17:32:02 +08:00
Daniel Egger 91ee6f0278
Merge pull request #205 from jkristell/add-nucleo-f401re
Add nucleo-f401re to board support section
2019-09-28 14:09:04 +02:00
Diego Barrios Romero 85f9d9fb4d Release VEML6075 driver 2019-09-28 13:42:24 +02:00
Johan Kristell 2cea204050 Add nucleo-f401re to board section 2019-09-28 07:18:12 +02:00
Johan Kristell 6299d0f51d Add infrared to the no-std crates list 2019-09-26 21:52:52 +02:00
Diego Barrios Romero d788829104 Add WIP OPT300x driver (#203) 2019-09-16 23:03:45 +02:00
Diego Barrios Romero a173ab1bb2 Make entry fit into one line 2019-09-15 14:59:45 +02:00
Diego Barrios Romero c1a533094e Add released MCP794xx RTC driver 2019-09-15 14:26:04 +02:00
Luo Jia 148cc5a283
Update README.md
Co-Authored-By: Daniel Egger <daniel@eggers-club.de>
2019-09-15 19:40:40 +08:00
Luo Jia a73a113f65
Whoops 2019-09-15 12:03:08 +08:00
Luo Jia ac394aba43
Add GD32VF103 chip support crates
GD32VF103 is a microcontroller chip produced by GigaDevice Semiconductor Inc. with one RISC-V's RV32IMAC core as well as up to 128 KiB of Flash and 32 KiB of SRAM; this chip will be in market on late September this year.
2019-09-14 22:44:17 +08:00
Nicolas Stalder af37972940 Reference the LPC55S6x PAC+HAL, update LPC82x PAC reference 2019-09-04 14:32:22 +02:00
Michael Bryan 2451c1078c Added the gcode crate (#197) 2019-08-30 22:18:48 +02:00
Rikard Anglerud cc9501802b Replace the stm32f103xx crate with the stm32f1 crate (#196)
* Added all the crates from the stm32-rs project

These crates cover all microcontrollers in the the stm32 ecosystem
2019-08-23 23:33:08 +02:00
cortesis 06c1b36b2e Added Ambiq Apollo3 PAC (#194) 2019-08-14 21:25:42 +02:00
Jonas Schievink d84a7b1cf4 Add the spi-memory crate (#193) 2019-07-21 15:12:23 +02:00
bors[bot] 656b848a17 Merge #190
190: update MAX7219 for new release r=adamgreig a=almindor

I've taken over the MAX7219 driver since the original author didn't touch it for a year.

Driver has been updated to use latest `embedded-hal`, documented and slightly extended with helper functions. I've made a release to crates.io as well since there was none done previously.

Co-authored-by: Ales Katona <almindor@gmail.com>
2019-07-01 21:59:08 +00:00
Jonah Dahlquist 846ec2787b
Added link to Rahix/avr-hal to board support list 2019-06-25 14:56:26 -05:00
Jonah Dahlquist 51136cb537
Added Rahix/avr-hal to HAL implementation crates list 2019-06-25 14:42:21 -05:00
Jonah Dahlquist 382a123d3b
Added Rahix/avr-device to Peripheral Access Crate list 2019-06-25 14:39:01 -05:00
Ales Katona 49f19fbc2a
update MAX7219 for new release 2019-06-16 09:15:48 -06:00
Paul c6c8c2bde7 add bitbang-hal and st7735-lcd (#189) 2019-06-09 09:59:47 +02:00
Diego Barrios Romero 643ace7611 Add released AD983x driver (#188) 2019-06-07 09:47:43 +02:00
Raphael Nestler fccff05500 Add lpc11uxx crate (#187) 2019-05-27 23:42:14 +02:00
Danilo Bargen 7746d82f58 Add RN2xx3 WIP driver (#186) 2019-05-22 09:42:17 +02:00
Danilo Bargen 258449c4ee Add stm32l0xx-hal crate (#185)
I'm not the author, but I'm using this crate and the parts that I tested seem to work fine 🎉
2019-05-22 09:37:52 +02:00
M Farkas-Dyck d34acf6b44 Note null-terminated crate (#61)
It's a crate of generic null-terminated arrays. I find it quite useful dealing with the C world in particular.
2019-05-18 15:36:21 +02:00
Diego Barrios Romero c4d60add20 Release KXCJ9/KXCJB accelerometer driver 2019-05-12 09:20:03 +02:00
jkristell d3fceb6893 Add TP2016D2 driver to WIP section (#183) 2019-05-06 10:16:58 +02:00
bors[bot] 848b929568 Merge #182
182: README.md: Add samd51, accelerometer crate, micromath crate r=andre-richter a=tarcieri

- Adds a link to `samd51` in addition to `samd21`, and updates the project's location
- Adds a new "Component abstraction crates" section and lists the `accelerometer` crate
- Adds the `micromath` crate to the "no-std crates" section

Co-authored-by: Tony Arcieri <bascule@gmail.com>
2019-05-05 21:07:23 +00:00
Julian Gaal e882db3461 Add MPU6050 driver crate to WIP section (#181)
I've been working on a driver for the cheapest IMU in the MPUX family. It is a work in progress, but all basic features are supported
2019-05-05 20:55:22 +02:00
Tony Arcieri ca021dffcc Add atsamd-hal and Adafruit board support crates 2019-05-04 17:22:47 -07:00
Tony Arcieri 3de24bc41d Move embedded-graphics and smart-leds to component abstraction section 2019-05-04 17:18:03 -07:00
Tony Arcieri e7ea3945e8 README.md: Linkify 'Component abstraction crates' from TOC 2019-05-04 04:46:39 -07:00
Tony Arcieri 921cf354c6 README.md: Add samd51, accelerometer crate, micromath crate
- Adds a link to `samd51` in addition to `samd21`, and updates the
  project's location
- Adds a new "Component abstraction crates" section and lists the
  `accelerometer` crate
- Adds the `micromath` crate to the "no-std crates" section
2019-05-03 20:36:52 -07:00
Jonas Schievink bfdb7c83e4 Add missing ToC entries (#178) 2019-04-30 14:32:42 +02:00
Diego Barrios Romero c428adf517 Release ads1x1x driver crate (#176) 2019-04-28 21:07:34 +02:00
Diego Barrios Romero 257be5b9f4 Add KXCJ9 accelerometer WIP driver crate 2019-04-28 19:07:52 +02:00
Jonas Schievink 1c712945ce Add the Rubble BLE stack to WIP crates (#175) 2019-04-26 10:15:03 +02:00
Vincent Stakenburg f163f1592e Add SCD30 I2c driver (#174)
* Add SCD30 I2c driver
2019-04-19 12:47:57 +02:00