Wang Mengyang
63a619275b
fix(esp_coex): Disable coexist build for ESP32-S31 before it is supported
...
- Disable blufi example build on ESP32-S31
2026-04-21 17:53:24 +08:00
cjin
ee99444c35
fix(ble): fix ble example compilation errors
2026-04-21 17:50:36 +08:00
cjin
6f7eec029b
feat(ble): support ble on esp32s31
2026-04-21 17:50:36 +08:00
wangmengyang
11268d8bfb
feat(bt): Add initial support of Bluetooth Classic on ESP32-S31
...
- feat(soc_caps): Enable BT Classic and BLE in esp32s31
- Add git submodule for ESP32-S31 bt controller lib files
- changed sdkconfig.defaults and README for Bluetooth Classic examples
- change(docs): Added vendor HCI documentations for ESP32-S31
- change(Bluedroid): Adapt to ESP32-S31 due to some API differences on
Bluetooth controller from ESP32
- change(bt): Modify CMakeLists.txt to support the Bluetooth dual-mode
architecture on ESP32-S31
- change(bt): Add ECC P-192 functions to tinycrypt
2026-04-21 17:50:34 +08:00
Zhang Wen Xu
9c2bde6b64
Merge branch 'feat/support_154_on_s31' into 'master'
...
feat(802.15.4): support 154 on esp32s31
Closes IDF-14802, IDF-14803, and IDF-14612
See merge request espressif/esp-idf!47440
2026-04-21 09:27:39 +00:00
Zhang Wen Xu
0b83608511
Merge branch 'fix/optimize_the_process_of_ot_ci' into 'master'
...
fix(openthread): optimize the process of openthread pytest cases
See merge request espressif/esp-idf!47672
2026-04-21 09:04:50 +00:00
morris
1dcd6fcf08
Merge branch 'feat/uhci_esp32s31_support' into 'master'
...
feat(uhci): Add support for uhci on esp32s31
Closes IDF-14791
See merge request espressif/esp-idf!47730
2026-04-21 15:57:55 +08:00
Hu Rui
131bb462a4
feat(uhci): Add support for uhci on esp32s31
2026-04-21 14:41:22 +08:00
morris
754ec03795
Merge branch 'feat/support_parlio_on_h21' into 'master'
...
feat(parlio): support parlio on esp32h21
Closes IDF-11570, IDF-11571, and IDF-11572
See merge request espressif/esp-idf!47356
2026-04-21 11:40:57 +08:00
zhuanghang
9d3a0945fb
feat(802.15.4): support 154 on esp32s31
2026-04-20 19:47:47 +08:00
Marius Vikhammer
1af2cc08bb
Merge branch 'feature/ulp_esp32s31' into 'master'
...
feat(ulp): add support for ulp on esp32s31
Closes IDF-14640
See merge request espressif/esp-idf!47268
2026-04-20 19:19:35 +08:00
Marius Vikhammer
10637dbf5e
feat(ulp): add support for ulp on esp32s31
2026-04-20 14:45:23 +08:00
Chen Ji Chang
249aeb84c8
Merge branch 'feature/i80_example_improvement' into 'master'
...
fix(i80_controller): fixe crash issue when using file system
See merge request espressif/esp-idf!46243
2026-04-20 11:57:16 +08:00
Chen Jichang
fb81acb206
fix(i80_controller): fix example crash when using filesystem
...
- Replace SPIFFS with LittleFS as the preferred
NOR flash file system
- Expand the Image Resource section in README with
detailed file system documentation
- Add pytest_i80_controller_lvgl.py to test both
image_in_bin and image_in_fs configurations
- Increase LVGL task stack size from 4KB to 8KB to
prevent stack overflow when loading images from FS
- Add CONFIG_LV_USE_CLIB_MALLOC to sdkconfig.defaults
Made-with: Cursor
2026-04-20 11:03:28 +08:00
Sudeep Mohanty
157370bac9
Merge branch 'test/fix_cmakev2_import_lib' into 'master'
...
fix(cmakev2): propagate IDF_TOOLCHAIN selection to sdkconfig generation
Closes IDFCI-10438
See merge request espressif/esp-idf!47590
2026-04-17 15:21:33 +02:00
Sudeep Mohanty
1d56d59a82
ci(cmakev2): restore clang builds for import_lib example
...
The cmakev2/features/import_lib example now builds cleanly with
clang. Restore it to the supported target matrix and re-enable it
in CI.
2026-04-17 13:49:05 +02:00
C.S.M
4ad0696d63
Merge branch 'feat/tsens_esp32h4' into 'master'
...
feat(temperature_sensor): Support temperature sensor on esp32h4
Closes IDF-12404
See merge request espressif/esp-idf!44926
2026-04-17 19:38:14 +08:00
Igor Masar
f3218ca0e8
Merge branch 'ci/esp32s31_usb_host_enable' into 'master'
...
ci(usb/host): enable esp32s31 and esp32h4 for USB host examples
See merge request espressif/esp-idf!47654
2026-04-17 18:26:55 +08:00
C.S.M
ff7a67fb4f
feat(temperature_sensor): Support temperature sensor on esp32h4
2026-04-17 16:38:04 +08:00
luoxu
99d931e4e9
fix(ble_mesh): disabled ble50 by default for ble_mesh
2026-04-17 16:01:51 +08:00
Jiang Jiang Jian
c09a6ee07a
Merge branch 'chip/add_wifi_support_for_esp32s31_rebase_master' into 'master'
...
feat(wifi): add wifi support for esp32s31
See merge request espressif/esp-idf!47339
2026-04-17 14:24:43 +08:00
Linyan Liu
3ef5da096a
feat(ble_audio): Support ISO & LE Audio functionalities (Preview)
2026-04-17 09:46:23 +08:00
igor.masar
37f58cf498
ci(usb/host): enable esp32s31 and esp32h4 for USB host examples
...
Remove the temporary esp32s31 disable from usb/host build-test rules.
Add esp32s31 and esp32h4 to the usb_host_msc and usb_host_lib pytest
matrices. Keep the tests temp-skipped in CI until usb_host_flash_disk
runners exist.
2026-04-16 16:25:26 +02:00
Mahavir Jain
9da6905c59
Merge branch 'fix/http_server_async_handler_connection_retry' into 'master'
...
fix(http_server/async_handler): Fix http_server async handler tests
Closes IDFCI-3464, IDFCI-6440, IDFCI-6250, and IDFCI-3908
See merge request espressif/esp-idf!47365
2026-04-16 19:31:42 +05:30
Chen Jichang
06dc3fe8a8
feat(parlio): support parlio on esp32h21
2026-04-16 20:23:55 +08:00
yinqingzhao
9f58583929
fix(ci): fix ci build issue of esp32s31
2026-04-16 20:19:54 +08:00
yinqingzhao
c3da80ee52
feat(wifi): add esp32s31 wifi support
2026-04-16 20:17:07 +08:00
Rahul Tank
2e6e41f615
Merge branch 'bugfix/ai_fixes_common_components' into 'master'
...
Bugfix/ai fixes common components
See merge request espressif/esp-idf!47272
2026-04-16 17:03:46 +05:30
Xu Si Yu
595e4e3f34
fix(openthread): optimize the process of openthread pytest cases
2026-04-16 16:30:14 +08:00
Hu Rui
da26be8864
Merge branch 'feat/touch_sensor_esp32s31_support' into 'master'
...
feat(touch_sens): support touch sensor on esp32s31
See merge request espressif/esp-idf!47329
2026-04-16 16:11:07 +08:00
Hrushikesh Bhosale
26367ae202
Merge branch 'fix/https_request_rom_impl_ci_failure' into 'master'
...
fix(examples): make https_request rom_impl CI test resilient to transient external server failures
Closes IDFCI-3792
See merge request espressif/esp-idf!47528
2026-04-16 15:12:35 +08:00
Wan Lei
96a8cdff23
Merge branch 'feat/s31_twaifd_support' into 'master'
...
feat(driver_twai): bringup s31 twaifd driver support
Closes IDF-14721
See merge request espressif/esp-idf!47505
2026-04-16 10:29:37 +08:00
wanckl
aea648dbd2
feat(driver_twai): bringup s31 twaifd driver support
2026-04-15 20:45:05 +08:00
Gao Xu
7a778c02e4
Merge branch 'feat/h4_support_adc' into 'master'
...
Feat/h4 support adc
Closes IDF-12368 and IDF-12370
See merge request espressif/esp-idf!45360
2026-04-15 20:08:38 +08:00
Mahavir Jain
204549529a
Merge branch 'fix_otatool_serial_handoff' into 'master'
...
fix(otatool): fix flaky serial port handoff in otatool CI test
Closes IDFCI-3263, IDFCI-3302, IDFCI-3402, IDFCI-3410, IDFCI-4548, IDFCI-5191, IDFCI-6937, and IDFCI-7329
See merge request espressif/esp-idf!47318
2026-04-15 15:48:15 +05:30
Mahavir Jain
80116d4e07
Merge branch 'feat/add_hmac_support_for_esp32h4' into 'master'
...
feat: added support for HMAC in ESP32H4
Closes IDF-12257
See merge request espressif/esp-idf!44647
2026-04-15 15:18:03 +05:30
David Čermák
c4dd0c2cbd
Merge branch 'fix/example_socket_len' into 'master'
...
fix(examples): Fix socket example incorrect len/error handling
Closes IDFGH-17113
See merge request espressif/esp-idf!47199
2026-04-15 17:13:36 +08:00
gaoxu
add7508547
feat(adc): support ADC oneshot and continuous on ESP32-H4
2026-04-15 16:33:32 +08:00
Hu Rui
b9d3b161e4
feat(touch_sens): support touch sensor on esp32s31
2026-04-15 14:12:48 +08:00
Rahul Tank
035227d252
Merge branch 'bugfix/proximity_example_issue' into 'master'
...
fix(nimble): Fix prox service to handle negative values
Closes BLERP-2689
See merge request espressif/esp-idf!47363
2026-04-15 09:23:12 +05:30
C.S.M
49ae4f392a
Merge branch 'feat/jpeg_support_esp32s31' into 'master'
...
feat(jpeg): Add jpeg decode and encode support on esp32s31
Closes IDF-14774, IDF-14775, and IDF-14776
See merge request espressif/esp-idf!47237
2026-04-15 10:49:13 +08:00
Marius Vikhammer
6e267cab0d
Merge branch 'bugfix/pin_lightbulb_comp' into 'master'
...
fix(ble_mesh): pin broken lightbulb dependency
See merge request espressif/esp-idf!47619
2026-04-15 09:48:35 +08:00
Marius Vikhammer
466f39dcd9
fix(ble_mesh): pin broken lightbulb dependency
2026-04-15 09:26:52 +08:00
Chen Chen
a6c95f4f6a
Merge branch 'feat/i2c_support_s31' into 'master'
...
feat(i2c): support i2c on esp32s31
Closes IDF-14726, IDF-14728, and IDF-14729
See merge request espressif/esp-idf!47197
2026-04-15 08:46:36 +08:00
C.S.M
0f0edc051a
ci(esp32s31): Add ci target test for esp32s31
2026-04-14 19:40:51 +08:00
Rahul Tank
541065755d
fix(nimble): Address review comments for hidd / hidh code
2026-04-14 15:40:18 +05:30
Rahul Tank
9a5f644134
fix(nimble): Update example READMEs with correct console log information
2026-04-14 17:48:22 +08:00
Rahul Tank
d5bf44c5fe
fix(nimble): Fix prox service to handle negative values
2026-04-14 14:25:06 +05:30
Wu Zheng Hui
ec5f956516
Merge branch 'doc/fix_sleep_mode_doc' into 'master'
...
docs(system): update GPIO wakeup section for clarity on EXT0 and EXT1 support
See merge request espressif/esp-idf!47362
2026-04-14 16:38:34 +08:00
Samuel Obuch
05255ad618
Merge branch 'ci_disable_h21_usj' into 'master'
...
ci: disable h21-usj tests because of unstable runner
See merge request espressif/esp-idf!47541
2026-04-14 08:50:10 +02:00