esp-hal/qa-test/src/bin
Dániel Buga aed0fac0eb
Rewrite time driver (#2559)
* Rewrite time driver

* Don't store priority

* Changelog

* Fix doc example

* Use separate locks for Alarms

* Mention generic queues

* Cache the next wakeup timestamp

* Immediately repoll if timestamp is in the past

* Add benchmark

* Remove equality check for now

* Enable interrupts when allocating the alarm

* Clean up

* Use relaxed ordering

* wut

* Typo

* Move benchmar

* fmt
2024-11-25 17:02:47 +00:00
..
embassy_executor_benchmark.rs Rewrite time driver (#2559) 2024-11-25 17:02:47 +00:00
embassy_i2c_bmp180_calibration_data.rs Add the qa-test package (#2558) 2024-11-18 11:00:17 +00:00
embassy_i2c.rs Add the qa-test package (#2558) 2024-11-18 11:00:17 +00:00
embassy_i2s_read.rs [DMA 7/8]: Remove Dma, move channels to Peripherals (#2545) 2024-11-25 09:31:18 +00:00
embassy_i2s_sound.rs [DMA 7/8]: Remove Dma, move channels to Peripherals (#2545) 2024-11-25 09:31:18 +00:00
i2c_bmp180_calibration_data.rs Add the qa-test package (#2558) 2024-11-18 11:00:17 +00:00
i2c_display.rs Add the qa-test package (#2558) 2024-11-18 11:00:17 +00:00
lcd_cam_ov2640.rs [DMA 7/8]: Remove Dma, move channels to Peripherals (#2545) 2024-11-25 09:31:18 +00:00
lcd_dpi.rs [DMA 7/8]: Remove Dma, move channels to Peripherals (#2545) 2024-11-25 09:31:18 +00:00
lcd_i8080.rs [DMA 7/8]: Remove Dma, move channels to Peripherals (#2545) 2024-11-25 09:31:18 +00:00
psram_octal.rs Remove more examples. Update doctests. (#2547) 2024-11-25 08:13:35 +00:00
psram_quad.rs Remove more examples. Update doctests. (#2547) 2024-11-25 08:13:35 +00:00
qspi_flash.rs [DMA 7/8]: Remove Dma, move channels to Peripherals (#2545) 2024-11-25 09:31:18 +00:00
ram.rs Remove more examples. Update doctests. (#2547) 2024-11-25 08:13:35 +00:00
sleep_timer_ext0.rs Remove more examples. Update doctests. (#2547) 2024-11-25 08:13:35 +00:00
sleep_timer_ext1.rs Remove more examples. Update doctests. (#2547) 2024-11-25 08:13:35 +00:00
sleep_timer_lpio.rs Remove more examples. Update doctests. (#2547) 2024-11-25 08:13:35 +00:00
sleep_timer_rtcio.rs Remove more examples. Update doctests. (#2547) 2024-11-25 08:13:35 +00:00
sleep_timer.rs Remove more examples. Update doctests. (#2547) 2024-11-25 08:13:35 +00:00
spi_halfduplex_read_manufacturer_id.rs Add the qa-test package (#2558) 2024-11-18 11:00:17 +00:00