Kevin (Lao Kaiyao)
0da23b800d
Merge branch 'revert/i2s_apll_pm_type' into 'master'
...
fix(i2s): lock APB when using apll with DFS feature
Closes IDFGH-13860
See merge request espressif/esp-idf!36096
2025-01-13 16:52:04 +08:00
Kevin (Lao Kaiyao)
57a893d269
Merge branch 'feature/touch_driver_ng_on_32' into 'master'
...
feat(touch): support touch v1 in new touch driver
Closes IDF-10183 and IDF-11423
See merge request espressif/esp-idf!34781
2025-01-13 10:23:25 +08:00
morris
d78f270b04
Merge branch 'feat/spi_std_timing_and_bit_trans' into 'master'
...
feat(driver_spi): support adjust master rx to standard timing
Closes IDF-11396
See merge request espressif/esp-idf!36058
2025-01-13 10:07:28 +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
laokaiyao
805d2ffb34
docs(touch): update touch sensor docs for the new driver
2025-01-10 16:42:36 +08:00
Ren Peiying
90fbd41701
Merge branch 'docs/add_note_about_h2_rtc_gpio' into 'master'
...
docs: Update note about h2 rtc gpio
See merge request espressif/esp-idf!36049
2025-01-10 14:13:53 +08:00
Shen Meng Jing
e44c525da2
Merge branch 'docs/update_cn_spi_flash_override_driver' into 'master'
...
docs: Update the CN translation for spi_flash_override_driver.rst
Closes DOC-9720
See merge request espressif/esp-idf!35631
2025-01-09 15:00:40 +08:00
wanckl
460380bb25
feat(driver_spi): support using SPI_DEVICE_STD_TIMING to adjust master rx in standard timing
2025-01-08 17:17:06 +08:00
Gao Xu
0974d66680
Merge branch 'feature/esp32c5_p4_adc_calibration' into 'master'
...
Feature/esp32 p4 adc calibration
Closes IDF-7467, IDF-9573, and IDFGH-13617
See merge request espressif/esp-idf!35060
2025-01-07 10:18:11 +08:00
C.S.M
a245a316a5
Merge branch 'feat/customize_i2c_operation_transaction' into 'master'
...
feat(i2c): Add api for customize i2c transaction interface for un-standard i2c device
See merge request espressif/esp-idf!35926
2025-01-06 11:32:09 +08:00
gaoxu
25648c6890
docs(adc): add ADC calibration docs on ESP32P4
2025-01-06 11:19:50 +08:00
morris
c8d4e1b094
Merge branch 'feature/bitscrambler_support' into 'master'
...
feature(driver): BitScrambler loopback support
See merge request espressif/esp-idf!31236
2025-01-03 16:08:52 +08:00
renpeiying
9b1ccb589e
docs: Update note about h2 rtc gpio
2025-01-02 15:31:42 +08:00
C.S.M
5989756113
docs(i2c): Add document for customize i2c transaction interface for un-standard i2c device
2024-12-30 15:20:03 +08:00
Jeroen Domburg
a88e719e33
feat(driver): BitScrambler support
...
This adds an assembler for the BitScrambler assembly language,
plus unit tests for it. It also adds the loopback driver,
which can do BitScrambler operations on memory-to-memory
transfers. Documentation is also included.
2024-12-30 09:39:23 +08:00
laokaiyao
678ddba550
feat(touch): allow RTC power down during the deep sleep
2024-12-26 19:14:12 +08:00
shenmengjing
9e40885210
docs: Update the CN translation for spi_flash_override_driver.rst
2024-12-26 17:33:11 +08:00
morris
45df38a012
Merge branch 'refactor/mipi_lcd_iram_safe' into 'master'
...
test(rmt): the IO level can keep at low level after channel delete
Closes IDFGH-14255
See merge request espressif/esp-idf!34186
2024-12-24 17:15:04 +08:00
Song Ruo Jing
c05603d4a0
fix(isp): isp_dvp raw->rgb needs a workaround
2024-12-23 21:43:43 +08:00
morris
1f015c0509
change(rmt): rename isr iram safe to cache safe
2024-12-20 17:06:51 +08:00
Armando
b963c0f013
feat(adc): supported adc calibration on esp32c5
2024-12-19 12:12:30 +08:00
Wan Lei
3bdab3a191
Merge branch 'feat/c5_twaifd_lowlevel_support' into 'master'
...
feat(twai): c5 twaifd basic low level support
See merge request espressif/esp-idf!34081
2024-12-19 11:27:29 +08:00
wanckl
fe48cbc3c0
feat(twai): c5 twaifd low level support and deprecate old types header
2024-12-18 19:23:25 +08:00
Song Ruo Jing
90a396b44a
Merge branch 'contrib/github_pr_15031' into 'master'
...
docs: Fix `gpio_dump_io_configuration` typo in docs (GitHub PR)
Closes IDFGH-14235
See merge request espressif/esp-idf!35673
2024-12-17 17:55:41 +08:00
Alex Bethel
30a050e9ae
docs: Fix gpio_dump_io_configuration
typo in docs
...
The mentioned `gpio_dump_all_io_configuration` function doesn't exist,
the correct function is `gpio_dump_io_configuration`.
2024-12-14 13:05:24 -07:00
laokaiyao
b48b43880a
feat(ana_cmpr): support analog comparator on C5
2024-12-12 10:27:05 +08:00
Song Ruo Jing
aae5321c4a
Merge branch 'bugfix/ledc_get_freq_calc' into 'master'
...
fix(ledc): fix ledc_get_freq calculation err due to overflow
Closes IDF-11714, IDF-11762, IDFGH-14067, and IDFGH-14070
See merge request espressif/esp-idf!35451
2024-12-11 11:59:15 +08:00
Kevin (Lao Kaiyao)
8077b5c7e2
Merge branch 'feature/support_ana_cmpr_on_c61' into 'master'
...
feat(ana_cmpr): support analog comparator on C61
Closes IDF-11082
See merge request espressif/esp-idf!35480
2024-12-09 20:22:19 +08:00
Song Ruo Jing
0d68aa8585
Merge branch 'feature/isp_dvp_example' into 'master'
...
feat(dvp_isp_dsi_example): add new option to connect a DVP camera sensor (ov2640) through ISP_DVP
Closes IDF-10032
See merge request espressif/esp-idf!31796
2024-12-09 11:20:28 +08:00
laokaiyao
0cae6d526c
feat(ana_cmpr): support analog comparator on C61
2024-12-09 10:33:21 +08:00
morris
b79c7f0f53
Merge branch 'feat/add_pcnt_gpio_input_config' into 'master'
...
docs(pcnt): add gpio input mode documentation
Closes IDFGH-13364
See merge request espressif/esp-idf!33182
2024-12-06 18:47:18 +08:00
Song Ruo Jing
1cd5736e75
refactor(ledc): deprecate ledc_timer_set API
...
Closes https://github.com/espressif/esp-idf/issues/14884
2024-12-05 19:02:33 +08:00
Song Ruo Jing
314f4c0f63
feat(dvp_isp_dsi_example): add an example shows DVP-ISP-DSI combination
2024-12-05 17:20:58 +08:00
morris
99013d25a4
Merge branch 'contrib/github_pr_14315' into 'master'
...
feat(example): Add a I2C Simple example (GitHub PR)
Closes IDFGH-13408 and IDFGH-14090
See merge request espressif/esp-idf!35273
2024-12-05 11:34:05 +08:00
morris
0d7e589a71
Merge branch 'change/deprecate_gpspi_old_name' into 'master'
...
spi: don't use sdkconfig.h in hal driver
See merge request espressif/esp-idf!35361
2024-12-05 11:31:47 +08:00
morris
96323188cf
Merge branch 'feat/support_i80_lcd_via_parlio' into 'master'
...
feat(lcd): support lcd interface with parlio backend
Closes IDF-6939
See merge request espressif/esp-idf!33333
2024-12-05 10:44:01 +08:00
Vinícius de Assis Madruga Prestes
2f5fcf276c
feat(example): Add a I2C Simple example
...
Merges https://github.com/espressif/esp-idf/pull/14315
Closes https://github.com/espressif/esp-idf/issues/14902
2024-12-05 10:32:42 +08:00
morris
1316d7b741
refactor(spi): hal driver doesn't depend on sdkconfig.h
2024-12-04 19:10:57 +08:00
C.S.M
2b1c27feb4
Merge branch 'feat/custom_flash_component' into 'master'
...
feature(spi_flash): New customized flash drivers framework, including bootloader📡
Closes IDFGH-8624
See merge request espressif/esp-idf!32774
2024-12-04 18:05:58 +08:00
Chen Jichang
e890b4bd7e
feat(lcd): support parlio lcd interface
2024-12-04 14:50:16 +08:00
C.S.M
55579a2a4b
docs(spi_flash): update programming guide for customize flash
2024-12-04 11:42:27 +08:00
Shen Meng Jing
c593cfaa69
Merge branch 'docs/update_cn_peripheral_docs' into 'master'
...
docs: Update CN translation for three docs in peripherals
Closes DOC-9610
See merge request espressif/esp-idf!35243
2024-12-02 18:22:09 +08:00
shenmengjing
843290fffd
docs: Update CN translation for three docs in peripherals
2024-12-02 17:02:42 +08:00
Song Ruo Jing
3abfd17004
feat(uart): support uart sleep retention on C5/C61
2024-11-28 14:59:05 +08:00
Song Ruo Jing
aa35807198
fix(clk): add an inevitable kconfig option to be selected to use rc32k
2024-11-26 21:20:32 +08:00
Wan Lei
b0be36de1d
Merge branch 'feat/spi_slave_sleep_retention' into 'master'
...
feat(driver_spi): spi slave driver sleep retention
Closes IDF-9746 and IDF-8467
See merge request espressif/esp-idf!33858
2024-11-26 14:44:54 +08:00
morris
4b9d9a19b9
Merge branch 'contrib/github_pr_14767' into 'master'
...
fix(gptimer): race on FSM state in gptimer_start() (GitHub PR)
Closes IDFGH-13929
See merge request espressif/esp-idf!34410
2024-11-22 18:21:30 +08:00
wanckl
ff78ea91cd
feat(driver_spi): slave hd driver sleep retention support
2024-11-22 16:41:48 +08:00
wanckl
9b7bbb1f0c
feat(driver_spi): slave driver support sleep retention
2024-11-22 16:41:30 +08:00
Kevin (Lao Kaiyao)
56349e6d65
Merge branch 'feature/support_i2s_pdm_data_format_option' into 'master'
...
feat(i2s): support to select PDM data format
Closes IDF-10511
See merge request espressif/esp-idf!28602
2024-11-21 21:58:00 +08:00