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
Mahavir Jain
ac35595746
Merge branch 'contrib/github_pr_14834' into 'master'
...
[Examples] [Async Handlers] simplify code by splitting long_async_handler into two functions (GitHub PR)
Closes IDFGH-14011
See merge request espressif/esp-idf!34694
2024-11-26 15:07:29 +08:00
chenjianhua
e5789a8ca1
feat(ble/bluedroid): Support setting connection params when creating connection
2024-11-26 12:10:27 +08:00
zhanghaipeng
7e536a7ba1
fix(ble/bluedroid): Optimize BLE API "esp_ble_gattc_enh_open"
2024-11-26 12:10:27 +08:00
Zhou Xiao
57b98f4e1e
feat(ble/example): Removed unused sdkconfig files
2024-11-26 10:31:31 +08:00
Armando
5c93ad2b7c
ci(sd): use uart0 as usj always serial noise on ci on p4
2024-11-26 09:52:49 +08:00
Konstantin Kondrashov
4ace94342a
Merge branch 'ci/fix_pytest_otatool' into 'master'
...
fix(examples): Fix closing port in pytest_otatool
Closes IDFCI-2540
See merge request espressif/esp-idf!35117
2024-11-26 08:50:22 +08:00
Roland Dobai
46e37515b8
Merge branch 'feat/examples_minimal_build' into 'master'
...
switch examples to build just with required components
Closes IDF-11308, IDF-7940, and IDF-11289
See merge request espressif/esp-idf!33825
2024-11-25 16:27:29 +08:00
Wang Meng Yang
6c62e08bd9
Merge branch 'feat/add_profile_state_event' into 'master'
...
Feat/add profile state event
Closes BTQABR2023-268
See merge request espressif/esp-idf!30257
2024-11-25 07:24:39 +08:00
Kapil Gupta
b7d412ce87
Merge branch 'fix/lwip_remove_unused_flags' into 'master'
...
fix(lwip): Remove unused LWIP flags from test configs
See merge request espressif/esp-idf!34056
2024-11-22 19:42:54 +08:00
Jin Cheng
fdcf89ae6b
feat(bt/bluedroid): added events to indicate the profile states of HFP
2024-11-22 17:14:16 +08:00
Konstantin Kondrashov
724ed52209
fix(examples): Fix closing port in pytest_otatool
2024-11-22 07:32:25 +02:00
Erhan Kurubas
e12138a149
change(sysview): support single/dual core targets in heap_trace_log test
2024-11-21 18:36:33 +01: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
Zhang Hai Peng
39eb6732b2
Merge branch 'feat/support_bt_hci_debug_tool' into 'master'
...
feat(bt): Add support for converting BT HCI logs to btsnoop format
Closes BLERP-1261
See merge request espressif/esp-idf!35048
2024-11-21 19:45:13 +08:00
laokaiyao
9b779d8b3c
feat(i2s): support to select PDM data format
2024-11-21 19:04:55 +08:00