esp-hal/hil-test/tests
Scott Mabin db39d0197a
Examples and test cleanup (#1590)
* initial cull of examples

* Remove direct vector example, replace with interrupt latency test

* Remove clock monitor in favour of just a test
2024-05-28 18:58:48 +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 Add HIL test for ECC (#1418) 2024-04-10 15:16:20 +00:00
get_time.rs Fix delay on esp32h2. (#1535) 2024-05-03 17:09:17 +00:00
gpio.rs GPIO: Use Level enum instead of plain bool in constructors (#1574) 2024-05-22 12:37:03 +00:00
interrupt.rs Examples and test cleanup (#1590) 2024-05-28 18:58:48 +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 GPIO Refactoring (#1542) 2024-05-15 08:49:33 +00:00
uart.rs GPIO Refactoring (#1542) 2024-05-15 08:49:33 +00:00