esp-hal/esp32c3-hal
Studiedlist dd5bcb8509
Fix dma_read and dma_write for SPI slave dma driver (#1013)
* separate SpiDmaTransfer impl for rx and tx

* format code

* update spi_slave_dma example

* update CHANGELOG

* fix changelog entry

* add dma_read and dma_write examples for all supported chips
2023-12-12 10:09:20 +00:00
..
.cargo RISC-V: Make atomic emulation opt-in (#904) 2023-11-10 11:51:47 +00:00
examples Fix dma_read and dma_write for SPI slave dma driver (#1013) 2023-12-12 10:09:20 +00:00
src RISC-V executors (#947) 2023-11-22 14:36:53 +00:00
build.rs Move remaining device-specific linker scripts into esp-hal-common (#963) 2023-11-20 12:25:23 +00:00
Cargo.toml Update to latest release candidate of embedded-hal{-async,-nb} (#994) 2023-12-08 10:56:27 +00:00
README.md Update each HAL package's README 2023-08-23 07:42:56 -07:00

esp32c3-hal

Crates.io docs.rs Crates.io Matrix

no_std HAL for the ESP32-C3 from Espressif.

Implements a number of the traits defined in embedded-hal.

This device uses the RISC-V ISA, which is officially supported by the Rust compiler via the riscv32imc-unknown-none-elf target.

Please refer to the documentation for more information.

Documentation

Resources

Getting Started

Installing the Rust Compiler Target

The compilation target for this device is officially supported by the mainline Rust compiler and can be installed using rustup:

rustup target add riscv32imc-unknown-none-elf

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.