esp-hal/esp-hal-common/src
Jesse Braham c5f0060d34
Miscellaneous fixes/improvements (#627)
* Un-comment remaining device peripheral definitions for ESP32-H2

* Re-work `RadioExt` implementations, add support for ESP32-H2

* README updates for ESP32-C6/H2

* Update CHANGELOG
2023-06-27 07:14:31 -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 Update PDMA descriptor docs 2023-06-26 18:55:53 +02:00
embassy Use both timers in TIMG0 for embassy time driver when able (#609) 2023-06-21 06:55:18 -07:00
interrupt Clean up re-exports and make small improvements to documentation (#607) 2023-06-22 06:46:50 -07:00
ledc H2: Add initial LEDC support with example 2023-05-29 07:11:44 -07:00
mcpwm Initial support for MCPWM in ESP32-H2 (#544) 2023-05-16 09:00:11 -07:00
pcnt Clean up re-exports and make small improvements to documentation (#607) 2023-06-22 06:46:50 -07:00
rom Add MD5 functionality from ESP ROM (#618) 2023-06-26 09:01:34 +02:00
rsa Update documentation (#606) 2023-06-21 04:03:15 -07:00
rtc_cntl Clean up re-exports and make small improvements to documentation (#607) 2023-06-22 06:46:50 -07:00
soc Miscellaneous fixes/improvements (#627) 2023-06-27 07:14:31 -07:00
twai implement Copy and Eq for EspTwaiError 2023-05-15 08:20:12 -07:00
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 Clean up re-exports and make small improvements to documentation (#607) 2023-06-22 06:46:50 -07:00
i2c.rs Avoid SDA/SCL low during pin config 2023-06-26 11:06:01 +02:00
i2s.rs Remove redundant trait bounds 2023-06-26 19:31:23 +02:00
lib.rs Clean up re-exports and make small improvements to documentation (#607) 2023-06-22 06:46:50 -07:00
otg_fs.rs Refactor chip-specific code into esp_hal_common::soc module (#412) 2023-02-28 07:49:41 -08:00
peripheral.rs Clean up re-exports and make small improvements to documentation (#607) 2023-06-22 06:46:50 -07:00
prelude.rs Add WithDmaSpi3 to prelude on espd32s3 2023-06-26 18:24:02 +02:00
pulse_control.rs Clean up re-exports and make small improvements to documentation (#607) 2023-06-22 06:46:50 -07:00
radio.rs Miscellaneous fixes/improvements (#627) 2023-06-27 07:14:31 -07:00
reset.rs Clean up re-exports and make small improvements to documentation (#607) 2023-06-22 06:46:50 -07:00
rng.rs Peripheral ref/rng (#306) 2022-12-14 09:20:01 +00:00
sha.rs Clean up re-exports and make small improvements to documentation (#607) 2023-06-22 06:46:50 -07:00
spi.rs Clean up re-exports and make small improvements to documentation (#607) 2023-06-22 06:46:50 -07:00
system.rs Clean up re-exports and make small improvements to documentation (#607) 2023-06-22 06:46:50 -07:00
systimer.rs Clean up re-exports and make small improvements to documentation (#607) 2023-06-22 06:46:50 -07:00
timer.rs Clean up re-exports and make small improvements to documentation (#607) 2023-06-22 06:46:50 -07:00
uart.rs Async serial uart read (#620) 2023-06-26 16:56:32 +01:00
usb_serial_jtag.rs Clean up re-exports and make small improvements to documentation (#607) 2023-06-22 06:46:50 -07:00