esp-idf/components/soc/esp32c3
Armando 2d37bfa126 driver: Add adc_digi single conversion mode
- add lock for single read and continuous read APIs
- update onetime read start singal delay for hardware limitation[*]
- move adc_caps to soc_caps.h
- update license dates

[*] There is a hardware limitation. If the APB clock frequency is high, the
step of this reg signal: ``onetime_start`` may not be captured by the
ADC digital controller (when its clock frequency is too slow). A rough
estimate for this step should be at least 3 ADC digital controller
clock cycle.
2020-12-23 09:53:24 +11:00
..
include/soc driver: Add adc_digi single conversion mode 2020-12-23 09:53:24 +11:00
adc_periph.c soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
CMakeLists.txt soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
gpio_periph.c soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
i2c_apll.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
i2c_bbpll.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
i2c_periph.c soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
i2s_periph.c soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
interrupts.c soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
ledc_periph.c soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
rmt_periph.c soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
sigmadelta_periph.c soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
spi_periph.c soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
timer_periph.c soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
uart_periph.c soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00