esp-hal/hil-test/tests
Dániel Buga 447411fb58
Rework hal initialization (#1970)
* Rework hal initialization

* Turn sw interrupt control into a virtual peripheral

* Return a tuple instead of a named struct

* Fix docs

* Remove SystemClockControl

* Move software interrupts under interrupt

* Re-document what's left in system

* Update time docs

* Update sw int docs

* Introduce Config

* Fix tests

* Remove redundant inits

* Doc

* Clean up examples&tests

* Update tests

* Add changelog entry

* Start migration guide

* Restore some convenience-imports

* Remove Config from prelude
2024-09-02 13:38:46 +00:00
..
aes_dma.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
aes.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
clock_monitor.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
crc.rs Disable RTT polling in HIL tests by default (#1960) 2024-08-19 13:47:22 +00:00
delay.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
dma_macros.rs Disable RTT polling in HIL tests by default (#1960) 2024-08-19 13:47:22 +00:00
dma_mem2mem.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
ecc.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
embassy_interrupt_executor.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
embassy_timers_executors.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
get_time.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
gpio.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
i2s_async.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
i2s.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
interrupt.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
lcd_cam_i8080_async.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
lcd_cam_i8080.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
pcnt.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
qspi_read.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
qspi_write_read.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
qspi_write.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
rmt.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
rsa_async.rs Test and fix async RSA (#2002) 2024-08-28 09:56:05 +00:00
rsa.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
sha.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
spi_full_duplex_dma_async.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
spi_full_duplex_dma_pcnt.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
spi_full_duplex_dma.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
spi_full_duplex.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
spi_half_duplex_read.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
spi_half_duplex_write.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
systimer.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
twai.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
uart_async.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
uart_tx_rx_async.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
uart_tx_rx.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
uart.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
usb_serial_jtag.rs Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00