| .. |
|
aes
|
Initial support for AES in ESP32-H2 (#528)
|
2023-05-12 13:46:22 +02:00 |
|
analog
|
Fix C3 ADC2 channel assignment
|
2023-05-26 10:38:57 -07:00 |
|
clock
|
Udpate H2 and C6 clocks. Remove i2c_clock for all chips but ESP32 (#592)
|
2023-06-19 03:31:42 -07:00 |
|
dma
|
Add all SPI examples for the ESP32-H2 (#549)
|
2023-05-31 09:49:13 +02:00 |
|
embassy
|
simplify timg time driver impl
|
2023-05-10 07:10:16 -07:00 |
|
interrupt
|
Adding priority based interrupt preemption (#448)
|
2023-05-05 11:40:54 +01: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
|
Refactor chip-specific code into esp_hal_common::soc module (#412)
|
2023-02-28 07:49:41 -08:00 |
|
rom
|
Add CRC functionality from ESP ROM (#587)
|
2023-06-14 05:40:51 -07:00 |
|
rsa
|
Initial support for RSA in ESP32-H2 (#526)
|
2023-05-15 09:42:19 +01:00 |
|
rtc_cntl
|
Support FOSC CLK calibration for ECO1+ chip revisions of ESP32C6 (#593)
|
2023-06-15 05:24:09 -07:00 |
|
soc
|
Initial support for RNG in ESP32-H2 (#591)
|
2023-06-14 07:31:47 -07:00 |
|
twai
|
implement Copy and Eq for EspTwaiError
|
2023-05-15 08:20:12 -07:00 |
|
assist_debug.rs
|
Add DEBUG-ASSIST functionality (#484)
|
2023-04-20 07:38:55 -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
|
Add an is_done() poll method to DMA transfers
|
2023-05-25 04:48:21 +00:00 |
|
lib.rs
|
Set vecbase on core1
|
2023-05-15 16:09:43 +02: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
|
Use T::clone_unchecked instead of self to avoid infinite recursion
|
2023-03-08 09:17:51 -08:00 |
|
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
|
radio impls
|
2023-03-01 08:51:34 -08:00 |
|
reset.rs
|
use bitflags to decode wakeup cause (#473)
|
2023-04-11 11:10:17 +01:00 |
|
rng.rs
|
Peripheral ref/rng (#306)
|
2022-12-14 09:20:01 +00:00 |
|
sha.rs
|
Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463)
|
2023-03-31 09:51:34 +02: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
|
Add some miscellaneous examples for the ESP32-H2 (#548)
|
2023-05-17 07:13:47 -07:00 |
|
timer.rs
|
H2: Add timer_interrupt example (#576)
|
2023-06-06 07:18:20 -07:00 |
|
uart.rs
|
Add ESP32-H2 support for TIMG and UART (#500)
|
2023-05-08 08:03:08 -07:00 |
|
usb_serial_jtag.rs
|
Implement embedded_hal_nb::serial::* traits for UsbSerialJtag (#498)
|
2023-05-02 12:14:15 +01:00 |