Skip to content

Commit

Permalink
docs: Remove architecture and simplify sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Jul 9, 2024
1 parent a3a6c9f commit 006cb38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions esp-hal/src/dma/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
//! ## Overview
//! The DMA driver provides an interface to efficiently transfer data between
//! different memory regions and peripherals within the ESP microcontroller
//! without involving the CPU. The DMA controller is a hardware block
//! responsible for managing these data transfers.
//! without involving the CPU. The DMA controller is reponsible for managing
//! these data transfers.
//!
//! Notice, that this module is a common version of the DMA driver, `ESP32` and
//! `ESP32-S2` are using older `PDMA` controller, whenever other chips are using
Expand Down
2 changes: 1 addition & 1 deletion esp-hal/src/interrupt/riscv.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Interrupt handling - RISC-V
//! Interrupt handling
//!
//! CPU interrupts 1 through 15 are reserved for each of the possible interrupt
//! priorities.
Expand Down
2 changes: 1 addition & 1 deletion esp-hal/src/interrupt/xtensa.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Interrupt handling - Xtensa
//! Interrupt handling

use xtensa_lx::interrupt::{self, InterruptNumber};
use xtensa_lx_rt::exception::Context;
Expand Down

0 comments on commit 006cb38

Please sign in to comment.