mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-06-04 20:38:48 +00:00
parent
e73453192e
commit
7c60ecded5
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -123,6 +123,10 @@ Peripheral Access Crates were also called Device Crates.
|
|||
- [`mkw41z`](https://crates.io/crates/mkw41z) - 
|
||||
- [`k64`](https://crates.io/crates/k64) - 
|
||||
|
||||
### SiFive
|
||||
|
||||
- [`e310x`](https://github.com/riscv-rust/e310x) - svd2rust generated interface to SiFive [Freedom E310](https://www.sifive.com/cores/e31) MCUs - 
|
||||
|
||||
### STMicroelectronics
|
||||
|
||||
- [`stm32f103xx`](https://crates.io/crates/stm32f103xx) Peripheral access API for STM32F103XX microcontrollers (generated using svd2rust) - 
|
||||
|
@ -179,6 +183,10 @@ Also check the list of [NXP board support crates][nxp-bsc]!
|
|||
|
||||
- [`mkw41z-hal`](https://crates.io/crates/mkw41z-hal) - 
|
||||
|
||||
### SiFive
|
||||
|
||||
- [`e310x-hal`](https://github.com/riscv-rust/e310x-hal) - HAL for SiFive [Freedom E310](https://www.sifive.com/cores/e31) MCUs - 
|
||||
|
||||
### STMicroelectronics
|
||||
|
||||
Also check the list of [STMicroelectronics board support crates][stm-bsc]!
|
||||
|
@ -239,6 +247,10 @@ Crates tailored for general CPU architectures.
|
|||
- [`cortex-m`](https://github.com/japaric/cortex-m) Low level access to Cortex-M processors - 
|
||||
- [`cortex-a`](https://github.com/andre-richter/cortex-a) Low level access to Cortex-A processors (early state) - 
|
||||
|
||||
### RISC-V
|
||||
|
||||
- [`riscv`](https://github.com/rust-embedded/riscv) Low level access to RISC-V processors - 
|
||||
|
||||
## Board support crates
|
||||
|
||||
Crates tailored for specific boards.
|
||||
|
@ -261,6 +273,10 @@ Crates tailored for specific boards.
|
|||
|
||||
[FRDM-KW41Z]: https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/kinetis-cortex-m-mcus/w-serieswireless-conn.m0-plus-m4/freedom-development-kit-for-kinetis-kw41z-31z-21z-mcus:FRDM-KW41Z
|
||||
|
||||
### SiFive
|
||||
|
||||
- [`hifive1`](https://github.com/riscv-rust/hifive1) - Board support crate for [HiFive1](https://www.sifive.com/boards/hifive1) and [LoFive](https://hackaday.io/project/26909-lofive) boards - 
|
||||
|
||||
### Sony
|
||||
|
||||
- [`prussia`](https://github.com/ZirconiumX/prussia) - SDK for the PlayStation 2.
|
||||
|
|
Loading…
Reference in a new issue