esp-hal/hil-test/tests
Dániel Buga 6127f5df11
Further clean up timers/executors test (#1953)
* Further clean up embassy_timers_executors

* Do not delay for so long

* Print timer values on assert failure

* Clean up some more

* Retry test a few times to counteract probe-rs halting us

* Fix formatting
2024-08-16 06:08:32 +00:00
..
aes_dma.rs Housekeeping: fix warnings, rename some examples, etc. (#1786) 2024-07-12 09:35:55 +00:00
aes.rs Support 192 and 256-bit keys for AES (#1316) 2024-04-16 16:51:25 +00:00
clock_monitor.rs Implement InterruptConfigurable (#1819) 2024-07-18 13:37:46 +00:00
crc.rs HIL SHA tests (#1422) 2024-04-11 15:42:15 +00:00
delay.rs Enable C2 HIL (#1680) 2024-06-26 14:17:40 +00:00
dma_macros.rs support dma chunk sizes other than 4092 (#1758) 2024-07-15 12:00:33 +00:00
dma_mem2mem.rs support dma chunk sizes other than 4092 (#1758) 2024-07-15 12:00:33 +00:00
ecc.rs Implement InterruptConfigurable (#1819) 2024-07-18 13:37:46 +00:00
embassy_interrupt_executor.rs Fix an infinite loop in interrupt executors (#1936) 2024-08-13 12:51:26 +00:00
embassy_timers_executors.rs Further clean up timers/executors test (#1953) 2024-08-16 06:08:32 +00:00
get_time.rs Update probe-rs, prebuild xtask for HIL tests (#1939) 2024-08-14 15:47:52 +00:00
gpio.rs Use peripheral ref pattern for OneShotTimer and PeriodicTimer` (#1855) 2024-07-25 12:52:34 +00:00
i2s_async.rs Clean up i2s_async test, add option to repeat (#1951) 2024-08-15 11:48:23 +00:00
i2s.rs Enable i2s HIL test for esp32h2 (#1755) 2024-07-04 15:28:37 +00:00
interrupt.rs Housekeeping: fix warnings, rename some examples, etc. (#1786) 2024-07-12 09:35:55 +00:00
lcd_cam_i8080_async.rs Implement async for lcd_cam i8080 (#1834) 2024-07-29 13:59:52 +00:00
lcd_cam_i8080.rs Implement async for lcd_cam i8080 (#1834) 2024-07-29 13:59:52 +00:00
pcnt.rs Implement InterruptConfigurable (#1819) 2024-07-18 13:37:46 +00:00
rmt.rs Implement InterruptConfigurable (#1819) 2024-07-18 13:37:46 +00:00
rsa.rs Implement InterruptConfigurable (#1819) 2024-07-18 13:37:46 +00:00
sha.rs Implement InterruptConfigurable (#1819) 2024-07-18 13:37:46 +00:00
spi_full_duplex_dma.rs ci: Disable test_asymmetric_dma_transfer for S3 (#1888) 2024-07-31 15:47:44 +00:00
spi_full_duplex.rs Enable C2 HIL (#1680) 2024-06-26 14:17:40 +00:00
spi_half_duplex_read.rs Add SPI Half Duplex Read HIL test (#1782) 2024-07-11 12:55:59 +00:00
spi_half_duplex_write.rs Implement InterruptConfigurable (#1819) 2024-07-18 13:37:46 +00:00
twai.rs Adding TWAI HIL test (#1946) 2024-08-14 14:06:08 +00:00
uart_async.rs Enable C2 HIL (#1680) 2024-06-26 14:17:40 +00:00
uart_tx_rx_async.rs Enable C2 HIL (#1680) 2024-06-26 14:17:40 +00:00
uart_tx_rx.rs Implement InterruptConfigurable (#1819) 2024-07-18 13:37:46 +00:00
uart.rs Housekeeping: fix warnings, rename some examples, etc. (#1786) 2024-07-12 09:35:55 +00:00