Jiang Jiang Jian
8324ba36d4
Merge branch 'fix/update_iperf_default_config_of_esp32s31' into 'master'
...
fix(wifi): config flash frequency to 80M in iperf sdkconfig
See merge request espressif/esp-idf!52145
2026-08-28 14:09:27 +08:00
Martin Vychodil
4cce27e1cc
Merge branch 'fix/sdmmc_dma_aligned_buffer_leak' into 'master'
...
fix(sdmmc): release aligned buffer on card deinit
Closes IDF-16031 and DOC-15562
See merge request espressif/esp-idf!51530
2026-08-28 13:57:05 +08:00
yinqingzhao
19426a430d
fix(wifi): config flash frequency to 80M in iperf sdkconfig
2026-08-27 19:14:45 +08:00
Alexey Gerenkov
8515684acd
Merge branch 'esp_trace_optimizations' into 'master'
...
change(esp_trace): compile hot path at -O2 regardless of project optimization
See merge request espressif/esp-idf!51918
2026-08-27 18:29:02 +08:00
Adam Múdry
e0c094da69
fix(sdmmc): release aligned DMA buffer on card deinit
2026-08-27 12:00:24 +02:00
morris
ca7bd0d183
Merge branch 'feat/dac_driver_treat_zero_as_default_clk_src' into 'master'
...
feat(dac): use default clock source for zero config
See merge request espressif/esp-idf!52064
2026-08-27 11:57:13 +08:00
Shu Chen
d5c490a24b
Merge branch 'feat/add_openthread_s31_ci_case' into 'master'
...
ci: add openthread s31 ci case
See merge request espressif/esp-idf!51587
2026-08-26 10:25:23 +00:00
Shu Chen
a6ee30a4fa
Merge branch 'feat/add_thread_ssed_ci_test_scenario' into 'master'
...
feat: add thread ssed ci testcase scenario
See merge request espressif/esp-idf!50893
2026-08-26 10:25:11 +00:00
Erhan Kurubas
4709507f3e
change(esp_trace): skip unused timer reads on the per-event path
...
Lock take called esp_timer_get_time() before trying the spinlock, and the
C3 default timestamp went through esp_timer's tick-to-us conversion.
Try the lock first, and read systimer ticks directly.
2026-08-26 10:39:18 +02:00
morris
c47382a311
feat(dac): use default clock source for zero config
2026-08-26 12:17:04 +08:00
Rahul Tank
3af5e71150
Merge branch 'bugfix/fix_pawr_conn_issues' into 'master'
...
fix(nimble): bound PAwR synced connect retries in the example
See merge request espressif/esp-idf!51941
2026-08-25 16:02:57 +05:30
Martin Vychodil
e8b1fee719
Merge branch 'docs/clarify-storage-example-readmes' into 'master'
...
docs(storage): clarify example READMEs and when to use each
Closes IDFGH-15037
See merge request espressif/esp-idf!51840
2026-08-25 18:26:23 +08:00
Marius Vikhammer
c931510149
Merge branch 'fix/psram_dependency' into 'master'
...
fix(build_system): cleaned up esp_psram dependencies
See merge request espressif/esp-idf!51934
2026-08-25 10:39:01 +08:00
Rahul Tank
7321fce391
fix(nimble): bound PAwR synced connect retries in the example
2026-08-24 21:31:32 +05:30
Marius Vikhammer
532b433246
fix(build_system): cleaned up esp_psram dependencies
...
Also moved mspi_mb functionality to esp_hw_support together with
other mspi functionality
2026-08-24 11:12:17 +08:00
yiwenxiu
66d52739b3
feat: add thread ssed ci testcase scenario
2026-08-24 10:30:05 +08:00
yiwenxiu
60a93311fd
ci: add openthread s31 ci case
2026-08-24 10:28:18 +08:00
Island
7e5a5f1099
Merge branch 'idf/ble_audio_misc_fixes' into 'master'
...
fix(ble_audio): Miscellaneous fixes for running coordinated set
See merge request espressif/esp-idf!51932
2026-08-21 16:36:02 +08:00
morris
611d227326
Merge branch 'feat/i2s_recorder_example_startup_discard' into 'master'
...
feat(i2s): add turn-on time config for mic recorder example
See merge request espressif/esp-idf!51810
2026-08-21 13:06:41 +08:00
Liu Linyan
d637115d38
fix(ble_audio): Miscellaneous fixes for running coordinated set
2026-08-21 11:09:14 +08:00
morris
9d7270493b
Merge branch 'feat/twai_add_usb_adapter_example' into 'master'
...
feat(driver_twai): twai add usb adapter example
See merge request espressif/esp-idf!50556
2026-08-20 17:39:48 +08:00
Island
3c2884103f
Merge branch 'idf/ble_audio_example_update' into 'master'
...
feat(ble_audio): Miscellaneous update for ISO & Audio examples
See merge request espressif/esp-idf!51812
2026-08-20 16:29:37 +08:00
Jiang Jiang Jian
c3906243ca
Merge branch 'contrib/github_pr_18990' into 'master'
...
Bool Kconfig options must use 'y'/'n' for defaults, not '0'/'1'. (GitHub PR)
Closes IDFGH-18162
See merge request espressif/esp-idf!51886
2026-08-20 14:41:53 +08:00
morris
fe465ae1fe
Merge branch 'fix/psram-ecc-mspi-dma-align' into 'master'
...
fix(mspi): handle PSRAM ECC DMA alignment across MSPI users
Closes IDF-15850, IDF-15910, and IDF-15700
See merge request espressif/esp-idf!49987
2026-08-20 11:51:46 +08:00
Liu Linyan
d2fee5862a
feat(ble_audio): Miscellaneous update for ISO & Audio examples
2026-08-20 11:24:32 +08:00
morris
1c7d81f5f2
Merge branch 'feat/ppa_freetype_example' into 'master'
...
feat(ppa): add FreeType font compositing example
See merge request espressif/esp-idf!51707
2026-08-20 03:40:33 +08:00
richardsonnick
acebd79894
fix(examples): use 'n' instead of '0'/'false' for bool Kconfig defaults
...
'0' and 'false' are not valid values for a bool symbol. The parser emits
a note and falls back to 'n', so the resulting configuration is correct
but the build is noisy. Set the two remaining example symbols to
'default n' to make the value explicit and silence the note.
2026-08-19 09:25:15 -04:00
wanckl
d25d82923f
feat(driver_twai): add usb<->twai candlelight example
2026-08-19 21:00:12 +08:00
sonika.rathi
b38461a0a8
docs(storage): clarify example READMEs and when to use each
...
Update storage example docs so FATFS getting_started and wear_levelling
are clearly distinct, refresh the storage index paths, and add
"When to use this example" sections across storage examples.
2026-08-19 14:54:49 +02:00
Ashish Sharma
5bd8050985
test(esp_http_server): cover WebSocket control-frame handler
2026-08-19 12:45:08 +08:00
Rahul Tank
8710fd7125
fix(nimble): Fix for pytest throughput failure
...
In example, central clears CCCD while peripheral is still sending
notify. This causes ATT write response to starve resulting in
disconnect.
2026-08-18 16:45:54 +05:30
morris
d3d0cbc594
feat(ppa): add PPA FreeType font compositing example
2026-08-18 19:00:26 +08:00
Wang Meng Yang
9150d065a3
Merge branch 'feat/support_pan_bnep' into 'master'
...
feat(bt/bluedroid): support Classic Bluetooth PAN profile
See merge request espressif/esp-idf!50641
2026-08-18 17:38:59 +08:00
linruihao
51eacff678
feat(example): add Classic Bluetooth PAN profile examples
2026-08-17 19:52:29 +08:00
Chen Jichang
2b8029c775
feat(mspi): split dma and mspi alignment
2026-08-17 16:49:27 +08:00
Chen Chen
91d1a54373
feat(i2s): add turn-on time config for mic recorder example
2026-08-17 16:41:09 +08:00
Shu Chen
a25d1a419f
Merge branch 'feat/support_multipan_feature_rcp_20260603' into 'master'
...
feat(openthread): support multipan feature for RCP
See merge request espressif/esp-idf!49222
2026-08-17 06:04:08 +00:00
morris
e6d5bc6c57
Merge branch 'feat/support_rgb_lcd_dma2d' into 'master'
...
feat(rgb_lcd): support draw bitmap using dma2d
Closes IDF-15652 and IDFGH-11807
See merge request espressif/esp-idf!48510
2026-08-14 14:03:36 +08:00
Euripedes Rocha
b2672c7937
Merge branch 'feat/eth_netif_sub' into 'master'
...
Feat/eth netif sub
Closes IDF-16068 and IDFCI-8665
See merge request espressif/esp-idf!48823
2026-08-13 15:48:39 +02:00
Ondrej Kosta
05993b5090
feat(examples): add Ethernet sublayer example and update PTP
...
Add a dedicated sublayer example under examples/ethernet and enable
sublayer usage in the PTP example.
2026-08-13 13:56:57 +02:00
Rahul Tank
846ab1ee50
Merge branch 'bugfix/fix_kconfig_warnings' into 'master'
...
fix(nimble): move BTDM defaults to esp32
See merge request espressif/esp-idf!51682
2026-08-13 14:27:15 +05:30
Alexey Gerenkov
a987eb6589
Merge branch 'tracing_test_fixes' into 'master'
...
Tracing test fixes
See merge request espressif/esp-idf!51601
2026-08-13 16:56:07 +08:00
Marius Vikhammer
12534d128c
Merge branch 'bugfix/h4_blink_io' into 'master'
...
fix(blink): fixed GPIO used for blink example on H4
See merge request espressif/esp-idf!51718
2026-08-13 14:32:45 +08:00
Chen Jichang
f2cf926e0a
feat(rgb_lcd): support draw bitmap hook
2026-08-13 14:29:43 +08:00
Krzysztof Budzynski
157f40b58b
Merge branch 'docs/update_get_started_s31' into 'master'
...
docs: Update Get Started for ESP32-S31
Closes IDF-15368
See merge request espressif/esp-idf!51543
2026-08-13 14:19:16 +08:00
Xu Si Yu
e8742df58c
feat(openthread): support multipan feature for RCP
2026-08-13 14:17:50 +08:00
Island
4bdd3d012f
Merge branch 'feat/nimble_host_example_pytest' into 'master'
...
Feat: Add Pytest for Nimble Host Example
See merge request espressif/esp-idf!50610
2026-08-13 12:12:53 +08:00
Mahavir Jain
8c007f0e03
Merge branch 'feat/bootloader-mbedtls-split-final' into 'master'
...
feat(esp_image_verify): split image verification out of bootloader_support
Closes IDF-8577 and IDFGH-17033
See merge request espressif/esp-idf!48383
2026-08-13 08:45:58 +05:30
morris
b363373758
feat(h264): add ESP32-S31 support to the h264 example
...
Add ESP32-S31 as a supported target for the H.264 encoder/decoder
example and bump the esp_h264 component to v1.3.8, which provides
support (prebuilt software library) for ESP32-S31.
- Add sdkconfig.defaults.esp32s31 with SPIRAM/CPU settings
- Update pytest and build-test-rules to cover esp32s31
- Update README and Kconfig help text
2026-08-12 22:29:40 +08:00
Marius Vikhammer
a781bb613a
fix(blink): fixed GPIO used for blink example on H4
...
Updated to match latest devkit layout
2026-08-12 15:46:54 +02:00