gaoxu
|
e9120b7572
|
fix(tsens): fix temp_sensor affect by adc reset
|
2026-04-22 14:53:57 +08:00 |
|
gaoxu
|
29b6542555
|
ci(adc): add adc oneshot/continuous work with temp_sensor
|
2026-04-22 14:53:57 +08:00 |
|
Jiang Jiang Jian
|
48b82d0690
|
Merge branch 'contrib/github_pr_16130_v5.4' into 'release/v5.4'
esp_adc: Release the peripheral after calibration (GitHub PR) (v5.4)
See merge request espressif/esp-idf!40002
|
2026-03-16 19:22:01 +08:00 |
|
Jiang Jiang Jian
|
165aff222d
|
Merge branch 'fix/esp32_adc_continuous_loss_sample_v5.4' into 'release/v5.4'
Fix/esp32 adc continuous loss sample (v5.4)
See merge request espressif/esp-idf!42830
|
2026-03-16 19:19:42 +08:00 |
|
gaoxu
|
a70f6c5f60
|
fix(adc): fix ESP32/S2 panic when use continuous ADC
|
2026-03-15 12:54:02 +08:00 |
|
gaoxu
|
f21cc28e3c
|
fix(adc): fix ESP32 ADC continuous loss sample times
|
2026-03-15 12:53:34 +08:00 |
|
Evgeny Torbin
|
f7395255da
|
test: format all test scripts
|
2026-03-11 07:34:34 +01:00 |
|
gaoxu
|
5e06c779b0
|
fix(adc): fix ESP32-P4 ADC2 oneshot error and refactor apb claim macor
|
2026-02-04 15:59:23 +08:00 |
|
Deomid rojer Ryabkov
|
060b4c9ef4
|
fix(esp_adc): Release the peripheral after calibration
|
2026-02-04 15:59:23 +08:00 |
|
wuzhenghui
|
40ba25aecd
|
fix(esp_hw_support): fix MODEM_ADC_COMMON_FE destroyed by modem powerdown lightsleep
|
2025-08-08 11:53:30 +08:00 |
|
gaoxu
|
b5b2231268
|
fix(adc): fix s2 cali loss resolution
|
2025-06-24 10:17:06 +08:00 |
|
wuzhenghui
|
33aca83c63
|
change(ci): remove esp32c5 from readme since esp32c5 skipped CI build
|
2025-04-25 17:13:27 +08:00 |
|
morris
|
2c376ff99f
|
refactor(drivers): refactor the iram-safe option of the gdma peripherals
Closes https://github.com/espressif/esp-idf/issues/15771
|
2025-04-16 17:09:04 +08:00 |
|
gaoxu
|
d74f12dea7
|
feat(adc): support ADC calibration on ESP32P4
|
2025-04-01 15:07:56 +08:00 |
|
gaoxu
|
b227da9b2b
|
ci(adc): enable P4 ADC test and correct ADC performance thresh
|
2025-04-01 15:05:36 +08:00 |
|
gaoxu
|
f380cb6a4d
|
fix(adc): fix P4 adc continuous mode stop early
|
2025-04-01 15:05:34 +08:00 |
|
Marius Vikhammer
|
592c6312b6
|
Merge branch 'bugfix/adc_work_mode_for_ulp_riscv_v5.4' into 'release/v5.4'
fix(ulp-riscv): Fixed ADC oneshot initialization for ULP RISC-V (v5.4)
See merge request espressif/esp-idf!37372
|
2025-04-01 14:54:56 +08:00 |
|
Sudeep Mohanty
|
3675245a23
|
fix(ulp-riscv): Fixed ADC oneshot initialization for ULP RISC-V
This commit fixes a bug in the ADC oneshot driver initialization for the
ULP RISC-V.
|
2025-02-27 15:06:18 +01:00 |
|
gaoxu
|
6771e388f4
|
fix(adc): fix adc oneshot apb cnts incosistency v5.4
closes https://github.com/espressif/esp-idf/issues/14502
|
2025-02-20 10:20:56 +08:00 |
|
gaoxu
|
ec15fa9e4b
|
fix(adc): fix adc oneshot error after continuous v5.4
closes https://github.com/espressif/esp-idf/issues/14506
|
2025-02-20 10:20:49 +08:00 |
|
Armando
|
886a9acbcf
|
fix(adc): fixed adc_cali_check_scheme wrong return on c2/h2/c6
|
2024-12-17 16:12:43 +08:00 |
|
wanckl
|
5703a780af
|
fix(esp_adc): fixed adc continue monitor don't work issue
Closes https://github.com/espressif/esp-idf/issues/14769
Closes https://github.com/espressif/esp-idf/issues/14814
|
2024-12-11 17:36:57 +08:00 |
|
Wu Zheng Hui
|
6abe40e590
|
Merge branch 'feature/optimize_esp32p4_active_power_eco1' into 'master'
feat(system): Optimize esp32p4 active state power consumption
Closes PM-103 and IDF-7688
See merge request espressif/esp-idf!32950
|
2024-09-11 23:15:29 +08:00 |
|
Sudeep Mohanty
|
1b6a829e81
|
Merge branch 'feat/lp_core_lp_adc_support' into 'master'
feat(lp_adc): Addded support for LP ADC for the LP core on esp32p4
Closes IDF-6875 and IDF-10205
See merge request espressif/esp-idf!33117
|
2024-09-11 17:16:40 +08:00 |
|
wuzhenghui
|
13e42707a0
|
feat(esp_hw_support): add clk tree source gate management api
|
2024-09-11 10:53:01 +08:00 |
|
Sudeep Mohanty
|
d604e09274
|
feat(lp_adc): Added support for LP ADC initialization to the esp_adc oneshot driver
This commit adds support for LP ADC initialization to the esp_adc
oneshot driver, when it is used from the HP core.
|
2024-09-10 08:45:11 +02:00 |
|
wuzhenghui
|
b1df2688ce
|
change(esp_hw_support): replace esp_sleep_enable_adc_tsens_monitor with new API
|
2024-09-07 02:04:43 +08:00 |
|
Li Shuai
|
1fa27cbb0d
|
Merge branch 'feature/esp32c5mp_light_sleep_support_stage_2' into 'master'
feat(esp_hw_support): esp32c5mp sleep support (system part)
Closes IDF-8643, PM-195, PM-169, IDF-8641, IDF-8640, IDF-8639, IDF-8638, CV-259, IDF-10308, IDF-10317, IDF-10310, PM-202, IDF-10918, PM-207, PM-208, PM-210, and PM-214
See merge request espressif/esp-idf!31645
|
2024-08-29 19:32:05 +08:00 |
|
Lou Tianhao
|
4393343ac9
|
fix(ci): some actions taken to pass ci
|
2024-08-29 14:15:41 +08:00 |
|
morris
|
39cbba3685
|
change(gdma): deprecate legacy API
gdma_new_channel() is replaced by gdma_new_ahb_channel() and
gdma_new_axi_channel()
|
2024-08-28 15:27:35 +08:00 |
|
Lou Tianhao
|
980ec70d0a
|
feat(esp_hw_support): support pmu init and sleep for esp32c5
fix(ci): add efuse header in pmu_sleep
|
2024-08-28 10:44:08 +08:00 |
|
Armando
|
ee8933f651
|
feat(lp_i2s): lp_i2s driver
|
2024-08-02 12:02:05 +08:00 |
|
gaoxu
|
65820c07ac
|
feat(adc): support ADC oneshot and continuous mode on ESP32C5 and enable test
|
2024-07-13 14:03:23 +08:00 |
|
morris
|
ea9630d977
|
change(adc): refactor DMA memory allocation
|
2024-06-17 11:12:06 +08:00 |
|
gaoxu
|
795f3fe377
|
feat(adc): support ADC continuous mode on ESP32P4
|
2024-06-03 16:50:39 +08:00 |
|
gaoxu
|
6d82c324bb
|
feat(adc): move adc periph enable/reset functions to ll layer
|
2024-05-22 15:23:58 +08:00 |
|
gaoxu
|
c1edeca849
|
fix(dma): feat(adc): support ADC oneshot mod on ESP32P4
|
2024-05-22 15:23:58 +08:00 |
|
wuzhenghui
|
11e7091967
|
fix(esp_adc): fix adc clock missing in startup calibration
|
2024-04-02 12:14:44 +08:00 |
|
Wan Lei
|
e84c7f00a5
|
Merge branch 'feat/c6lite_c61_ci_header_tmp_app' into 'master'
feat(esp32c61): ci enable header check (stage 7/8)
See merge request espressif/esp-idf!29775
|
2024-03-28 11:45:20 +08:00 |
|
morris
|
c0289ee6eb
|
fix(drivers): fix typos found by codespell
codespell components/esp_driver*
|
2024-03-28 10:01:27 +08:00 |
|
wanlei
|
535afdd7f4
|
feat(esp32c61): ci enable header check, fix c61 build
|
2024-03-27 19:39:59 +08:00 |
|
gaoxu
|
03a6347a3a
|
ci(adc): ignore adc restart test fail
|
2024-03-14 11:14:46 +08:00 |
|
gaoxu
|
b4b05bc4f0
|
ci(adc): make adc pytest reset
|
2024-03-14 11:12:20 +08:00 |
|
Gao Xu
|
b50a52f17c
|
Merge branch 'refactor/adc_dma_apis_on_32_s2' into 'master'
refactor(ADC): move dma_ll functions in ADC hal layer to ADC driver layer
Closes IDF-8570
See merge request espressif/esp-idf!27474
|
2024-03-13 19:47:40 +08:00 |
|
Konstantin Kondrashov
|
3f89072af1
|
feat(all): Use PRIx macro in all logs
|
2024-03-12 11:15:53 +02:00 |
|
gaoxu
|
bc98bdc087
|
refactor(adc): refactor dma ll functions on adc continuous mode
|
2024-03-12 11:12:48 +08:00 |
|
wanlei
|
ee02b71f1c
|
feat(esp32c61): introduce target esp32c61
|
2024-03-01 21:12:25 +08:00 |
|
gaoxu
|
2eccde88f3
|
fix(adc): workaround to fix adc continuous get less results on c3
|
2024-02-19 10:34:54 +08:00 |
|
Jakub Kocka
|
0b00e49ac5
|
fix: Fixed KConfig files that were not succesfully checked
|
2024-02-02 14:13:45 +01:00 |
|
laokaiyao
|
d0a8f3e5c4
|
feat(esp32c5): support esptool on esp32c5 beta3
|
2024-01-09 13:11:11 +08:00 |
|