esp-hal/hil-test/tests
Sergio Gasquez Arcos b5f0246129
Reordered RX-TX pairs to be consistent (#2074)
* feat: Update rx-tx order in i2s

* feat: Update rx-tx order in dma macros

* feat: Update rx-tx order in spi

* feat: Update rx-tx order in aes

* feat: Update rx-tx order in mem2mem

* feat: Update rx-tx order in twai and split methods

* feat: Update rx-tx order in twai

* feat: Update rx-tx order in twai and uart docs

* docs: Add sentence about order

* docs: Update changelog

* feat: Update rx-tx order in embassy_interrupt_spi_dma tests

* style: Rustfmt

* docs: Migrating guide

* fix: Typo

Co-authored-by: Dániel Buga <bugadani@gmail.com>

* fix: Diff

Co-authored-by: Dániel Buga <bugadani@gmail.com>

* fix: Tests rx-tx order

* fix: Update new_with_default_pins order

* feat: Update rx/tx order in hil_test::common_test_pins!

* feat: Update dma_extmem2mem example

* fix: Revert deleted input arg

* style: rustfmt

* feat: Disable test_asymmetric_dma_transfer for S2

---------

Co-authored-by: Dániel Buga <bugadani@gmail.com>
2024-09-06 09:56:10 +00:00
..
aes_dma.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
aes.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
clock_monitor.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
crc.rs
delay.rs Rename esp_hal::time::current_time to esp_hal::time::now (#2091) 2024-09-05 14:57:56 +00:00
dma_macros.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
dma_mem2mem.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
ecc.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
embassy_interrupt_executor.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
embassy_interrupt_spi_dma.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
embassy_timers_executors.rs Enable ESP32 HIL (#1977) 2024-09-06 08:53:27 +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.rs Enable ESP32 HIL (#1977) 2024-09-06 08:53:27 +00:00
i2c.rs Enable ESP32 HIL (#1977) 2024-09-06 08:53:27 +00:00
i2s_async.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
i2s.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +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 Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
lcd_cam_i8080.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
pcnt.rs Enable ESP32 HIL (#1977) 2024-09-06 08:53:27 +00:00
qspi_read.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
qspi_write_read.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
qspi_write.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
rmt.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
rsa_async.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
rsa.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
sha.rs Improve SHA driver API (#2049) 2024-09-05 11:39:46 +00:00
spi_full_duplex_dma_async.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
spi_full_duplex_dma_pcnt.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
spi_full_duplex_dma.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
spi_full_duplex.rs Enable ESP32 HIL (#1977) 2024-09-06 08:53:27 +00:00
spi_half_duplex_read.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
spi_half_duplex_write.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
systimer.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
twai.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
uart_async.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
uart_tx_rx_async.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
uart_tx_rx.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
uart.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
usb_serial_jtag.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00