Commit graph

798 commits

Author SHA1 Message Date
bors[bot]
ba7e5c8567
Merge #303
303: Add ssd1309 to README r=eldruin a=antonok-edm

I've forked the `sh1106` crate to make a new driver crate for SSD1309 monochrome OLED displays - I figured it would be good to add to this list as well.

cc `@jamwaffles` - this may be of interest to you as well 😄 

Co-authored-by: Anton Lazarev <antonok35@gmail.com>
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
2022-01-26 20:49:55 +00:00
Diego Barrios Romero
2e7de10563
Fix SSD1309/STSPIN220 crate links 2022-01-26 21:49:16 +01:00
Anton Lazarev
35c8e3956a
add ssd1309 to README 2022-01-26 10:23:07 -08:00
bors[bot]
a0a7d97e54
Merge #365
365: Fix WIP section link r=adamgreig a=eldruin



Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
2022-01-26 12:58:23 +00:00
Diego Barrios Romero
5fb7340fb0 Fix WIP section link 2022-01-26 08:51:29 +01:00
bors[bot]
734b2fdd85
Merge #364
364: Clarify released driver section requisites r=adamgreig a=eldruin

As discussed, here a proposal for clarification. Please feel free to improve it.
cc: `@adamgreig` 

Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
2022-01-26 00:34:42 +00:00
Diego Barrios Romero
76a15e3c77 Clarify released driver section requisites 2022-01-25 22:03:20 +01:00
bors[bot]
c19f1ca780
Merge #362
362: Add entries for drogue projects and lorawan projects r=jamesmunns a=lulf



Co-authored-by: Ulf Lilleengen <ulf.lilleengen@gmail.com>
2022-01-25 19:47:29 +00:00
Ulf Lilleengen
c514206922 Add entries for drogue projects and lorawan projects 2022-01-17 15:24:19 +01:00
bors[bot]
7d03680f5c
Merge #359
359: Add RIOT to RTOS list r=jamesmunns a=chrysn

It's supported well enough for examples to be in upstream, and while we're working out a few procedural nits, it looks like it's going to be part of the upcoming release.

Inserted in alphabetical order. (Hubris should maybe be moved, as it was added out-of-sequence).

Co-authored-by: chrysn <chrysn@fsfe.org>
2022-01-11 19:59:48 +00:00
chrysn
ae850f3923
Add RIOT to RTOS list 2022-01-11 20:43:57 +01:00
bors[bot]
cc294adb8d
Merge #358
358: cleanup wording errors and add the language to some boards I missed r=eldruin a=TDHolmes

Follow-up on #357 

Co-authored-by: Tyler Holmes <tyler@holmesengineering.com>
2022-01-10 21:41:33 +00:00
Tyler Holmes
9811f4a5d2 cleanup wording errors and add the language to some boards I missed 2022-01-10 13:29:21 -08:00
bors[bot]
d20c0e66a2
Merge #357
357: update with latest boards from atsamd-rs r=adamgreig a=TDHolmes

Additionally, the table of contents automatically reformatted with my markdown formatter. I like the change, but I can revert if folks want.

https://github.com/atsamd-rs/atsamd/issues/511

[rendered](https://github.com/TDHolmes/awesome-embedded-rust/blob/atsamd-rs-boards/README.md)

Co-authored-by: Tyler Holmes <tyler@holmesengineering.com>
2022-01-10 00:33:00 +00:00
Tyler Holmes
074855b583 add atsamd room 2022-01-08 19:10:45 -08:00
Tyler Holmes
c1fcfa6845 remove top level heading 2022-01-08 19:03:46 -08:00
Tyler Holmes
1a90dadcfd atsamd-rs does not support f405. whoops. 2022-01-08 15:00:03 -08:00
Tyler Holmes
4ff20edab4 update with latest boards from atsamd-rs 2022-01-08 14:56:54 -08:00
bors[bot]
f1a02c98b4
Merge #356
356: Add freebsd-embedded-hal r=eldruin a=unrelentingtech

Just published a [new crate](https://github.com/unrelentingtech/freebsd-embedded-hal), it's like `linux-embedded-hal` but for FreeBSD. Currently gpio and i2c work.

Co-authored-by: unrelentingtech <greg@unrelenting.technology>
2021-12-31 20:52:31 +00:00
unrelentingtech
5a8da47403
Add freebsd-embedded-hal 2021-12-31 19:23:01 +03:00
bors[bot]
14a54de83f
Merge #355
355: add crates.io links to PIC32; add fixed-fft r=eldruin a=kiffie



Co-authored-by: Stephan <kiffie@users.noreply.github.com>
2021-12-30 20:04:57 +00:00
Stephan
71344ef8a2
add crates.io links to PIC32; add fixed-fft 2021-12-30 19:44:19 +01:00
bors[bot]
5d2ca3a18b
Merge #354
354: Update README with some RP2040 boards r=therealprof a=thejpster

Also bump RTIC to 1.0, and add Hubris RTOS

Co-authored-by: Jonathan 'theJPster' Pallant <github@thejpster.org.uk>
2021-12-27 20:32:03 +00:00
Jonathan 'theJPster' Pallant
312f7b55fb
Add missing Pimoroni links 2021-12-27 17:06:33 +00:00
Jonathan 'theJPster' Pallant
d191784e21
Typo in ItsyBitsy 2021-12-26 20:03:19 +00:00
Jonathan 'theJPster' Pallant
04a2a0c5df
Update README with some RP2040 boards
Also bump RTIC to 1.0
2021-12-26 19:57:48 +00:00
bors[bot]
a5a1d74fac
Merge #353
353: Fix broken links r=eldruin a=RicoGit



Co-authored-by: Constantine Solovev <constantine.solovev@gmail.com>
2021-12-25 19:47:18 +00:00
Constantine Solovev
0f0c1f659a
Fix broken links 2021-12-25 21:47:33 +04:00
bors[bot]
88b799e493
Merge #352
352: Adds embassy-start r=eldruin a=huntc

This is a link to a project starter template for writing embedded async Rust applications using Embassy.

Co-authored-by: Christopher Hunt <huntchr@gmail.com>
2021-12-20 10:28:37 +00:00
Christopher Hunt
c13c7d7fa7
Update README.md 2021-12-20 20:46:35 +11:00
Christopher Hunt
4b3920270e
Update README.md 2021-12-20 20:44:24 +11:00
Christopher Hunt
db53487239
PR feedback 2021-12-20 10:44:34 +11:00
Christopher Hunt
bf555ae6ee
Adds embassy-start
This is a link to a project starter template for writing embedded async Rust applications using Embassy.
2021-12-18 19:27:57 +11:00
bors[bot]
7f77b4a587
Merge #351
351: Move MAX116xx driver to released, add blogposts r=eldruin a=robamu

I prepared two blogpost for my recent additions.
With this, the MAX116xx driver can be moved to the released section

Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
2021-12-17 07:58:31 +00:00
Robin Mueller
845fb3b14c
small tweaks 2021-12-17 01:03:15 +01:00
Robin Mueller
262c0847c2
move adc to released section, add blogposts 2021-12-17 01:00:10 +01:00
bors[bot]
b395dc3b26
Merge #350
350: Add port-expander crate r=eldruin a=Rahix

A crate I published some time ago which might be useful to get out there... See <https://github.com/Rahix/port-expander> or the [blog post](https://blog.rahix.de/port-expander/) for more details.

Co-authored-by: Rahix <rahix@rahix.de>
2021-12-16 07:31:39 +00:00
Rahix
86103a6d80 Add port-expander crate 2021-12-15 21:50:14 +01:00
bors[bot]
c299182041
Merge #349
349: Vorago PAC & BSP and MAX116xx 10 bit ADC driver r=eldruin a=robamu

Adds three crates

- PAC for the Vorago VA416xx family of MCUs
- BSP for the Vorago REB1 developmemt board

Also adds a new device crate for the MAX116xx 10-bit ADC. Actually, I wasn't sure whether to add the device driver to the primary list or to the WIP list. There is not blog post (yet) and I was not sure whether this is a fixed requirement.
Some core features are supported which should be useful for the most common use-cases,  but of course there are some features that could still be added. If you think that this crate is ready for an official release, I could try to provide a blog post on something like Medium (or whatever platform you recommend)

Co-authored-by: Robin Mueller <muellerr@irs.uni-stuttgart.de>
2021-12-14 15:31:19 +00:00
Robin Mueller
ecd4e7f572
forgot the link 2021-12-13 22:05:30 +01:00
Robin Mueller
ee2410b481
Add MAX116xx 10-bit ADC 2021-12-13 21:57:27 +01:00
Robin Mueller
1a1016a351
added vorago-reb1 BSP and va416xx PAC 2021-12-13 21:45:41 +01:00
bors[bot]
5dab3a1347
Merge #348
348: added vorago crates r=eldruin a=robamu

Rust crates for the radiation hardened Vorago MCUs.

Also fixes a small typo (it looks like a typo)

Co-authored-by: Robin Mueller <muellerr@irs.uni-stuttgart.de>
2021-12-09 12:09:12 +00:00
Robin Mueller
737238df20
added vorago crates 2021-12-09 11:37:54 +01:00
bors[bot]
3cae88d9ab
Merge #347
347: Add nrf52840-dk-bsp r=adamgreig a=ia0

https://github.com/nrf-rs/nrf52840-dk

Co-authored-by: ia0 <git@ia0.eu>
2021-12-06 22:04:07 +00:00
ia0
3476701a3b Add nrf52840-dk-bsp
https://github.com/nrf-rs/nrf52840-dk
2021-12-06 22:39:06 +01:00
bors[bot]
2d59a06e55
Merge #346
346: Replace cargo-fel4 tool with ferros r=eldruin a=jonlamb-gh

👋 

I'm one of the authors of `cargo-fel4` and the committer who added it to this list in #90.

It's no longer being maintained, and we've recently open sourced a much better alternative,
[ferros](https://github.com/auxoncorp/ferros), a Rust-based userland which also adds compile-time assurances to seL4 development.

Co-authored-by: Jon Lamb <jon@auxon.io>
2021-11-12 21:53:37 +00:00
Jon Lamb
f4ca179c92
Replace cargo-fel4 tool with ferros 2021-11-12 06:56:00 -08:00
bors[bot]
ac8c220ab8
Merge #345
345: Update link to ftdi-embedded-hal r=eldruin a=geomatsi

Update link to implementation of embedded-hal traits for FTDI FTx232H chips. New version is published on crates.io. This version unifies two previous implementations: [ftd2xx-embedded-hal](https://github.com/newAM/ftd2xx-embedded-hal) based on proprietary libftd2xx library and [ftdi-embedded-hal](https://github.com/geomatsi/ftdi-embedded-hal-archive) based on open source libftdi library. New version Implements generic backend support to allow using different low level FTDI libraries.

Co-authored-by: Sergey Matyukevich <geomatsi@gmail.com>
2021-11-09 19:09:13 +00:00
Sergey Matyukevich
880c92a313 Update link to ftdi-embedded-hal
Update link to implementation of embedded-hal traits for FTDI FTx232H
chips. New version is published on crates.io.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
2021-11-09 21:49:43 +03:00