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
zhanghaipeng
decb24f940
feat(bt): Add support for converting BT HCI logs to btsnoop format
2024-11-21 17:21:13 +08:00
Zhang Hai Peng
ed61b22e6a
Merge branch 'bugfix/fix_ble_init_fail' into 'master'
...
fix(blufi): Fixed blufi init fail after deinit
Closes IDFGH-14085
See merge request espressif/esp-idf!35034
2024-11-21 11:04:53 +08:00
Marius Vikhammer
85fe2454ce
Merge branch 'ci/twai_network' into 'master'
...
ci(twai): disable twai_network test
See merge request espressif/esp-idf!35037
2024-11-21 10:32:50 +08:00
Frantisek Hrbata
1c92945f59
change(examples): switch examples to use a minimal build
...
Currently, several example dependencies rely on the fact that all
registered components are added to the build, along with components
specified in common requirements. This results in longer build times
because even unused components must be built. Switch all examples to use
idf_minimal_build to compile only the components actually required by
the example.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-11-20 20:14:40 +01:00
Frantisek Hrbata
ad15109daa
change(examples): explicitly specify component dependencies for examples
...
Currently, several examples do not explicitly state their component
dependencies, relying instead on the default behavior that includes all
registered components and commonly required ones in the build.
Explicitly adding component dependencies can reduce build time when
set(COMPONENTS main) is used.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-11-20 14:11:24 +01:00
zhanghaipeng
7addb57ccd
fix(blufi): Fixed blufi init fail after deinit
2024-11-20 16:36:09 +08:00
Marius Vikhammer
2c1d52b5b9
ci(twai): disable twai_network test
2024-11-20 14:31:21 +08:00
Jiang Jiang Jian
09635fddab
Merge branch 'feature/avoid_compiling_wifi_components_when_wifi_is_unsupported' into 'master'
...
feat(wifi): avoid compiling components related to wifi when wifi is not supported
Closes WIFI-5796
See merge request espressif/esp-idf!34613
2024-11-20 14:18:06 +08:00
Shu Chen
d7dc6e7f2a
Merge branch 'fix/add_network_reconnectin_in_ot_ci_case' into 'master'
...
feat(openthread): flush ipv6 addr in openthread ci cases
Closes TZ-1260 and IDFCI-2537
See merge request espressif/esp-idf!34666
2024-11-20 10:14:11 +08:00
Alexey Gerenkov
a4d515b1c4
Merge branch 'ci/clang_qemu_tests' into 'master'
...
change(ci): Add qemu host tests builds with Clang
See merge request espressif/esp-idf!33630
2024-11-20 01:43:38 +08:00
Alexey Gerenkov
941a7ee17f
change(ci): Add qemu host tests for esp32c3 builds with Clang
2024-11-19 17:33:51 +03:00
Rahul Tank
f25d50b2f4
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback
2024-11-19 17:38:24 +05:30