| .. |
|
analog
|
Reading raw ADC data for ESP32-C3
|
2022-07-07 18:39:11 +02:00 |
|
clocks_ll
|
Fix invocation of esp32_update_cpu_freq (#124)
|
2022-07-27 14:24:26 +01:00 |
|
cpu_control
|
Implement starting a task on second core of ESP32 and ESP32-S3
|
2022-07-05 17:41:55 +02:00 |
|
efuse
|
Implement DAC support for ESP32/ESP32-S2 (#92)
|
2022-06-30 11:57:16 -07:00 |
|
gpio
|
Add basic LEDC support for esp32, esp32c3, esp32s2 and esp32s3
|
2022-07-29 12:22:27 +02:00 |
|
interrupt
|
perf: vectored interrupt improvements
|
2022-07-26 23:30:50 +01:00 |
|
ledc
|
Fix LEDC divider calculation, use REF_TICK when needed
|
2022-08-08 14:41:55 +02:00 |
|
utils
|
Add some config options to the UART driver (#99)
|
2022-07-12 08:00:02 -07:00 |
|
clock.rs
|
CPU clock settings for ESP32-S2 and ESP32-S3
|
2022-07-22 16:09:38 +02:00 |
|
delay.rs
|
Put the embedded-hal alpha trait implementations behind a feature (#88)
|
2022-06-27 10:13:18 +01:00 |
|
gpio.rs
|
Use the correct AlternateFunction for GPIO (#137)
|
2022-08-08 12:02:40 +01:00 |
|
i2c.rs
|
Add some config options to the UART driver (#99)
|
2022-07-12 08:00:02 -07:00 |
|
lib.rs
|
Refactor the LEDC driver to reduce code duplication (#130)
|
2022-08-03 14:48:45 +01:00 |
|
prelude.rs
|
Refactor the LEDC driver to reduce code duplication (#130)
|
2022-08-03 14:48:45 +01:00 |
|
pulse_control.rs
|
Add some config options to the UART driver (#99)
|
2022-07-12 08:00:02 -07:00 |
|
rng.rs
|
Adds Rng::random() -> u32
|
2022-03-24 08:44:04 -07:00 |
|
rtc_cntl.rs
|
Move Super Watchdog functions into RTC_CNTL common implementation (#125)
|
2022-07-27 13:37:37 -07:00 |
|
serial.rs
|
Additional UART/Serial features
|
2022-07-13 22:46:34 +02:00 |
|
spi.rs
|
Make it easy to leave out some of the SPI pins
|
2022-07-27 16:14:40 +02:00 |
|
system.rs
|
Add basic LEDC support for esp32, esp32c3, esp32s2 and esp32s3
|
2022-07-29 12:22:27 +02:00 |
|
systimer.rs
|
[esp32c3] SYSTIMER peripheral (#76)
|
2022-06-10 07:53:45 -07:00 |
|
timer.rs
|
Separate TIMG into timer0, (timer1), wdt (#104)
|
2022-07-20 06:51:39 -07:00 |
|
usb_serial_jtag.rs
|
Use the PTR constant instead of the ptr() function for peripherals
|
2022-06-07 10:08:52 -07:00 |