esp-hal/hil-test/tests
Dániel Buga 973671c3cb
[DMA 3/8] Remove ChannelCreator types, temporarily disable burst mode (#2403)
* Remove ChannelCreator types and burst mode

* Fix up I2sParallel

* Always enable burst transfering descriptors

* Configure burst transfer with a non-bool for future chip support

* Reuse buffer preparation code

* Update LoopBuf as well

* Update lcd_cam tests

* Rename config, fix changelog
2024-11-21 15:01:29 +00:00
..
aes_dma.rs [DMA 3/8] Remove ChannelCreator types, temporarily disable burst mode (#2403) 2024-11-21 15:01:29 +00:00
aes.rs Print test panics using semihosting (#2257) 2024-10-04 06:31:39 +00:00
clock_monitor.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
crc.rs Print test panics using semihosting (#2257) 2024-10-04 06:31:39 +00:00
critical_section.rs Print test panics using semihosting (#2257) 2024-10-04 06:31:39 +00:00
delay_async.rs Implement embedded_hal_async::delay::DelayNs for TIMGx timers (#2084) 2024-09-24 08:50:06 +00:00
delay.rs H2: enable TWAI, enable delay test (#2199) 2024-09-20 07:04:52 +00:00
dma_macros.rs Print test panics using semihosting (#2257) 2024-10-04 06:31:39 +00:00
dma_mem2mem.rs [DMA 3/8] Remove ChannelCreator types, temporarily disable burst mode (#2403) 2024-11-21 15:01:29 +00:00
ecc.rs Print test panics using semihosting (#2257) 2024-10-04 06:31:39 +00:00
embassy_interrupt_executor.rs Systimer improvements (#2451) 2024-11-04 11:36:34 +00:00
embassy_interrupt_spi_dma.rs [DMA 3/8] Remove ChannelCreator types, temporarily disable burst mode (#2403) 2024-11-21 15:01:29 +00:00
embassy_timers_executors.rs Rename and wrap ErasedTimer (#2144) 2024-09-11 20:29:21 +00:00
esp_wifi_floats.rs Add missing Sealed impl (#2560) 2024-11-18 14:15:40 +00:00
get_time.rs Rename esp_hal::time::current_time to esp_hal::time::now (#2091) 2024-09-05 14:57:56 +00:00
gpio_custom_handler.rs Remove pins from Io (#2508) 2024-11-12 10:36:25 +00:00
gpio.rs Remove pins from Io (#2508) 2024-11-12 10:36:25 +00:00
i2c.rs I2c: attempt empty writes (#2506) 2024-11-13 09:57:30 +00:00
i2s.rs [DMA 3/8] Remove ChannelCreator types, temporarily disable burst mode (#2403) 2024-11-21 15:01:29 +00:00
init.rs Allow configuring the watchdogs in the init config (#2180) 2024-09-20 13:51:35 +00:00
interrupt.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
lcd_cam_i8080_async.rs [DMA 3/8] Remove ChannelCreator types, temporarily disable burst mode (#2403) 2024-11-21 15:01:29 +00:00
lcd_cam_i8080.rs [DMA 3/8] Remove ChannelCreator types, temporarily disable burst mode (#2403) 2024-11-21 15:01:29 +00:00
lcd_cam.rs [DMA 3/8] Remove ChannelCreator types, temporarily disable burst mode (#2403) 2024-11-21 15:01:29 +00:00
parl_io_tx_async.rs [DMA 3/8] Remove ChannelCreator types, temporarily disable burst mode (#2403) 2024-11-21 15:01:29 +00:00
parl_io_tx.rs [DMA 3/8] Remove ChannelCreator types, temporarily disable burst mode (#2403) 2024-11-21 15:01:29 +00:00
pcnt.rs Remove get_ prefix from functions (#2528) 2024-11-13 15:40:26 +00:00
qspi.rs [DMA 3/8] Remove ChannelCreator types, temporarily disable burst mode (#2403) 2024-11-21 15:01:29 +00:00
rmt.rs Fix RMT test (#2529) 2024-11-13 13:52:11 +00:00
rsa_async.rs into_async (#2430) 2024-11-04 09:32:12 +00:00
rsa.rs Print test panics using semihosting (#2257) 2024-10-04 06:31:39 +00:00
sha.rs Print test panics using semihosting (#2257) 2024-10-04 06:31:39 +00:00
spi_full_duplex.rs [DMA 3/8] Remove ChannelCreator types, temporarily disable burst mode (#2403) 2024-11-21 15:01:29 +00:00
spi_half_duplex_read.rs [DMA 3/8] Remove ChannelCreator types, temporarily disable burst mode (#2403) 2024-11-21 15:01:29 +00:00
spi_half_duplex_write_psram.rs [DMA 3/8] Remove ChannelCreator types, temporarily disable burst mode (#2403) 2024-11-21 15:01:29 +00:00
spi_half_duplex_write.rs [DMA 3/8] Remove ChannelCreator types, temporarily disable burst mode (#2403) 2024-11-21 15:01:29 +00:00
spi_slave.rs [DMA 3/8] Remove ChannelCreator types, temporarily disable burst mode (#2403) 2024-11-21 15:01:29 +00:00
systimer.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
twai.rs Remove pins from Io (#2508) 2024-11-12 10:36:25 +00:00
uart_async.rs Remove pins from Io (#2508) 2024-11-12 10:36:25 +00:00
uart_regression.rs Remove some unnecessary prelude reexports (#2564) 2024-11-19 13:31:08 +00:00
uart_tx_rx_async.rs Remove pins from Io (#2508) 2024-11-12 10:36:25 +00:00
uart_tx_rx.rs Remove pins from Io (#2508) 2024-11-12 10:36:25 +00:00
uart.rs Remove pins from Io (#2508) 2024-11-12 10:36:25 +00:00
usb_serial_jtag.rs into_async (#2430) 2024-11-04 09:32:12 +00:00