Skip to content

Commit

Permalink
update for PSRAM feature changes
Browse files Browse the repository at this point in the history
  • Loading branch information
liebman committed Sep 20, 2024
1 parent d18fea7 commit 37f7bff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/src/bin/spi_loopback_dma_psram.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
//! data.
//!
//! If your module is quad PSRAM then you need to change the `psram` feature in the
//! in the features line below to `psram-2m`.
//! in the features line below to `quad-psram`.

//% FEATURES: esp-hal/log opsram-2m
//% FEATURES: esp-hal/log esp-hal/octal-psram
//% CHIPS: esp32s3

#![no_std]
Expand Down
2 changes: 1 addition & 1 deletion hil-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ generic-queue = [
integrated-timers = [
"esp-hal-embassy/integrated-timers",
]
psram = ["esp-hal/opsram-2m", "dep:esp-alloc"]
octal-psram = ["esp-hal/octal-psram", "dep:esp-alloc"]

# https://doc.rust-lang.org/cargo/reference/profiles.html#test
# Test and bench profiles inherit from dev and release respectively.
Expand Down
2 changes: 1 addition & 1 deletion hil-test/tests/spi_half_duplex_write_psram.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! SPI Half Duplex Write Test
//% FEATURES: psram
//% FEATURES: octal-psram
//% CHIPS: esp32s3

#![no_std]
Expand Down

0 comments on commit 37f7bff

Please sign in to comment.