Armando
|
486c765a93
|
adc: remove adc_hal_conf.h
Macros inside adc_hal_conf.h are moved to adc_ll.h
|
2023-02-23 11:48:31 +08:00 |
|
Armando
|
5653018cd1
|
esp_adc: support selecting clock source for oneshot driver
|
2023-02-23 11:48:31 +08:00 |
|
Armando
|
c71c0996e3
|
esp_adc: added an all-in-one API to get calibrated voltage
|
2023-01-18 16:38:18 +08:00 |
|
Armando
|
5be3c21cfc
|
adc: improve power logic
|
2023-01-09 17:10:04 +08:00 |
|
Armando
|
ded528e188
|
adc: no longer support adc2 oneshot mode on esp32c3
Due to HW limitation, we don't support this anymore. On c3, ADC2 under oneshot mode is not stable.
However, you can enable CONFIG_ADC_ONESHOT_FORCE_USE_ADC2_ON_C3 to force use
ADC2.
Refer to errata to know more details:
https://www.espressif.com/sites/default/files/documentation/esp32-s3_errata_en.pdf
https://www.espressif.com/sites/default/files/documentation/esp32-c3_errata_en.pdf
|
2022-12-16 02:06:03 +00:00 |
|
Armando
|
50a8d8412e
|
esp_adc: remove wno flag
|
2022-08-26 15:08:18 +08:00 |
|
Armando
|
5e6a16380a
|
esp_adc: move adc common hw related code into esp_hw_support
|
2022-07-28 03:49:48 +00:00 |
|
Armando
|
5b523a3313
|
esp_adc: new esp_adc component and adc drivers
|
2022-07-15 18:31:00 +08:00 |
|