Skip to content

Commit

Permalink
Re-enable test on S3
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Aug 23, 2024
1 parent d698140 commit 49a3864
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hil-test/tests/spi_full_duplex_dma.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ mod tests {

#[test]
#[timeout(3)]
// S3 is disabled due to https://github.com/esp-rs/esp-hal/issues/1524#issuecomment-2255306292
#[cfg(not(feature = "esp32s3"))]
fn test_asymmetric_dma_transfer(ctx: Context) {
let (tx_buffer, tx_descriptors, rx_buffer, rx_descriptors) = dma_buffers!(4, 2);
let mut dma_tx_buf = DmaTxBuf::new(tx_descriptors, tx_buffer).unwrap();
Expand Down

0 comments on commit 49a3864

Please sign in to comment.