esp-hal/hil-test/tests
Kirill Mikhailov 17492f6b62
Support 192 and 256-bit keys for AES (#1316)
* Support 192 and 256-bit keys for AES

* quick fix

* Not `panic`ing on wrong key length

* fmt + hil

Update comment

* Add more doc comments

* Use `Key` enum for DMA mode

fix

* API fix: make some critical functions private

* Use `Into<Key>` instead of forcing users to call funcs with `key.into()`
2024-04-16 16:51:25 +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 Clock monitor HIL test (#1425) 2024-04-15 09:54:55 +00:00
crc.rs HIL SHA tests (#1422) 2024-04-11 15:42:15 +00:00
ecc.rs Add HIL test for ECC (#1418) 2024-04-10 15:16:20 +00:00
gpio.rs Enable S3 HIL (#1338) 2024-04-16 12:09:18 +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 Add SPI Full Duplex DMA test (#1443) 2024-04-16 10:26:53 +00:00
spi_full_duplex.rs Add SPI Full Duplex DMA test (#1443) 2024-04-16 10:26:53 +00:00
uart_async.rs HIL updates (#1412) 2024-04-11 14:04:32 +00:00
uart.rs Refactor testing, add defmt, add async gpio test (#1363) 2024-04-02 15:28:15 +00:00