esp-hal/esp-hal-common/src
Sergio Gasquez Arcos 310809a5bf
Update documentation (#606)
* docs: 📝 Update documentation

* docs: 🐛 Fix typo
2023-06-21 04:03:15 -07:00
..
aes Update documentation (#606) 2023-06-21 04:03:15 -07:00
analog Fix some warnings relating to ADC and eFuse 2023-06-20 07:43:31 -07:00
clock H2: Add I2S support (#597) 2023-06-19 06:24:09 -07:00
dma H2: Add I2S support (#597) 2023-06-19 06:24:09 -07:00
embassy
interrupt
ledc H2: Add initial LEDC support with example 2023-05-29 07:11:44 -07:00
mcpwm
pcnt
rom Add CRC functionality from ESP ROM (#587) 2023-06-14 05:40:51 -07:00
rsa Update documentation (#606) 2023-06-21 04:03:15 -07:00
rtc_cntl fix: ️ Fix clippy warnings 2023-06-19 03:56:37 -07:00
soc Fix some warnings relating to ADC and eFuse 2023-06-20 07:43:31 -07:00
twai
assist_debug.rs Update documentation (#606) 2023-06-21 04:03:15 -07:00
delay.rs Simplify the Delay driver, derive Clone and Copy (#568) 2023-05-31 06:45:53 -07:00
gpio.rs Async GPIO multibank fix (#572) 2023-06-01 07:35:52 -07:00
i2c.rs Udpate H2 and C6 clocks. Remove i2c_clock for all chips but ESP32 (#592) 2023-06-19 03:31:42 -07:00
i2s.rs H2: Add I2S support (#597) 2023-06-19 06:24:09 -07:00
lib.rs
otg_fs.rs
peripheral.rs
prelude.rs H2: Add initial ADC support with example (#565) 2023-05-31 06:03:27 -07:00
pulse_control.rs Initial support for smartled in ESP32-H2 (#589) 2023-06-14 01:52:23 -07:00
radio.rs
reset.rs
rng.rs
sha.rs fix: ️ Fix clippy warnings 2023-06-19 03:56:37 -07:00
spi.rs Add all SPI examples for the ESP32-H2 (#549) 2023-05-31 09:49:13 +02:00
system.rs Udpate H2 and C6 clocks. Remove i2c_clock for all chips but ESP32 (#592) 2023-06-19 03:31:42 -07:00
systimer.rs
timer.rs H2: Add timer_interrupt example (#576) 2023-06-06 07:18:20 -07:00
uart.rs
usb_serial_jtag.rs