esp-hal/hil-test/tests
Scott Mabin f32565b4af
Embassy enable thread and interrupt by default, enable embassy when building docs (#1485)
* Remove interrupt and thread executor embassy features

* Reserve sw interrupt 3 (4) instead of 0 for multicore systems with the embassy feature enabled

* Remove uneeded #[feature()] from examples

* Fix HIL tests

* Add thread mode context id and fix up examples

* improve embassy module docs

* changelog

* fixup hil tests

* Fixup usb examples
2024-05-02 15:58:04 +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 Enable C3, H2, S2 and S3 HIL (#1513) 2024-05-02 15:35:23 +00:00
gpio.rs Embassy enable thread and interrupt by default, enable embassy when building docs (#1485) 2024-05-02 15:58:04 +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 Embassy enable thread and interrupt by default, enable embassy when building docs (#1485) 2024-05-02 15:58:04 +00:00
uart.rs Enable C3, H2, S2 and S3 HIL (#1513) 2024-05-02 15:35:23 +00:00