Hrushikesh Bhosale
d90bd6a179
Merge branch 'feature/add_sse_demo_in_https_server_example' into 'master'
...
feat(http_server): Added Server Sent Events demo
Closes IDFGH-12605
See merge request espressif/esp-idf!33939
2024-12-06 15:44:01 +08:00
linruihao
125b303720
feat(bt/bluedroid): Add PBAP client sample code in hfp_hf example
2024-12-06 15:33:17 +08:00
Shu Chen
a6d6f64c2c
Merge branch 'fix/add_delay_before_command_in_ot_ci_case' into 'master'
...
feat(openthread): add delay before execute wifi command in openthread ci cases
Closes TZ-1353
See merge request espressif/esp-idf!35373
2024-12-06 11:15:19 +08:00
Rocha Euripedes
9cd94cfe15
Merge branch 'mqtt_test_adjust' into 'master'
...
Improve mqtt publish connect tests
See merge request espressif/esp-idf!34889
2024-12-05 22:06:02 +08:00
Armando
e4a4497094
change(isp): enable yuv submodules
2024-12-05 17:21:05 +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
Jiang Jiang Jian
b690497d44
Merge branch 'bugfix/fix_sniffer_fail_on_ci' into 'master'
...
fix(ci): Enlarge the pcap memory size in sniffer example
Closes IDFCI-2448
See merge request espressif/esp-idf!35412
2024-12-05 15:46:05 +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
Euripedes Rocha
881bd1bf66
fix(mqtt): Corrects mqtt test apps dependencies
...
Test app build rules were missing the mqtt component as a dependency.
2024-12-04 15:46:05 +01: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
yiwenxiu
f7c34ce120
feat(openthread): add delay before execute wifi command in openthread ci cases
2024-12-04 16:56:26 +08:00
hrushikesh.bhosale
696b32c942
feat(https_server): Added Server Sent Events demo
...
This commit adds the demo of Server Sent Events
functionality in the https_server/simple example
Closes https://github.com/espressif/esp-idf/issues/13603
Co-authored-by: default avatarAditya Patwardhan <aditya.patwardhan@espressif.com>
2024-12-04 14:26:21 +05:30
zhangyanjiao
c2c0742844
fix(ci): Enlarge the pcap memory size in sniffer example
2024-12-04 16:24:08 +08:00
Chen Jichang
0f4605e991
refactor(i80_lcd): adapt example to lvgl9
2024-12-04 14:50:16 +08:00
Chen Jichang
3c6a94cd3f
feat(lcd): add parlio lcd example
2024-12-04 14:50:16 +08:00
Jiang Jiang Jian
58f1ebe66a
Merge branch 'bugfix/update_wifi_mesh_example' into 'master'
...
fix(wifi/mesh): Modify examples/mesh/internal_communication
Closes IDFGH-13472
See merge request espressif/esp-idf!35036
2024-12-04 14:02:30 +08:00
Abhik Roy
967603b5aa
feat(example): Added DNS over HTTPS (DoH) example
2024-12-03 22:52:25 +11:00
Alex Lisitsyn
b77ecce06b
Merge branch 'contrib/github_pr_14878' into 'master'
...
fix(modbus): Fix the mode setup in modbus slave (GitHub PR)
Closes IDFGH-14059
See merge request espressif/esp-idf!35237
2024-12-03 17:18:07 +08:00
Alexey Lapshin
f297a9d487
Merge branch 'feature/add-picolibc-support' into 'master'
...
Add picolibc support
Closes IDF-11319
See merge request espressif/esp-idf!33601
2024-12-03 13:12:41 +08:00
Island
817de14860
Merge branch 'bugfix/fix_hid_crash' into 'master'
...
fix(ble): Fix crash issue during logging
Closes BCI-473
See merge request espressif/esp-idf!35334
2024-12-03 11:11:22 +08:00
Alexey Lapshin
5282a99436
fix(examples): increased BtAppTask task's stack size to avoid overflow
2024-12-02 21:36:00 +07:00
Alexey Lapshin
888b5f7e8d
feat(newlib): add picolibc support
2024-12-02 21:35:56 +07:00
aleks
a0c3a7231f
fix(modbus): Fix the mode setup in modbus slave
...
https://github.com/espressif/esp-idf/pull/14878
2024-12-02 14:23:34 +01:00
Rahul Tank
5d250a23ad
Merge branch 'bugfix/fix_esp_hid_host_compilation' into 'master'
...
fix(nimble): Fix compilation issue in esp_hid_host example
Closes BLERP-1293
See merge request espressif/esp-idf!35305
2024-12-02 20:16:44 +08:00
Rahul Tank
2d1a2a7a7e
Merge branch 'bugfix/change_hci_cb_logging' into 'master'
...
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback
Closes BLERP-1203 and BLERP-1250
See merge request espressif/esp-idf!34701
2024-12-02 18:22:01 +08:00
C.S.M
190732c461
feat(spi_flash): refactor customize spi flash example for overriding more contents
2024-12-02 17:49:54 +08:00
zhanghaipeng
ab1e3c1ffd
fix(ble): Fixed crash in BLE HID host example during logging
2024-12-02 15:31:54 +08:00
Wei Yu Han
f47baa086e
fix(ble): Optimizied the bluetooth build test rules
2024-12-02 14:18:11 +08:00
Sumeet Singh
e517761187
Merge branch 'feat/pts_changes' into 'master'
...
feat(nimble): BLE 5.4 PTS Related Features and Fixes
Closes BLERP-1288, BLERP-1289, BLERP-1290, and BLERP-1291
See merge request espressif/esp-idf!34448
2024-11-30 19:16:48 +08:00
Aditya Patwardhan
308bad9bf4
Merge branch 'bug/wifi_provisioning_failure_even_after_connecting' into 'master'
...
fix(esp_wifi_prov): Provisioning App failure on first failed attempt
Closes IDF-11451
See merge request espressif/esp-idf!34411
2024-11-29 17:46:26 +08:00
Rahul Tank
b3f7873021
fix(nimble): Fix compilation issue in esp_hid_host example
2024-11-29 15:02:40 +05:30
Tan Yan Quan
7515df3ee2
feat(802.15.4): IEEE802.15.4 add documentation and refactor component structure
2024-11-29 15:54:53 +08:00
Mahavir Jain
dbe299fe15
Merge branch 'bugfix/solve_partial_ota_speed_regression_issue' into 'master'
...
feat: enabled configurable session resumption support in advanced_ota example
Closes IDF-11290 and IDFGH-13949
See merge request espressif/esp-idf!34710
2024-11-29 14:03:08 +08:00
Tan Yan Quan
cdcf2973f7
feat(802.15.4): IEEE802.15.4 add some minor edits for readability
2024-11-28 20:09:07 +08:00
hrushikesh.bhosale
6590cf9560
fix(esp_wifi_prov): Send failure msg on first fail
...
Added new sta state WIFI_PROV_ATTEMPT_FAILED, which is
returned on first failure with attemps_remaining field.
2024-11-28 15:00:54 +05:30
hrushikesh.bhosale
80087d8a81
fix(esp_wifi_prov): Moved the registering of wifi event handler
...
Moved the registering of of wifi event handler if under the condition
if device is already provisioned
2024-11-28 15:00:54 +05:30
Abhinav Kudnar
2f7feb4249
feat(nimble): Added PAwR support for nimble with IDF examples
2024-11-28 12:34:56 +05:30
Sumeet Singh
badd84d3c5
fix(nimble): fix and enable connection subrating
2024-11-28 12:33:30 +05:30
Sumeet Singh
e1bde9e1fc
fix(nimble): Fixed encrypted advertisement data example
2024-11-28 12:33:30 +05:30
Sumeet Singh
24372fda60
feat(nimble): Added support for EATT Credit Based Flow Control Mode
2024-11-28 12:33:30 +05:30
Shu Chen
44ec704cdd
Merge branch 'fix/enhance_wifi_connection_check_in_ot_ci_case' into 'master'
...
feat(openthread): enhance wifi connection check in openthread ci cases
Closes TZ-1310 and IDFCI-2428
See merge request espressif/esp-idf!35159
2024-11-27 17:02:09 +08:00
nilesh.kale
ea6e6cfcbd
feat: enabled configurable session resumption support in ota examples
...
This commit added config option to enable session ticket support
while performing ota. This helps in optimizing latency while
downloading ota over multiple HTTP requests.
closes https://github.com/espressif/esp-idf/issues/14783
2024-11-27 14:20:47 +05:30
yiwenxiu
0fcbf42a27
feat(openthread): enhance wifi connection check in openthread ci cases
2024-11-27 11:22:37 +08:00
Island
93257ed744
Merge branch 'refactor/refactor_ble_create_connection' into 'master'
...
fix(ble/bluedroid): Optimize BLE API esp_ble_gattc_enh_open
Closes BLERP-639 and BLERP-1266
See merge request espressif/esp-idf!35033
2024-11-27 10:32:35 +08:00
Erhan Kurubas
06e8ee2893
Merge branch 'change/sysview_test_config' into 'master'
...
change(sysview): run heap_log tracing tests on existing cores
Closes IDFGH-9080 and IDF-6744
See merge request espressif/esp-idf!35005
2024-11-26 15:47:21 +08:00
Island
79dca6c58c
Merge branch 'feat/remove_unused_sdkconfig_in_ble_examples' into 'master'
...
fix(ble/example): Removed unused sdkconfig files
See merge request espressif/esp-idf!33077
2024-11-26 15:45:50 +08:00