C.S.M
|
71da0fdf4a
|
Merge branch 'doc/cordic_programming_guide' into 'master'
doc(cordic): Add programming guide for cordic driver.
See merge request espressif/esp-idf!45512
|
2026-03-11 16:34:53 +08:00 |
|
Konstantin Kondrashov
|
658fbfcb0e
|
Merge branch 'doc/mac_doc_update_esp32p4' into 'master'
fix(doc): Update MAC-address related documentation for ESP32-P4
Closes IDFGH-17141
See merge request espressif/esp-idf!45933
|
2026-03-11 03:31:14 +02:00 |
|
C.S.M
|
89ac2167f1
|
doc(cordic): Update cordic programming guide
|
2026-03-09 17:35:50 +08:00 |
|
Krzysztof
|
8ad2be7980
|
docs(debugging): Add debug helpers API reference
|
2026-03-09 11:06:22 +08:00 |
|
Chen Chen
|
638a47b704
|
Merge branch 'feat/s31_support_mcpwm' into 'master'
feat(mcpwm): support mcpwm on esp32s31
Closes IDF-14756 and IDF-14757
See merge request espressif/esp-idf!45803
|
2026-03-09 09:27:30 +08:00 |
|
Konstantin Kondrashov
|
690256b982
|
fix(doc): Update MAC-address related documentation for ESP32-P4
Closes https://github.com/espressif/esp-idf/issues/18159
|
2026-03-06 14:28:32 +02:00 |
|
He Binglin
|
c37304c910
|
Merge branch 'change/esp_idf_uart_wakeup_refactor' into 'master'
Change: derecate uart wakeup old config apis and add modes descriptions in docs
Closes PM-408 and PM-669
See merge request espressif/esp-idf!45862
|
2026-03-06 17:33:44 +08:00 |
|
morris
|
018fc14824
|
doc: remove outdated diagrams for DAC, I2C, and I2S in documentation
|
2026-03-06 13:24:49 +08:00 |
|
hebinglin
|
01fa2032a6
|
feat(doc): add uart wakeup migration guides
|
2026-03-06 11:23:27 +08:00 |
|
hebinglin
|
e2030fb740
|
change(docs): add uart wakeup mode 0 1 2 3 description
|
2026-03-06 11:23:27 +08:00 |
|
radek.tandler
|
123de681bd
|
fix(doc): Documentation of NVS HMAC encryption adjusted
|
2026-03-05 11:50:41 +01:00 |
|
Mahavir Jain
|
b40343198f
|
Merge branch 'feature/add_data_partition_secure_boot_verification' into 'master'
feat(secure_boot): adds api to verify data partition integrity
Closes IDFGH-16339
See merge request espressif/esp-idf!41721
|
2026-03-05 09:44:15 +05:30 |
|
Chen Chen
|
675aa0695c
|
feat(mcpwm): support mcpwm on esp32s31
- Remove duplicate 'MCPWM ETM timer event table' comment (esp32h2, esp32c6, esp32h21)
- esp32s31 clk_tree_defs: add PLL20M enum for MCPWM timer/capture/carrier to match SOC_MCPWM_*_CLKS
Made-with: Cursor
|
2026-03-05 09:32:41 +08:00 |
|
Harshal Patil
|
efbe83bd21
|
Merge branch 'feat/introduce_esp_rsa_ds_opaque_key_context' into 'master'
Introduce ESP-RSA DS opaque key context
See merge request espressif/esp-idf!45953
|
2026-03-04 11:19:43 +05:30 |
|
Ashish Sharma
|
abe0d37d94
|
docs(security): adds data partition verification docs
|
2026-03-04 10:22:33 +08:00 |
|
Tomas Rohlinek
|
12f36a021f
|
Merge branch 'feat/align_fatfs_buffers' into 'master'
feat(storage/fatfs): Allow fatfs buffers to be aligned for DMA access
Closes IDF-9714
See merge request espressif/esp-idf!44942
|
2026-03-03 18:09:50 +01:00 |
|
harshal.patil
|
163e0974b3
|
change(mbedtls/psa_driver_esp_hmac): Use efuse key block instead of efuse block
- Maintains compatibility of the older esp_hmac_ APIs and the PSA driver
|
2026-03-03 18:36:18 +05:30 |
|
Chen Chen
|
f544120d06
|
Merge branch 'fix/i2c_slv_addr_check_esp32' into 'master'
fix(i2c_slave): filter out fake request for esp32 slave device
Closes IDFGH-17278
See merge request espressif/esp-idf!46040
|
2026-03-03 15:30:29 +08:00 |
|
Mahavir Jain
|
25a17ddda0
|
Merge branch 'feat/improve_ws_server_handshake_handling' into 'master'
feat(http_server): improve websocket server handling
Closes IDFGH-17214 and DOC-13853
See merge request espressif/esp-idf!45820
|
2026-03-02 10:11:06 +05:30 |
|
Marius Vikhammer
|
82665cbbbe
|
ci(docs): add check that all IDF examples are referenced in the programming guide
Made-with: Cursor
|
2026-02-28 10:41:50 +08:00 |
|
Chen Chen
|
eea66f2d58
|
fix(i2c_slave): filter out fake request for esp32
Closes https://github.com/espressif/esp-idf/issues/18268
|
2026-02-28 09:27:00 +08:00 |
|
morris
|
98343630b8
|
Merge branch 'feat/async_crc_example' into 'master'
feat(crc): added async crc console example (your terminal CRC calculator 🧮)
See merge request espressif/esp-idf!46084
|
2026-02-27 18:59:36 +08:00 |
|
C.S.M
|
762252153a
|
Merge branch 'feat/add_jpeg_pixel_reverse_enc' into 'master'
feat(jpeg): Add config for reversing input pixel format in jpeg encoder
Closes IDFGH-17272
See merge request espressif/esp-idf!46075
|
2026-02-27 18:31:56 +08:00 |
|
C.S.M
|
05fd4d7da3
|
feat(jpeg): Add config for reversing input pixel format in jpeg encoder
Also add format check on both encoder and decoder
Closes https://github.com/espressif/esp-idf/issues/18262
|
2026-02-27 15:31:47 +08:00 |
|
Wan Lei
|
3cc0fa1971
|
Merge branch 'feat/driver_twai_sleep_retention_support' into 'master'
feat(driver_twai): new driver sleep retention supports
Closes IDF-13001
See merge request espressif/esp-idf!45418
|
2026-02-27 14:29:06 +08:00 |
|
morris
|
ca17b599c4
|
feat(crc): added async crc console example
|
2026-02-27 10:56:25 +08:00 |
|
Ashish Sharma
|
5028b6230f
|
feat(http_server): improve websocket server handling
1. Adds post handshake callback
2. Removes requirement to handle HTTP_GET message in websocket handler
Closes https://github.com/espressif/esp-idf/issues/18215
|
2026-02-27 09:59:05 +08:00 |
|
wanckl
|
b814abc9e0
|
feat(driver_twai): new driver sleep retention support
|
2026-02-26 20:10:16 +08:00 |
|
Song Ruo Jing
|
9362907287
|
feat(dma2d,ppa): Support flash encryption for DMA2D and PPA
|
2026-02-26 16:39:40 +08:00 |
|
Shen Meng Jing
|
9c42eaab2e
|
Merge branch 'docs/sync_cn_and_en' into 'master'
docs: Sync the CN transation and EN source
Closes DOC-13807
See merge request espressif/esp-idf!45861
|
2026-02-26 12:02:57 +08:00 |
|
Tomáš Rohlínek
|
96f820e535
|
feat(storage/fatfs): Allow fatfs buffers to be aligned for DMA access
|
2026-02-25 12:50:20 +01:00 |
|
Chen Ji Chang
|
5b1c6fbafc
|
Merge branch 'feat/lcd_sleep_retention_p4' into 'master'
feat(lcd): support i80 lcd sleep retention on p4
Closes IDF-9925, IDF-10965, and IDF-10703
See merge request espressif/esp-idf!45549
|
2026-02-25 11:09:23 +08:00 |
|
morris
|
60b8799ac0
|
doc(crc): async CRC driver programming guide
|
2026-02-24 13:55:23 +08:00 |
|
Chen Jichang
|
d7481316f1
|
feat(lcd): support i80 lcd sleep retention on p4
|
2026-02-24 11:14:04 +08:00 |
|
Shen Mengjing
|
df1af52cc4
|
docs: Sync the CN transation and EN source
|
2026-02-24 10:58:19 +08:00 |
|
Konstantin Kondrashov
|
c4e8c1df9f
|
Merge branch 'feature/postpone_locked_efuses' into 'master'
feat(efuse): Defer WR_DIS eFuse burning
Closes IDF-14045
See merge request espressif/esp-idf!44652
|
2026-02-13 16:21:09 +02:00 |
|
Konstantin Kondrashov
|
bb4c139547
|
Merge branch 'fix/esp32_iram_as_8bit_access_from_isr1' into 'master'
fix(xtensa): Fix ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY mode for ISR1
Closes IDF-15285
See merge request espressif/esp-idf!45737
|
2026-02-13 16:02:00 +02:00 |
|
Konstantin Kondrashov
|
ac8fd0f491
|
fix(esp32): Fix IRAM_AS_8BIT_ACCESSIBLE_MEMORY accessible from ISR1
|
2026-02-13 11:30:44 +02:00 |
|
Mahavir Jain
|
ecc8fda914
|
Merge branch 'bugfix/esp_local_ctrl_arg_check' into 'master'
fix(esp_local_ctrl): validate payload_case matches msg_type in command dispatcher
See merge request espressif/esp-idf!45817
|
2026-02-13 09:13:16 +05:30 |
|
Mahavir Jain
|
3a093f6f11
|
Merge branch 'feat/spi_mode_during_ota' into 'master'
feat(app_update): add API for checking the spi mode compatibility
See merge request espressif/esp-idf!45221
|
2026-02-12 13:46:58 +05:30 |
|
Chen Chen
|
3e59db5f57
|
Merge branch 'feat/mcpwm_etm_timer_events' into 'master'
feat(mcpwm): ETM support mcpwm timer TEZ/TEP events
Closes IDF-6102
See merge request espressif/esp-idf!45679
|
2026-02-12 11:39:23 +08:00 |
|
Konstantin Kondrashov
|
be517fa8c0
|
feat(efuse): Defer WR_DIS eFuse burning
|
2026-02-11 11:07:12 +02:00 |
|
Mahavir Jain
|
4631b4a5d9
|
docs(protocomm): recommend using security2 scheme for production purpose
|
2026-02-11 13:55:44 +05:30 |
|
Mahavir Jain
|
21f8ca5e6f
|
feat(app_update): add API for checking the spi mode compatibility
New API to check the SPI flash mode from the incoming firmware image
during OTA updates could prevent bootloader/app incompatibility of
DIO vs QIO flash modes.
More information:
- https://github.com/espressif/esp-hosted-mcu/issues/143#issuecomment-3741753788
- https://github.com/espressif/esp-idf/issues/9674#issuecomment-1232533757
- https://github.com/espressif/esp-idf/issues/9542#issuecomment-1211317354
|
2026-02-10 12:53:50 +05:30 |
|
Chen Jichang
|
456da1a132
|
feat(mipi_dsi): allow to use dma2d in example when flash is encrypted
Closes https://github.com/espressif/esp-idf/issues/17708
|
2026-02-09 19:23:14 +08:00 |
|
Wan Lei
|
f2968a99d6
|
Merge branch 'feat/spi_slave_edma_psram_support' into 'master'
feat(driver_spi): spi slave edma psram support
Closes IDFCI-7326 and IDF-15125
See merge request espressif/esp-idf!44317
|
2026-02-09 15:22:46 +08:00 |
|
Tomas Rezucha
|
b028d25f91
|
refactor: Merge USB Host CDC-ACM and CDC-VCP examples
|
2026-02-06 09:03:14 +01:00 |
|
wanckl
|
cb55d54400
|
feat(driver_spi): slave hd driver support to using psram buffer
|
2026-02-06 15:47:45 +08:00 |
|
wanckl
|
dd9a5b7719
|
feature(driver_spi): slave driver support psram transfer
|
2026-02-06 15:47:45 +08:00 |
|
Radek Tandler
|
c5309ede7d
|
Merge branch 'feature/nvs_flash_purge_erased' into 'master'
nvs_flash: Added purging of erased items at namespace (handle) level.
Closes IDFGH-8197 and IDF-972
See merge request espressif/esp-idf!44011
|
2026-02-05 16:44:07 +01:00 |
|