esp-hal/esp-hal-common/src
Björn Quentin 4e88e48bbe
Remove unnecessary rt crate dependencies (#391)
* Remove unnecessary `rt` crate dependencies

* Bump versions, update to latest released dependencies
2023-02-10 07:24:12 -08:00
..
aes aes accelerator implementation 2023-01-24 10:04:57 -08:00
analog Make DMA marker traits available to users (#356) 2023-01-23 14:10:25 +00:00
clock Fix the references to the ets_update_cpu_frequency_rom ROM function 2023-01-31 09:13:22 -08:00
cpu_control
dma Fix (I2S) circular DMA 2023-02-08 13:14:36 +01:00
efuse
embassy
gpio Async: GPIO (#333) 2023-01-27 10:44:08 -08:00
interrupt Use the new esp-riscv-rt package for RISC-V HALs (#365) 2023-01-27 10:49:38 -08:00
ledc Peripheral ref/gpio (#323) 2022-12-19 14:40:29 +00:00
mcpwm Peripheral ref/gpio (#323) 2022-12-19 14:40:29 +00:00
pcnt pulse counter implementation (#328) 2023-01-17 17:04:22 +00:00
peripherals Update the name of the INTERRUPT peripheral to INTERRUPT_CORE0 2023-01-27 07:06:07 -08:00
rtc_cntl Refactor the clock module, provide ROM functions via linker scripts (#353) 2023-01-23 07:12:33 -08:00
twai enable TWAI on ESP32-S3 (#325) 2023-01-03 10:02:01 -08:00
utils Peripheral ref/gpio (#323) 2022-12-19 14:40:29 +00:00
delay.rs
embassy.rs
gpio.rs AnyPin 2023-02-08 14:31:54 +01:00
i2c.rs Peripheral ref/gpio (#323) 2022-12-19 14:40:29 +00:00
i2s.rs Make DMA marker traits available to users (#356) 2023-01-23 14:10:25 +00:00
lib.rs Remove unnecessary rt crate dependencies (#391) 2023-02-10 07:24:12 -08:00
otg_fs.rs Peripheral ref/gpio (#323) 2022-12-19 14:40:29 +00:00
peripheral.rs Finish PeripheralRef (#334) 2023-01-06 11:35:57 +00:00
prelude.rs Remove unnecessary rt crate dependencies (#391) 2023-02-10 07:24:12 -08:00
pulse_control.rs Peripheral ref/gpio (#323) 2022-12-19 14:40:29 +00:00
rng.rs
rom.rs Refactor the clock module, provide ROM functions via linker scripts (#353) 2023-01-23 07:12:33 -08:00
sha.rs
spi.rs Async SPI (#385) 2023-02-08 11:02:03 +00:00
system.rs aes accelerator implementation 2023-01-24 10:04:57 -08:00
systimer.rs
timer.rs
uart.rs Peripheral ref/gpio (#323) 2022-12-19 14:40:29 +00:00
usb_serial_jtag.rs