Chen Jichang
|
a2ef01fc5b
|
remove(legacy_mcpwm): remove legacy mcpwm driver in IDF v6.0
|
2025-06-24 10:49:37 +08:00 |
|
armando
|
6abac38b9c
|
refactor(adc): removed the legacy adc driver and legacy adc calibration calibration driver
|
2025-06-18 14:35:41 +08:00 |
|
C.S.M
|
d839ecbcf0
|
refactor(temperature_sensor): Remove legacy temperature sensor driver
|
2025-06-16 10:58:09 +08:00 |
|
laokaiyao
|
bf3a050f4d
|
remove(legacy_dac): remove legacy dac driver in IDF v6.0
|
2025-06-12 16:53:47 +08:00 |
|
Chen Jichang
|
d345ac1a50
|
remove(legacy_pcnt): remove legacy pcnt driver in IDF v6.0
|
2025-06-11 16:54:41 +08:00 |
|
laokaiyao
|
6eb5bfe587
|
remove(legacy_i2s): remove legacy i2s driver in IDF v6.0
|
2025-06-10 12:23:23 +08:00 |
|
morris
|
a04df4631e
|
refactor(gptimer)!: removed the legacy driver
also provide idy.py hints instructions
|
2025-06-06 15:11:26 +08:00 |
|
wuzhenghui
|
65b7e70564
|
feat(driver): support acquire/release clock source dependency for all drivers
|
2025-05-27 21:21:38 +08:00 |
|
gaoxu
|
4e44853c84
|
fix(tsens): fix legacy tsens error when restart
|
2025-04-25 14:39:09 +08:00 |
|
gaoxu
|
bf335a38f7
|
fix(adc): fix adc do not enable/disable regi2c registers
|
2025-04-25 14:39:01 +08:00 |
|
Chen Jichang
|
2cbc297969
|
refactor(gptimer): use group_id in clock ctrl functions
|
2025-04-08 10:20:48 +08:00 |
|
gaoxu
|
d68514363e
|
feat(adc): refactor adc channel enum on legacy
|
2025-03-13 16:37:20 +08:00 |
|
Chen Jichang
|
bfac674769
|
feat(esp32h4): ci enable public header check (stage7)
|
2025-03-12 17:19:50 +08:00 |
|
laokaiyao
|
ad623893d4
|
feat(i2s): support tuning rate dynamically
|
2025-02-17 16:20:24 +08:00 |
|
laokaiyao
|
805d6e4e73
|
fix(i2s): lock APB when using apll with DFS feature
Closes https://github.com/espressif/esp-idf/issues/14707
Append to the commit ad9021a844 .
|
2025-01-10 20:28:36 +08:00 |
|
Song Ruo Jing
|
52c0278361
|
feat(gpio): add gpio_config_as_analog API
|
2025-01-08 21:58:12 +08:00 |
|
gaoxu
|
3e30d2e928
|
feat(esp32h21): ci enable public header check (stage7)
|
2024-12-24 16:44:08 +08:00 |
|
Chen Jichang
|
f6c776d6c6
|
feat(legacy_driver): add kconfig to skip legacy confilct check
|
2024-12-09 21:24:04 +08:00 |
|
Alexey Lapshin
|
888b5f7e8d
|
feat(newlib): add picolibc support
|
2024-12-02 21:35:56 +07:00 |
|
laokaiyao
|
9b779d8b3c
|
feat(i2s): support to select PDM data format
|
2024-11-21 19:04:55 +08:00 |
|
gaoxu
|
efd04b7709
|
feat(adc): support ADC oneshot and continuous on C61
|
2024-11-08 17:13:26 +08:00 |
|
Song Ruo Jing
|
2cb35a2955
|
refactor(regi2c): ana i2c master clock is enabled per request
|
2024-11-04 12:37:17 +08:00 |
|
laokaiyao
|
ad9021a844
|
fix(i2s): fix the crackle using apll with DFS feature
Closes: https://github.com/espressif/esp-idf/issues/14707
|
2024-10-28 10:25:13 +08:00 |
|
wuzhenghui
|
13e42707a0
|
feat(esp_hw_support): add clk tree source gate management api
|
2024-09-11 10:53:01 +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 |
|
Armando
|
ee8933f651
|
feat(lp_i2s): lp_i2s driver
|
2024-08-02 12:02:05 +08:00 |
|
morris
|
6960c747b5
|
feat(rmt): set DMA transfer burst size
default burst size was set to 32 bytes
|
2024-07-19 16:59:36 +08:00 |
|
Chen Jichang
|
a717fecf94
|
feat(sdm): add support for esp32c5
|
2024-07-10 11:46:45 +08:00 |
|
morris
|
610ef9c040
|
fix(rmt): turn on memory block when enable the module
|
2024-07-08 15:46:49 +08:00 |
|
morris
|
722ce211af
|
fix(rmt): power up memory block
|
2024-06-28 10:58:04 +08:00 |
|
Alexey Lapshin
|
ed6e497c6f
|
feat(build): add COMPILER_STATIC_ANALYZER option
|
2024-06-18 14:25:37 +08:00 |
|
laokaiyao
|
d753d01383
|
fix(gpio): upgrade the gpio func select api for legacy pcnt & ledc
|
2024-06-17 15:15:08 +08:00 |
|
Gao Xu
|
78c40fd19a
|
Merge branch 'esp32p4/add_adc_support' into 'master'
feat(adc): support ADC oneshot/continuous mode on ESP32P4
Closes IDF-6496 and IDF-6497
See merge request espressif/esp-idf!28281
|
2024-06-05 16:31:59 +08:00 |
|
gaoxu
|
795f3fe377
|
feat(adc): support ADC continuous mode on ESP32P4
|
2024-06-03 16:50:39 +08:00 |
|
morris
|
2b1466b070
|
refactor(i2s): clean up DMA buffer allocation
|
2024-06-03 16:13:13 +08:00 |
|
morris
|
a7ffe77de0
|
Merge branch 'feature/mcpwm_support_c5' into 'master'
feat(mcpwm): add driver support on esp32c5
Closes IDF-8709 and IDF-9101
See merge request espressif/esp-idf!29876
|
2024-05-29 10:27:35 +08:00 |
|
laokaiyao
|
d2468b8d0e
|
fix(i2s): add the missed port2 for p4
|
2024-05-27 10:46:48 +08:00 |
|
morris
|
de5fb9f070
|
feat(mcpwm): driver support on esp32-c5
|
2024-05-26 22:55:03 +08:00 |
|
wanlei
|
fb8376cb8c
|
feat(i2s): c5mp i2s support
|
2024-05-22 17:29:48 +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 |
|
gaoxu
|
40f38bea6f
|
feat(dma): refactor dma calloc function
|
2024-04-02 14:30:14 +08:00 |
|
Armando
|
f0518b3c16
|
feat(dma): advanced dma malloc helper
|
2024-04-02 14:30:14 +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 |
|
morris
|
79d8057a8c
|
Merge branch 'feat/rmt_support_esp32c5' into 'master'
Basic RMT driver support on esp32c5
See merge request espressif/esp-idf!29215
|
2024-03-14 11:52:01 +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 |
|
morris
|
9b8fd65221
|
feat(rmt): basic driver support on esp32c5
|
2024-03-13 17:37:47 +08:00 |
|
Konstantin Kondrashov
|
3f89072af1
|
feat(all): Use PRIx macro in all logs
|
2024-03-12 11:15:53 +02:00 |
|