Commit graph

902 commits

Author SHA1 Message Date
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
bors[bot] fd8055c643
Merge #344
344: Add sntpc to no_std crates r=eldruin a=vpetrigo

Add [sntpc](https://crates.io/crates/sntpc) crate to the `no_std` list.

That library allows to poll timestamps from SNTPv4 (for now) capable servers in order to synchronise system time. Supports both `std` and `no_std`, small systems may benefit from getting accurate timestamps.

Co-authored-by: Vladimir Petrigo <vladimir.petrigo@gmail.com>
2021-11-09 10:53:50 +00:00
Vladimir Petrigo 7dfe6e9847
Fix sntpc order in the no_std list 2021-11-09 13:44:43 +03:00
Vladimir Petrigo 1d8527f245
Add sntpc to no_std crates
sntpc library allows to poll timestamps from SNTPv4 (for now) capable servers in order to synchronise system time
2021-11-09 11:48:36 +03:00
bors[bot] 1209f9819e
Merge #343
343: Add scapegoat to no-std crates r=eldruin a=tnballo

Add [`scapegoat`](https://crates.io/crates/scapegoat) crate to the list.

It's a mostly "drop-in" replacement for the standard library's `BTreeMap` and `BTreeSet`. Subset of the familiar APIs, but `#![no_std]` and `#![forbid(unsafe_code)]`.

Co-authored-by: tnballo <tnballo@users.noreply.github.com>
2021-10-26 19:17:21 +00:00
tnballo edf47ca89d
Add scapegoat to alphabetical no-std crates list 2021-10-26 12:34:54 -04:00
bors[bot] a0b2655866
Merge #342
342: Properly attribute `embedded-hal-compat`. r=andre-richter a=jamesmunns



Co-authored-by: James Munns <james@onevariable.com>
2021-10-14 19:59:02 +00:00
James Munns 9f4a3a67aa
Properly attribute embedded-hal-compat. 2021-10-14 17:43:36 +02:00
bors[bot] 7842072b05
Merge #341
341: Add rp-rs to list of chats r=eldruin a=robyoung



Co-authored-by: Rob Young <rob@robyoung.digital>
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
2021-08-24 14:09:46 +00:00
Diego Barrios Romero 14351f4290
Update README.md 2021-08-24 16:09:03 +02:00
Diego Barrios Romero 9d2effc4a6
Update README.md 2021-08-24 16:08:56 +02:00
Rob Young 12a1d0f701 Add rp-rs to list of chats 2021-08-24 13:59:59 +01:00
bors[bot] a4375d4d92
Merge #340
340: add telegram channel for embedded.rs + wasm r=eldruin a=sascha1337



Co-authored-by: Sascha1337 <radatz.coding@gmail.com>
2021-08-24 09:04:23 +00:00
Sascha1337 df7cb231a7
add telegram channel for embedded.rs + wasm 2021-08-24 17:01:49 +08:00
bors[bot] ceb5f5ad5f
Merge #339
339: Add AVR and STM32 Matrix channels r=therealprof a=robyoung



Co-authored-by: Rob Young <rob@robyoung.digital>
2021-08-23 08:44:00 +00:00
Rob Young f413bc8960 Add AVR and STM32 Matrix channels 2021-08-23 09:02:31 +01:00
bors[bot] 40b0ca5669
Merge #338
338: Add SKEAZN642 PAC r=berkus a=wcpannell

PAC to support NXP KEA64 series (KEAZN16, 32, and 64) of MCUs.
https://github.com/wcpannell/SKEAZN642

Co-authored-by: W.C. Pannell <2120605+wcpannell@users.noreply.github.com>
2021-08-19 11:50:22 +00:00
W.C. Pannell 20fa2c935f
Add SKEAZN642 PAC
PAC to support NXP KEA64 series (KEAZN16, 32, and 64) of MCUs.
https://github.com/wcpannell/SKEAZN642
2021-08-19 06:16:03 -05:00
bors[bot] 5fac52b88a
Merge #336
336: Add project rainbow-hat-rs for support of the Pimoroni Rainbow HAT board r=adamgreig a=yannart

GitHub repo: https://github.com/yannart/rainbow-hat-rs

Co-authored-by: Yann Nicolas <yannart@gmail.com>
2021-07-31 12:20:47 +00:00
Yann Nicolas 32c53d45f6
Move rainbow-hat-rs to the driver section 2021-07-30 16:43:52 -04:00
Yann Nicolas 24fde5d3f6
Add project rainbow-hat-rs for support of the Pimoroni Rainbow HAT board
GitHub repo: https://github.com/yannart/rainbow-hat-rs
2021-07-24 23:54:13 -04:00
bors[bot] e08866d833
Merge #335
335: Add VEML7700 embedded HAL driver to README.md r=eldruin a=no111u3

Add stable alternative version for VEML7700 hal drivers

Co-authored-by: Boris Vinogradov <no111u3@gmail.com>
2021-07-20 19:55:58 +00:00
Boris Vinogradov e4b34b642a Add VEML7700 embedded HAL driver to README.md 2021-07-20 16:46:03 +03:00
bors[bot] ff7fcefdfa
Merge #334
334: add PIC32 related crates r=jamesmunns a=kiffie

Add PIC32 related crates, as proposed by @therealprof. 

Co-authored-by: Stephan <kiffie@users.noreply.github.com>
Co-authored-by: James Munns <james@onevariable.com>
2021-07-05 14:04:18 +00:00
James Munns 483604441d
Update README.md 2021-07-05 16:03:39 +02:00
Stephan 253b379244 add PIC32 related crates 2021-07-05 15:52:22 +02:00
bors[bot] cf52895fde
Merge #333
333: Include the Thingy:91 BSP r=adamgreig a=huntc



Co-authored-by: Christopher Hunt <huntchr@gmail.com>
2021-07-02 00:39:06 +00:00
Christopher Hunt 2c23afecc6
Include the Thingy:91 BSP 2021-07-02 09:40:27 +10:00
bors[bot] 785c89d5a1
Merge #332
332: Add IST7920 to WIP r=eldruin a=no111u3

Add simple IST7920 monochrome lcd controller to WIP device driver crates

Co-authored-by: Boris Vinogradov <no111u3@gmail.com>
2021-06-28 14:52:01 +00:00
Boris Vinogradov 3140824ab0 Add IST7920 to WIP 2021-06-28 17:35:06 +03:00
bors[bot] 0eae51e79c
Merge #331
331: Add SSD1320 to WIP r=eldruin a=no111u3

Add simple SSD1320 oled controller to WIP device driver crates

Co-authored-by: Boris Vinogradov <no111u3@gmail.com>
2021-06-24 07:22:44 +00:00
Boris Vinogradov 7dcb734f15 Add SSD1320 to WIP 2021-06-24 09:21:57 +03:00
bors[bot] c8e0cc60a0
Merge #330
330: Add tcn75a embedded HAL driver to README.md. r=adamgreig a=cr1901



Co-authored-by: William D. Jones <thor0505@comcast.net>
2021-06-22 23:14:32 +00:00
William D. Jones 4fc4e46fbb
Add tcn75a embedded HAL driver to README.md. 2021-06-22 16:46:44 -04:00
bors[bot] ab94e12bdb
Merge #329
329: DSP on STM32F407G-DISC1 and cmsis-dsp-sys r=eldruin a=jacobrosenthal



Co-authored-by: Jacob Rosenthal <jacobrosenthal@gmail.com>
2021-06-21 08:13:19 +00: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
bors[bot] fb4850f406
Merge #327
327: Add embedded-hal-compat r=eldruin a=ryankurte

I build a little forward/reverse compatibility layer to run drivers across different HAL versions, there's probably plenty of room for improvement but already finding it pretty useful.

Co-authored-by: Ryan <ryankurte@users.noreply.github.com>
2021-06-17 10:43:25 +00:00
bors[bot] aaad925057
Merge #328
328: Swap to GHA r=eldruin a=adamgreig

The travis CI wasn't even doing anything, but I guess at least this means we can use bors.

Co-authored-by: Adam Greig <adam@adamgreig.com>
2021-06-17 10:42:14 +00:00
Adam Greig b74fc0e02d
Swap to GHA 2021-06-17 11:24:51 +01:00
Ryan b2005e5842
Add embedded-hal-compat 2021-06-17 09:41:53 +12:00
bors[bot] 9dce535b44
Merge #326
326: Add cd74hc4067 driver r=eldruin a=barafael

repo here: https://github.com/barafael/cd74hc4067-rs

I also added a github link for hc12-at-rs repo.

Thanks :)

Co-authored-by: Rafael Bachmann <rafael.bachmann.93@gmail.com>
2021-06-10 06:25:45 +00:00
Rafael Bachmann 785339e7b4 Add cd74hc4067 driver
repo here: https://github.com/barafael/cd74hc4067-rs

Thanks :)
2021-06-09 20:13:01 +02:00
bors[bot] 03a6fc5467
Merge #325
325: Add hc-12 driver r=therealprof a=barafael

repo here: https://github.com/barafael/hc12-at-rs

Thanks :)

Co-authored-by: Rafael Bachmann <rafael.bachmann.93@gmail.com>
2021-05-26 13:50:10 +00: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
bors[bot] 1b58b537fc
Merge #324
324: Adding atsam4-hal r=adamgreig a=haata



Co-authored-by: Jacob Alexander <haata@kiibohd.com>
2021-05-09 20:22:52 +00:00
Jacob Alexander 99befbf49f
Adding atsam4-hal 2021-05-08 23:17:52 -07:00