Commit Graph

581 Commits (580ffd650fa7ca9be8b100fc82b7239a200fcc50)
 

Author SHA1 Message Date
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>
4 years ago
Pablo Deymonnaz b5bbb5e8ed
Merge pull request #1 from pablodeymo/pablodeymo-patch-1
Fix typo in lpc845-pac crate link
4 years ago
Pablo Deymonnaz bb02c92e05
Fix typo in lpc845-pac crate link 4 years ago
bors[bot] e3e1982541
Merge #286
286: Microchip 25LCxxx series EEPROM driver r=therealprof a=mvniekerk



Co-authored-by: Michael van Niekerk <mvniekerk@chazaqdev.com>
4 years ago
Michael van Niekerk 938dd0a039
Remove space 4 years ago
Michael van Niekerk b0f1a62c65
Add Microchip 25LCxxx driver 4 years ago
bors[bot] 631f0aba7b
Merge #285
285: Add link to Arduino Nano 33 IoT support r=therealprof a=guswynn

I just finished adding this crate, so I figured I'd add a link, in the same section as boards in the same repo

Co-authored-by: Gus Wynn <guswynn@gmail.com>
4 years ago
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
4 years ago
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>
4 years ago
bors[bot] 03df1e7314
Merge #284
284: Add atat, and ublox-cellular r=therealprof a=MathiasKoch

- Add wip ublox-cellular device driver: https://github.com/BlackbirdHQ/ublox-cellular-rs
- Add atat abstraction crate: https://github.com/BlackbirdHQ/atat

Co-authored-by: Mathias Koch <mk@blackbird.online>
4 years ago
Mathias Koch 432c3e788a Merge branch 'master' of github.com:MathiasKoch/awesome-embedded-rust 4 years ago
Mathias Koch 7f7f7cdcbe Add atat, and ublox-cellular 4 years ago
bors[bot] 9b1021daf9
Merge #283
283: Microchip TC72, Analog Devices ADXL313 r=therealprof a=mvniekerk

Microchip TC72, Analog Devices ADXL313 crates

Co-authored-by: Michael van Niekerk <mvniekerk@chazaqdev.com>
4 years ago
Michael van Niekerk bb80c629d5
Microchip TC72, Analog Devices ADXL313
Microchip TC72, Analog Devices ADXL313 crates
4 years ago
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.
4 years ago
bors[bot] 4400633567
Merge #281
281: Add anyleaf r=adamgreig a=David-OConnor

Add a link for the anyleaf ph module driver

Co-authored-by: David O'Connor <david.alan.oconnor@gmail.com>
4 years ago
David O'Connor c045e02c1b Fixed typo 4 years ago
David O'Connor 0e272a636a Git troubleshooting 4 years ago
David O'Connor 1d70c3a0b2 Add anyleaf ph module driver 4 years ago
bors[bot] 5af1be4a3c
Merge #279
279: Change RTFM to RTIC r=therealprof a=trembel

Changing RTFM to RTIC.  RTFM for MSP430 doesn't seem to be maintained and has not made the change to RTIC

Co-authored-by: trembel <silvano.cortesi@hotmail.com>
4 years ago
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
4 years ago
bors[bot] 9c50614728
Merge #278
278: Add hf2 and uf2 tools for microsoft/adafruit boards r=ryankurte a=jacobrosenthal



Co-authored-by: Jacob Rosenthal <jacobrosenthal@gmail.com>
4 years ago
Jacob Rosenthal bb3bf29f5c
Add hf2 and uf2 tools for microsoft/adafruit boards 4 years ago
bors[bot] 5c2a38b205
Merge #277
277: add boards from atsamd repo r=adamgreig a=TDHolmes

adds nearly all of the boards from the [atsamd](https://github.com/atsamd-rs/atsamd/tree/master/boards) repo, including adding some info from the README's for some of the existing entries

Co-authored-by: Tyler Holmes <tylerdanielholmes@gmail.com>
4 years ago
Tyler Holmes a251d17a10 also update table of contents 4 years ago
Tyler Holmes 31470d1780 add boards from atsamd repo 4 years ago
bors[bot] 98145c8a9f
Merge #276
276: Add Adafruit feather-f405 board r=therealprof a=jkristell

Add this board to the board support crate section

Co-authored-by: Johan Kristell <johan@jott.se>
4 years ago
Johan Kristell 5af806042e Add Adafruit feather-f405 board 4 years ago
bors[bot] 181fe84eb1
Merge #275
275: Add 1bitsy board support crate r=adamgreig a=dgoodlad

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

Co-authored-by: David Goodlad <david@goodlad.net>
4 years ago
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
4 years ago
bors[bot] dddcb6050d
Merge #274
274: Add embedded-websocket crate r=adamgreig a=ninjasource

Hi, my first contribution here. I hope I put this in the right place and that it is worthy of a place on the list of no_std crates!

Co-authored-by: David Haig <david@ninjametal.com>
4 years ago
David Haig b86181d53b Add embedded-websocket crate 4 years ago
bors[bot] 397d9f8617
Merge #272
272: Add FreeRTOS-rust r=adamgreig a=Niondir



Co-authored-by: Tobias Kaupat <tobiall@niondir.de>
4 years ago
bors[bot] 08411030c2
Merge #273
273: Add lvgl-rs r=adamgreig a=justinmoon

cc @rafaelcaricio

Linked to GitHub (instead of crates.io) as the project is still WIP.

Co-authored-by: Justin Moon <mail@justinmoon.com>
4 years ago
Justin Moon 521d9e19e0 Add lvgl-rs 4 years ago
Tobias Kaupat a8b38b425c
Add FreeRTOS-rust 4 years ago
bors[bot] 6539c667f1
Merge #271
271: add MCP4725 work in progress driver r=adamgreig a=mendelt



Co-authored-by: Mendelt Siebenga <msiebenga@gmail.com>
4 years ago
Mendelt Siebenga f8b90619f5 add MCP4725 work in progress driver 4 years ago
bors[bot] 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>
4 years ago
Diego Barrios Romero 98a1918ce7 Add MAX3010x heart rate/pulse oximeter sensor 4 years ago
Diego Barrios Romero 479a3ca306 Add WIP BMI160, HRS3300, HDC20xx, ISL29125, MAX170xx 4 years ago
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>
4 years ago
bors[bot] dd1cf76d3e
Merge #268
268: no_std crates: Add debouncr r=therealprof a=dbrgn

Shamelessly self-nominating.

Co-authored-by: Danilo Bargen <mail@dbrgn.ch>
4 years ago
Danilo Bargen e1ef74695e no_std crates: Add debouncr 4 years ago
Danilo Bargen e2043bf8d1 Tools: Add cargo-flash and cargo-embed 4 years ago
bors[bot] 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>
4 years ago
KENTARO OKUDA 0ed7433811 Fix a Typo 4 years ago
bors[bot] 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>
4 years ago
KENTARO OKUDA 1ec78b1216 Add WIP LSM9DS1 4 years ago
bors[bot] 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>
4 years ago