esp-hal/esp-hal-common/src
Sergio Gasquez Arcos 854e52c417 Add ESP32- H2 soc/efuse methods (#486)
* feat:  Implement efuse methods

* feat:  Add NUM_PINS

* doc: Update link to point at specific commit

Co-authored-by: Jesse Braham <jessebraham@users.noreply.github.com>

---------

Co-authored-by: Jesse Braham <jessebraham@users.noreply.github.com>
2023-05-08 08:03:08 -07:00
..
aes
analog Use latest PACs and make required changes 2023-03-14 06:23:58 -07:00
clock Started adding ESP32-H2 support (#482) 2023-05-08 08:03:08 -07:00
dma DMA-enable SPI3 on ESP32-S3 (#507) 2023-05-04 11:40:17 +01:00
embassy Refactor chip-specific code into esp_hal_common::soc module (#412) 2023-02-28 07:49:41 -08:00
interrupt Adding priority based interrupt preemption (#448) 2023-05-05 11:40:54 +01:00
ledc Fix missing semicolon 2023-04-20 02:46:20 -07:00
mcpwm Load config for each device from a TOML files instead of hard-coding in build script (#415) 2023-03-16 06:41:14 -07:00
pcnt Refactor chip-specific code into esp_hal_common::soc module (#412) 2023-02-28 07:49:41 -08:00
rsa rsa peripheral support (#467) 2023-04-11 11:58:10 +01:00
rtc_cntl Started adding ESP32-H2 support (#482) 2023-05-08 08:03:08 -07:00
soc Add ESP32- H2 soc/efuse methods (#486) 2023-05-08 08:03:08 -07:00
twai Load config for each device from a TOML files instead of hard-coding in build script (#415) 2023-03-16 06:41:14 -07:00
assist_debug.rs Add DEBUG-ASSIST functionality (#484) 2023-04-20 07:38:55 -07:00
delay.rs Update to embedded-hal@1.0.0-alpha.10 and embedded-hal-nb@1.0.0-alpha.2 (#487) 2023-04-21 06:52:06 -07:00
gpio.rs ESP32-C3: Disable usb_pad_enable when setting GPIO18/19 to input/output 2023-03-30 06:40:41 -07:00
i2c.rs rustfmt 2023-05-04 14:34:19 +02:00
i2s.rs Use 192 as mclk_multiple for 24-bit I2S 2023-04-07 17:26:39 +10:00
lib.rs Started adding ESP32-H2 support (#482) 2023-05-08 08:03:08 -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 Use T::clone_unchecked instead of self to avoid infinite recursion 2023-03-08 09:17:51 -08:00
prelude.rs Clean up cfg gating and prelude module (#442) 2023-03-20 11:22:55 +00:00
pulse_control.rs Refactor chip-specific code into esp_hal_common::soc module (#412) 2023-02-28 07:49:41 -08: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
rom.rs
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 DMA-enable SPI3 on ESP32-S3 (#507) 2023-05-04 11:40:17 +01:00
system.rs Started adding ESP32-H2 support (#482) 2023-05-08 08:03:08 -07:00
systimer.rs
timer.rs Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02:00
uart.rs Async serial write (#510) 2023-05-05 09:05:15 -07:00
usb_serial_jtag.rs Implement embedded_hal_nb::serial::* traits for UsbSerialJtag (#498) 2023-05-02 12:14:15 +01:00