Zhang Hai Peng
12b7a9e6d7
fix(blufi): Fixed some security issue in blufi example
...
(cherry picked from commit abc18e93eb3500dbec74c3e589671ef82c8b3919)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-01-22 16:34:36 +08:00
Shu Chen
aedf0408a6
Merge branch 'fix/ci_restart_avahi_daemon_v5.3' into 'release/v5.3'
...
fix(ci): restart avahi-daemon in otbr service discovery test case (v5.3)
See merge request espressif/esp-idf!36434
2025-01-21 14:41:39 +08:00
zwx
8681e5ec9c
fix(ci): restart avahi-daemon in otbr service discovery test case
2025-01-21 11:25:50 +08:00
morris
adf1474e2f
Merge branch 'refactor/usb_merge_p4_phy_backport_v5.3' into 'release/v5.3'
...
refactor(usb/phy): Merge P4 and S2/S3 PHYs into one module (backport_v5.3)
See merge request espressif/esp-idf!36448
2025-01-20 15:02:21 +08:00
morris
fb25eb02eb
Merge branch 'fix/p4_spi_slave_example_not_work_v5.3' into 'release/v5.3'
...
fix(driver_spi): fixed slave (and slave_hd) driver and example error with alignment check (v5.3)
See merge request espressif/esp-idf!36404
2025-01-20 10:54:22 +08:00
Tomáš Rohlínek
c1d93799b0
fix(storage/fatfsgen): broken test_apps scripts for fatfsgen
2025-01-17 18:02:32 +01:00
Shu Chen
738ed11aa0
Merge branch 'fix/fix_coex_macro_control_v5.3' into 'release/v5.3'
...
fix(openthread): use the correct macros to control code compilation (v5.3)
See merge request espressif/esp-idf!36457
2025-01-17 17:14:18 +08:00
wanckl
c18f258a24
fix(driver_spi): fixed slave example error on esp32p4
2025-01-17 11:18:41 +08:00
Xu Si Yu
527d29409e
fix(openthread): use the correct macros to control code compilation
2025-01-17 09:49:18 +08:00
Tomas Rezucha
6d97cd0aa1
refactor(usb/phy): Merge P4 and S2/S3 PHYs into one module
...
P4 had separate PHY implementation for initial bring-up,
now we can merge it with the original PHY driver.
2025-01-16 10:25:25 +01:00
David Cermak
c2bc4d3797
fix(lwip): Fix ping session calling thread unsafe API
...
Closes https://github.com/espressif/esp-idf/issues/14982
2025-01-14 11:25:44 +01:00
Rahul Tank
ce5ac95711
Merge branch 'bugfix/fix_few_nimble_issues_v5.3' into 'release/v5.3'
...
fix(nimble): Fix few nimble issues 11012025 (v5.3)
See merge request espressif/esp-idf!36311
2025-01-13 13:26:15 +08:00
Jiang Jiang Jian
8e54a6cc71
Merge branch 'bugfix/fix_some_wifi_bugs_20241221_v5.3' into 'release/v5.3'
...
fix some wifi bugs 20241221(Backport v5.3)
See merge request espressif/esp-idf!35862
2025-01-13 10:57:26 +08:00
Abhinav Kudnar
eb4ce28bfc
feat(nimble): Additional changes in PAWR IDF Examples/support for ESP IP
2025-01-10 17:13:32 +05:30
morris
e4762af4bb
Merge branch 'feature/isp_dvp_example_v5.3' into 'release/v5.3'
...
feat(dvp_isp_dsi_example): add new option to connect a DVP camera sensor (ov2640) through ISP_DVP (v5.3)
See merge request espressif/esp-idf!35996
2025-01-10 10:11:13 +08:00
Jiang Jiang Jian
77eaf678f6
Merge branch 'backport/backport_some_changes_to_v5.3_20250106' into 'release/v5.3'
...
Backport/backport some changes to v5.3 20250106
See merge request espressif/esp-idf!36234
2025-01-09 19:54:38 +08:00
Jiang Jiang Jian
3b9242212c
Merge branch 'fix/blufi_example_mem_access_v5.3' into 'release/v5.3'
...
fix(ble/blufi): Fixed blufi example security issue (v5.3)
See merge request espressif/esp-idf!36163
2025-01-09 11:48:31 +08:00
yinqingzhao
93582b8221
feat(wifi): avoid compiling components related to wifi when wifi is not supported
2025-01-08 16:47:34 +08:00
Song Ruo Jing
ff0f9cd649
feat(dvp_isp_dsi_example): add an example shows DVP-ISP-DSI combination
2025-01-08 16:20:14 +08:00
Shu Chen
90de6ac550
Merge branch 'feat/support_setting_event_for_154_txrx_5_3' into 'release/v5.3'
...
feat(15.4): support setting 15.4 txrx pti when coex is enabled (backport to 5.3)
See merge request espressif/esp-idf!36106
2025-01-07 10:30:43 +08:00
Jiang Jiang Jian
e7caff51c1
Merge branch 'bugfix/use_wpa3_ent_authmode_naming_v5.3' into 'release/v5.3'
...
fix(wifi): Add support to recongize different WPA3 Authentication modes from specifications (Backport v5.3)
See merge request espressif/esp-idf!36104
2025-01-06 21:10:12 +08:00
Roland Dobai
bc92458d2a
Merge branch 'feature/add_utf_8_decoding_v5.3' into 'release/v5.3'
...
feat(tools): Enforced utf-8 encoding with Python open() functions (v5.3)
See merge request espressif/esp-idf!36126
2025-01-06 17:10:39 +08:00
morris
b545f9cca8
Merge branch 'bugfix/modbus_serial_examples_fix_mode_v53' into 'release/v5.3'
...
fix(modbus): Fix the mode setup in modbus slave (backport v5.3)
See merge request espressif/esp-idf!36118
2025-01-06 17:05:33 +08:00
Zhang Hai Peng
ed51c0b6b2
docs(ble/bluedroid): Optimize doc for registering BLE callback functions
...
(cherry picked from commit d84ccadf905bcaadcfbdee0b61e8875775ff716f)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-01-06 11:13:53 +08:00
Xu Si Yu
f5f07d4962
fix(openthread): fix openthread radio spinel deinit
2025-01-06 10:29:40 +08:00
Xu Si Yu
aaab96050a
fix(openthread): fix a naming error of kconfig
2025-01-06 10:29:19 +08:00
Xu Si Yu
33ff758293
feat(15.4): support setting 15.4 txrx pti when coex is enabled
2025-01-06 10:29:19 +08:00
Shu Chen
ad6fd3f2f8
Merge branch 'feat/example_connect_thread_v5_3' into 'release/v5.3'
...
feat(protocol_examples_common): Add Thread connect to support Thread for the protocol examples(v5.3)
See merge request espressif/esp-idf!36091
2025-01-05 10:58:33 +08:00
Jiang Jiang Jian
21fb91564e
Merge branch 'bugfix/fix_sniffer_fail_on_ci_v5.3' into 'release/v5.3'
...
fix(ci): Enlarge the pcap memory size in sniffer example (v5.3)
See merge request espressif/esp-idf!35697
2025-01-03 19:59:02 +08:00
Sarvesh Bodakhe
ca4d97bb22
fix(wifi): Add support to recongize different WPA3 Authentication modes from specs
...
Add support to recognize APs supporting 'WPA3-Enterprise-Only Mode' and
'WPA3-Enterprise-Transition Mode' using authmodes WIFI_AUTH_WPA3_ENTERPRISE
and WIFI_AUTH_WPA2_WPA3_ENTERPRISE, respectively.
2025-01-03 12:54:58 +05:30
Marek Fiala
2b0407eb2a
feat(tools): Enforce utf-8 encoding with open() function
2025-01-02 16:48:43 +01:00
aleks
fb506232f7
fix(modbus): Fix the mode setup in modbus slave
...
https://github.com/espressif/esp-idf/pull/14878
2025-01-02 17:58:42 +08:00
Kabir Waraich
74cb39cbca
Update slave.c to fix the mode
...
There is an issue in the lines that I have changed. I think it was copied over from the enum by mistake.
2025-01-02 17:58:42 +08:00
morris
d47aa5b072
Merge branch 'fix/fix_parlio_tx_example_line_address_v5.3' into 'release/v5.3'
...
fix(parlio_tx): fix line address in simple_rgb_martix example (v5.3)
See merge request espressif/esp-idf!36071
2025-01-02 14:12:01 +08:00
Xu Si Yu
eed839d11a
feat(openthread): update build test rules
2024-12-31 14:33:33 +08:00
WanqQixiang
6ae2ed32c3
fix(openthread): Fix CI failure of ot_trel example build
2024-12-31 14:33:27 +08:00
WanqQixiang
43ae52b87a
feat(protocol_examples_common): Add Thread connect to support Thread for the protocol examples
2024-12-31 14:33:17 +08:00
Chen Jichang
7cd877b0d3
fix(parlio_tx): fix line address in simple_rgb_martix example
2024-12-30 17:08:59 +08:00
yiwenxiu
b3a7c9f79d
feat(openthread): use fixed port in ot ci cases
2024-12-30 10:02:24 +08:00
Island
4dd4435bc2
Merge branch 'feat/add_get_started_example_on_bluedroid_v5.3' into 'release/v5.3'
...
feat(bt/bluedroid): Added BLE get started examples for Bluedroid (v5.3)
See merge request espressif/esp-idf!35652
2024-12-26 14:24:51 +08:00
Island
505a359f36
Merge branch 'bugfix/fixed_ble_issues_241220_v5.3' into 'release/v5.3'
...
Bugfix/fixed ble issues 241220 (v5.3)
See merge request espressif/esp-idf!35923
2024-12-26 11:30:17 +08:00
zwl
eb0c5ed331
feat(ble): add dtm configuration command in hci example
2024-12-24 19:30:30 +08:00
morris
cfea4f7c98
Merge branch 'bugfix/fix_i2s_24b_buf_size_calc_v5.3' into 'release/v5.3'
...
fix(i2s): fixed some issues in I2S driver (v5.3)
See merge request espressif/esp-idf!35769
2024-12-24 18:36:09 +08:00
laokaiyao
01d1aecd19
fix(i2s): fix the es8311 example on P4
...
Closes https://github.com/espressif/esp-idf/issues/14297
2024-12-24 12:07:45 +08:00
laokaiyao
75fb8bbe04
refactor(i2s): refactor i2s examples common dependencies
...
Closes https://github.com/espressif/esp-idf/issues/14751
Make the common I2S dependencies as an example common component,
so that to avoid slash & backslash issue on windows
when use absolute include path.
2024-12-24 12:07:45 +08:00
laokaiyao
85be1550ab
docs(example): added troubleshooting for i2s_es8311 example
...
Closes https://github.com/espressif/esp-idf/issues/15047
2024-12-24 12:07:44 +08:00
Tan Yan Quan
5f19eb45b8
fix(openthread): add macros for ot_br
2024-12-23 21:31:08 +08:00
Astha Verma
c8d452638c
fix(nimble): fix memory leak issue in Blufi example
2024-12-21 16:31:45 +05:30
weiyuhan
8d37ce199a
fix(ble): removed c5 sdk config
2024-12-21 18:45:56 +08:00
Chen Jian Hua
5a9418a95c
feat(bt/bluedroid): Added BLE get started examples for Bluedroid
...
(cherry picked from commit d051a2a39de4699cdc919d467890ce8f216ef607)
Co-authored-by: xuzhekai <xuzhekai@espressif.com>
2024-12-21 18:25:08 +08:00