esp-hal/esp-hal-common/src
2022-11-02 07:14:50 -07:00
..
analog Add DMA support for ESP32-S2 2022-10-25 07:38:45 -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 Offer DMA channel 3 and 4 on ESP32-S3 2022-10-31 07:09:15 -07:00
efuse Add startup code and build/linker scripts, add ADC, eFuse, GPIO, and TIMG 2022-10-11 10:11:36 -07:00
gpio Support USB-DEVICE on ESP32-S3 and ESP32-S2 2022-11-02 07:14:50 -07:00
interrupt Fix typo 2022-11-01 20:32:55 +09:00
ledc Inject configuration symbols in build script, simplify cfg gating (#187) 2022-09-14 07:46:23 -07: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 ESP32-C2 APB clock is 40MHz, not 80MHz 2022-11-02 13:11:00 +01:00
delay.rs Update to newest embedded-hal alpha and add embedded-hal-nb 2022-09-29 16:07:49 +02:00
gpio.rs Support USB-DEVICE on ESP32-S3 and ESP32-S2 2022-11-02 07:14:50 -07:00
i2c.rs Fix a bunch of cfg gates, use published version of PAC 2022-10-12 12:25:15 -07:00
lib.rs Support USB-DEVICE on ESP32-S3 and ESP32-S2 2022-11-02 07:14:50 -07:00
otg_fs.rs Support USB-DEVICE on ESP32-S3 and ESP32-S2 2022-11-02 07:14:50 -07:00
prelude.rs Update to newest embedded-hal alpha and add embedded-hal-nb 2022-09-29 16:07:49 +02: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 Create the esp32c2-hal package and add it to the workspace 2022-10-11 08:03:43 -07:00
spi.rs Merge pull request #234 from jessebraham/feature/dma 2022-10-28 16:15:28 +02:00
system.rs Support USB-DEVICE on ESP32-S3 and ESP32-S2 2022-11-02 07:14:50 -07:00
systimer.rs Fix a bunch of cfg gates, use published version of PAC 2022-10-12 12:25:15 -07:00
timer.rs Update esp-hal-common to use the newest PACs 2022-10-19 07:00:20 -07:00
usb_serial_jtag.rs Use the PTR constant instead of the ptr() function for peripherals 2022-06-07 10:08:52 -07:00