gaoxu
|
c14d7fbb17
feat(adc): added adc enable debug log config
|
2 лет назад |
Armando
|
b774bd1457
refactor(esp_adc): reformat code with astyle_py
|
2 лет назад |
Armando
|
73c9182581
feat(adc): added an API to flush the continuous driver pool
|
2 лет назад |
morris
|
54febcae0e
fix(adc): invalid assertion on the adc_unit
|
2 лет назад |
Armando (Dou Yiwen)
|
92419363aa
Merge branch 'feat/const_ptr_adc_io_channel' into 'master'
|
2 лет назад |
Darian Leung
|
6fc935e584
refactor(freertos): Refactor usage of portBASE_TYPE to BaseType_t
|
2 лет назад |
Armando
|
984f77fc3e
feat(adc): use const pointer in io_to_channel APIs
|
2 лет назад |
Armando
|
97c30c7da6
adc: port gh pr to current adc continuous mode driver
|
2 лет назад |
Niklas Gürtler
|
2a8b9fb636
Fix #10804 by running continuous ADC DMA in endless loop instead of restarting after each run (descriptor chain) to avoid losing samples. Use descriptor error callback for GDMA to check for DMA buffer overrun.
|
2 лет назад |
Armando
|
c68e4bbb6f
adc: added a flag to replace internal pool data with newest data, when pool is full
|
2 лет назад |
Armando
|
73791ff4e0
adc: fix adc continuous driver conv_frame_size not bigger than 4092 issue
|
2 лет назад |
Song Ruo Jing
|
a4e8960ab4
esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx, add compilation warning to clk_tree.h
|
2 лет назад |
Armando
|
53f1c35826
esp_adc: fix continuous mode pm lock release fail issue and add tests
|
3 лет назад |
Armando
|
5653018cd1
esp_adc: support selecting clock source for oneshot driver
|
3 лет назад |
Armando
|
3afa671069
esp_adc: added adc digital filter feature
|
3 лет назад |
Armando
|
5be3c21cfc
adc: improve power logic
|
3 лет назад |
Armando
|
b4c90c44d2
adc: no longer support adc2 continuous mode on esp32c3 and esp32s3
|
3 лет назад |
Armando
|
5e6a16380a
esp_adc: move adc common hw related code into esp_hw_support
|
3 лет назад |
Darian
|
c8ee369a7c
Merge branch 'feature/deprecate-old-cpu-api' into 'master'
|
3 лет назад |
morris
|
5dbae0c2cd
esp_adc: fix dead code reported by coverity
|
3 лет назад |
Darian Leung
|
781d06af73
esp_hw_support: Remove compare_set.h API
|
3 лет назад |
Armando
|
5b523a3313
esp_adc: new esp_adc component and adc drivers
|
3 лет назад |