Armando
|
dd9bcef9ea
|
refactor(adc): maintain s_adc_tsen_enabled in adc driver
|
2023-07-12 16:35:51 +08:00 |
|
laokaiyao
|
6f673e95c9
|
adc_oneshot: move power acquire back to adc_oneshot_new_unit
Revert and fix of d197c59eaa in !23575
adc_cali: fix the condition of ocode calibration
|
2023-07-05 12:48:11 +08:00 |
|
laokaiyao
|
e90a2d50c4
|
adc_cali: supported channel compensation of adc calibration on esp32c6
|
2023-07-05 12:48:11 +08:00 |
|
wuzhenghui
|
ed076c2bc8
|
bugfix: move adc_oneshot_power_acquire/release to adc_oneshot_read
Closes https://github.com/espressif/esp-idf/issues/10595
Closes https://github.com/espressif/esp-idf/issues/11386
|
2023-05-18 20:08:47 +08:00 |
|
Song Ruo Jing
|
202b18b5fa
|
esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx, add compilation warning to clk_tree.h
|
2023-04-27 11:11:18 +00:00 |
|
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 |
|