esp-idf/components/soc/esp32
songruo 60bb5c913d clk_tree: prework of introducing clk subsystem control
1. Clean up clk usage in IDF, replace rtc_clk_xtal/apb_freq_get with
   upper level API esp_clk_xtal/apb_freq
2. Fix small errors and wrong comments related to clock
3. Add clk_tree_defs.h to provide an unified clock id for each chip
   Modify the NGed drivers to adopt new clock ids
2022-04-11 12:09:06 +08:00
..
include/soc clk_tree: prework of introducing clk subsystem control 2022-04-11 12:09:06 +08:00
ld soc: Adds efuse hal 2022-02-24 22:20:09 +08:00
CMakeLists.txt
adc_periph.c
dac_periph.c
gpio_periph.c
i2c_periph.c
i2s_periph.c i2s: update copyright 2022-02-21 21:28:48 +08:00
interrupts.c
lcd_periph.c lcd: support I2S1 LCD mode on esp32 2022-03-14 13:55:01 +08:00
ledc_periph.c
mcpwm_periph.c
pcnt_periph.c pulse_cnt: new driver for PCNT peripheral 2022-03-03 22:38:32 +08:00
rmt_periph.c rmt: document and improve LL driver 2022-03-09 10:58:12 +08:00
rtc_io_periph.c
sdio_slave_periph.c
sdmmc_periph.c
sigmadelta_periph.c
spi_periph.c
timer_periph.c
touch_sensor_periph.c
uart_periph.c