esp-hal/hil-test/tests
Jesse Braham 48e3e912f3
Extract embassy support into esp-hal-embassy package (#1595)
* Extract embassy support into `esp-hal-embassy` package

* Update relevant packages/examples/tests to get CI green again

* Add back `defmt` support

* Re-export `Executor` and `InterruptExecutor` rather than making `executor` module public

* Document the `esp-hal-embassy` package

* Update `CHANGELOG.md`

* Hack together a "fix" for the `SYSTIMER` time driver

* Make `clippy` shut up
2024-06-03 11:27:20 +00:00
..
aes_dma.rs AES DMA HIL Tests (#1426) 2024-04-15 09:24:07 +00:00
aes.rs Support 192 and 256-bit keys for AES (#1316) 2024-04-16 16:51:25 +00:00
clock_monitor.rs Remove the SystemExt trait and rename SystemParts to SystemControl (#1495) 2024-04-23 13:25:03 +00:00
crc.rs HIL SHA tests (#1422) 2024-04-11 15:42:15 +00:00
delay.rs Enable C3, H2, S2 and S3 HIL (#1513) 2024-05-02 15:35:23 +00:00
ecc.rs
get_time.rs Fix delay on esp32h2. (#1535) 2024-05-03 17:09:17 +00:00
gpio.rs Extract embassy support into esp-hal-embassy package (#1595) 2024-06-03 11:27:20 +00:00
i2s.rs Add I2S HIL test (#1635) 2024-05-29 13:56:54 +00:00
interrupt.rs Add I2S HIL test (#1635) 2024-05-29 13:56:54 +00:00
rsa.rs HIL SHA tests (#1422) 2024-04-11 15:42:15 +00:00
sha.rs HIL SHA tests (#1422) 2024-04-11 15:42:15 +00:00
spi_full_duplex_dma.rs Enable C3, H2, S2 and S3 HIL (#1513) 2024-05-02 15:35:23 +00:00
spi_full_duplex.rs Enable C3, H2, S2 and S3 HIL (#1513) 2024-05-02 15:35:23 +00:00
uart_async.rs Extract embassy support into esp-hal-embassy package (#1595) 2024-06-03 11:27:20 +00:00
uart.rs GPIO Refactoring (#1542) 2024-05-15 08:49:33 +00:00