esp-hal/hil-test/tests
Jesse Braham 3215d93f53
Use peripheral ref pattern for OneShotTimer and PeriodicTimer` (#1855)
* Use the peripheral ref pattern for `OneShotTimer` and `PeriodicTimer`

* Update tests and examples to reflect changes in timer API

* Update `CHANGELOG.md`
2024-07-25 12:52:34 +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
get_time.rs Enable C2 HIL (#1680) 2024-06-26 14:17:40 +00:00
gpio.rs Use peripheral ref pattern for OneShotTimer and PeriodicTimer` (#1855) 2024-07-25 12:52:34 +00:00
i2s_async.rs Fix I2s async-tx (#1833) 2024-07-23 18:09:58 +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
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 [2/3] DMA Move API: Move DMA descriptors to peripheral drivers (#1719) 2024-06-26 14:31:41 +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
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