esp-hal/esp-hal-common/src
Björn Quentin c46719e112
Merge pull request #255 from dimpolo/mcpwm
MCPWM MVP implementation
2022-12-01 08:34:16 +01:00
..
analog GPIO module refactoring 2022-11-29 12:03:04 +01: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 Finalize I2S RX Implementation 2022-11-24 10:16:08 -08: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 GPIO module refactoring 2022-11-29 12:03:04 +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
mcpwm resolve mcpwm FIXME 2022-11-30 00:55:58 +01:00
rtc Update esp-hal-common to use the newest PACs 2022-10-19 07:00:20 -07:00
utils RMT: Shouldn't be possible to assign pins multiple times into channel 2022-09-20 12:33:17 +02:00
clock.rs use Clocks.pwm_clock on ESP32 2022-11-30 00:55:38 +01:00
delay.rs Update to newest embedded-hal alpha and add embedded-hal-nb 2022-09-29 16:07:49 +02:00
embassy.rs Add more configuration symbols and simplify the build script 2022-11-17 07:29:35 -08:00
gpio.rs GPIO module refactoring 2022-11-29 12:03:04 +01:00
i2c.rs remove i2c::SetupError and make i2c::I2C::new infallible 2022-11-29 14:19:45 +01:00
i2s.rs Finalize I2S RX Implementation 2022-11-24 10:16:08 -08:00
lib.rs WIP MCPWM implementation 2022-11-30 00:55:38 +01: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 Add more trait re-exports to prelude module (#260) 2022-11-23 07:24:47 -08:00
pulse_control.rs Fix ESP32-C3 interrupt/exception handling (#207) 2022-10-05 14:15:17 +01:00
rng.rs Adds Rng::random() -> u32 2022-03-24 08:44:04 -07:00
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 Add more configuration symbols and simplify the build script 2022-11-17 07:29:35 -08:00
sha.rs Fix clippy warnings, update READMEs (#284) 2022-11-30 10:13:40 -08:00
spi.rs Preliminary I2S Implementation 2022-11-17 08:24:43 -08:00
system.rs Preliminary I2S Implementation 2022-11-17 08:24:43 -08:00
systimer.rs Initial embassy support (#225) 2022-11-09 08:04:38 -08:00
timer.rs Add more configuration symbols and simplify the build script 2022-11-17 07:29:35 -08:00
usb_serial_jtag.rs Implemented ability to write bytes in UsbSerialJtag 2022-11-22 10:52:05 -08:00