esp-hal/esp-hal-common/src
2022-10-20 17:44:08 +02:00
..
analog ESP32S3: Add ADC support 2022-10-20 17:44:08 +02:00
clocks_ll Update esp-hal-common to use the newest PACs 2022-10-19 07:00:20 -07:00
cpu_control Implement starting a task on second core of ESP32 and ESP32-S3 2022-07-05 17:41:55 +02:00
dma Basic DMA for ESP32-C3 2022-10-13 10:14:51 -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 Add startup code and build/linker scripts, add ADC, eFuse, GPIO, and TIMG 2022-10-11 10:11:36 -07:00
interrupt Fix ESP32-C3 interrupt/exception handling (#207) 2022-10-05 14:15:17 +01: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 More corrections to clocks 2022-10-12 09:28:34 -07:00
delay.rs Update to newest embedded-hal alpha and add embedded-hal-nb 2022-09-29 16:07:49 +02:00
gpio.rs Update esp-hal-common to use the newest PACs 2022-10-19 07:00:20 -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 Basic DMA for ESP32-C3 2022-10-13 10:14:51 -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 Basic DMA for ESP32-C3 2022-10-13 10:14:51 -07:00
system.rs Basic DMA for ESP32-C3 2022-10-13 10:14:51 -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