esp-hal/esp-hal-common/src
Björn Quentin 9b3e644e30
Detangle I2C clock calculation (#263)
* Detangle I2C clock calculation

- fixes ESP32-C2 in release mode
- fixes the MPU6050 init problem

* Converted NOTE to FIXME
2022-11-16 11:31:04 +00:00
..
analog ADC: Refactor, join S2 and S3 together and C2 and C3 as well (#245) 2022-11-02 10:38:03 -07:00
clocks_ll Update esp-hal-common to use the newest PACs 2022-10-19 07:00:20 -07:00
cpu_control remove lifetime annotations from cpu_control::start_app_core 2022-10-31 14:46:31 +01:00
dma Update to newest PACs for C2/C3/S3 and clean up GDMA implementation 2022-11-03 11:17:51 -07:00
efuse Add startup code and build/linker scripts, add ADC, eFuse, GPIO, and TIMG 2022-10-11 10:11:36 -07:00
embassy Initial embassy support (#225) 2022-11-09 08:04:38 -08:00
gpio add/correct docs for gpio::OutputSignal and add PWM output signal to ESP32-S3 2022-11-07 02:13:53 +01:00
interrupt Initial embassy support (#225) 2022-11-09 08:04:38 -08:00
ledc Add LEDC support for ESP32-C2 2022-11-04 08:19:53 -07:00
rtc Update esp-hal-common to use the newest PACs 2022-10-19 07:00:20 -07:00
utils
clock.rs ESP32-C2 APB clock is 40MHz, not 80MHz 2022-11-02 13:11:00 +01:00
delay.rs
embassy.rs Initial embassy support (#225) 2022-11-09 08:04:38 -08:00
gpio.rs Support USB-DEVICE on ESP32-S3 and ESP32-S2 2022-11-02 07:14:50 -07:00
i2c.rs Detangle I2C clock calculation (#263) 2022-11-16 11:31:04 +00:00
lib.rs Initial embassy support (#225) 2022-11-09 08:04:38 -08:00
otg_fs.rs ADC: Refactor, join S2 and S3 together and C2 and C3 as well (#245) 2022-11-02 10:38:03 -07:00
prelude.rs Initial embassy support (#225) 2022-11-09 08:04:38 -08:00
pulse_control.rs Fix ESP32-C3 interrupt/exception handling (#207) 2022-10-05 14:15:17 +01:00
rng.rs
rom.rs More corrections to clocks 2022-10-12 09:28:34 -07:00
rtc_cntl.rs Update esp-hal-common to use the newest PACs 2022-10-19 07:00:20 -07:00
serial.rs Fix UART unlisten calls so they clear the interrupt enable bit instead of setting it 2022-11-13 12:30:13 +11:00
spi.rs ADC: Refactor, join S2 and S3 together and C2 and C3 as well (#245) 2022-11-02 10:38:03 -07:00
system.rs Add Mcpwm0 and Mcpwm1 to system::Peripheral 2022-11-07 13:24:17 -08:00
systimer.rs Initial embassy support (#225) 2022-11-09 08:04:38 -08:00
timer.rs Initial embassy support (#225) 2022-11-09 08:04:38 -08:00
usb_serial_jtag.rs