Skip to content

Commit

Permalink
examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernQ committed Jan 21, 2025
1 parent 80d04bc commit 13ca950
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion examples/src/bin/dma_extmem2mem.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
//! Uses DMA to copy psram to internal memory.
//!
//! If your module is octal PSRAM then you need to set `ESP_HAL_CONFIG_PSRAM_MODE` to `octal`.
//% FEATURES: esp-hal/log esp-hal/octal-psram aligned esp-hal/unstable
//% FEATURES: esp-hal/log esp-hal/psram aligned esp-hal/unstable
//% CHIPS: esp32s3

#![no_std]
Expand Down
5 changes: 2 additions & 3 deletions examples/src/bin/spi_loopback_dma_psram.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
//! Connect MISO and MOSI pins to see the outgoing data is read as incoming
//! data.
//!
//! If your module is quad PSRAM then you need to change the `psram` feature in the
//! in the features line below to `quad-psram`.
//! If your module is octal PSRAM then you need to set `ESP_HAL_CONFIG_PSRAM_MODE` to `octal`.
//% FEATURES: esp-hal/log esp-hal/octal-psram esp-hal/unstable
//% FEATURES: esp-hal/log esp-hal/psram esp-hal/unstable
//% CHIPS: esp32s3

#![no_std]
Expand Down

0 comments on commit 13ca950

Please sign in to comment.