sibeibei
2aa83b1982
fix(wifi): fix issue that disarm send wake null timer donot take effect
2025-12-01 14:28:52 +08:00
Zhou Xiao
a7fafa48a2
change(ble): [AUTO_MR] updated rom linker script for ESP32-C2
2025-11-18 00:07:15 +08:00
Jin Cheng
066ba5aa0a
fix(bt/controller): Fixed some controller bugs
...
- Fixed Bluetooth hardware error of 'CHMAP_ERROR'
- Fixed encryption collision bug
2025-11-13 19:47:02 +08:00
Island
4b758e84bb
Merge branch 'change/ble_update_lib_20251022_v5.4' into 'release/v5.4'
...
change(ble): [AUTO_MR] 20251022 - Update ESP BLE Controller Lib (v5.4)
See merge request espressif/esp-idf!42840
2025-10-28 12:06:19 +08:00
morris
b4d0addd51
Merge branch 'feat/p4eco5_i2c_support_v5.4' into 'release/v5.4'
...
feat(i2c_p4eco5): update i2c_struct.h on P4 ECO5 (Backport v5.4)
See merge request espressif/esp-idf!42488
2025-10-27 14:48:49 +08:00
Wang Meng Yang
a336f3c4b2
Merge branch 'bugfix/several_esp32_bugs_v5.4' into 'release/v5.4'
...
Bugfix/several esp32 bugs (v5.4)
See merge request espressif/esp-idf!42243
2025-10-27 14:45:01 +08:00
Zhou Xiao
b9f9401a9b
change(ble): [AUTO_MR] updated rom linker script for ESP32-C2
...
(cherry picked from commit 557b7bae2e )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-10-27 10:52:04 +08:00
Chen Chen
9d8bca5d6b
refactor(i2c_p4eco5): update i2c_struct.h on P4 ECO5
...
Update the i2c_struct.h file to support P4ECO5.
2025-10-27 09:04:49 +08:00
armando
a70a29b7a6
feat(p4): p4 rev3 real chip support
2025-10-13 15:24:14 +08:00
armando
b3fd689da9
feat(esp32p4): support rev3 on fpga
2025-10-13 15:24:14 +08:00
wangtao@espressif.com
735f443c98
fix(wifi): fix esp32c2 auth threshold issue
2025-10-11 11:43:33 +08:00
liuning
027e174aa0
fix(pm): reserve txqblocks when mac init at offchannels
2025-10-10 15:28:42 +08:00
liuning
11536c7bcd
fix(pm): fix ps none status check
2025-10-10 15:28:32 +08:00
liuning
a3f96471e4
fix(wifi): fix cant sleep if connection breaks during sending probe
2025-10-10 15:27:58 +08:00
Jin Cheng
ea614b8f87
fix(bt/controller): fixed several controller bugs
2025-09-29 10:01:46 +08:00
Jiang Jiang Jian
df2c123290
Merge branch 'bugfix/offchan_action_tx_failure_v5.4' into 'release/v5.4'
...
Fix issues with offchannel action tx and ROC operations (Backport v5.4)
See merge request espressif/esp-idf!38497
2025-09-20 13:30:41 +08:00
tarun.kumar
bd9888270b
fix(wifi) : Commented out few ld file functions corresponding to offchan changes
2025-09-19 15:28:24 +05:30
tarun.kumar
767273f264
fix(esp_wifi): Making action tx and roc API's public and modifying os_time_t datatype for platform and compiler independence
2025-09-19 15:14:30 +05:30
jgujarathi
9996978c92
fix(esp_wifi): Fix issues with offchannel action tx and ROC operations
...
- Fix issues with sending NULL data on the target channel instead of home
channel when connected sta attempts action tx or ROC.
- Fix issues with sending action tx on the home channel instead of target
channel when connected sta attempts action tx.
- Add new status codes to event data of WIFI_EVENT_ROC_DONE
- Adds new request structure esp_wifi_remain_on_channel operation
- Fixes issues with cancelling off channel operations such as ROC or
action frames TX.
2025-09-19 14:55:26 +05:30
Zhou Xiao
dbd6a69bca
change(ble): [AUTO_MR] updated rom linker script for ESP32-C2
...
(cherry picked from commit 09a3b29d01 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-09-19 11:33:22 +08:00
Jiang Jiang Jian
b3f053863d
Merge branch 'bugfix/esp_flash_escape_checking_v5.4' into 'release/v5.4'
...
fix(esp_flash): fixed issue of escaping boundary check (v5.4)
See merge request espressif/esp-idf!40118
2025-09-19 03:19:26 +08:00
Zhao Wei Liang
67f1f86e6b
change(ble): [AUTO_MR] updated rom linker script for ESP32-C2
...
(cherry picked from commit 32c3556c7a )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-09-17 11:14:25 +08:00
Xiao Xufeng
9cfc314c5b
fix(esp_flash): fixed issue of escaping boundary check
...
Also patched corresponding ROM functions
2025-09-10 16:36:57 +08:00
JinCheng
1c7c8554af
fix(bt/controller): fixed some controller bugs
2025-08-27 11:11:31 +08:00
Marius Vikhammer
00f4245160
fix(console): fixed secondary console not working on all chips without VFS
2025-08-22 09:38:46 +08:00
Jiang Jiang Jian
2b2a722add
Merge branch 'bugfix/fix_open_mode_rx_fragment_fail_issue_v5.4' into 'release/v5.4'
...
fix(wifi): fix open mode rx fragment fail issue(Backport v5.4)
See merge request espressif/esp-idf!41068
2025-08-21 12:04:28 +08:00
Song Ruo Jing
dd9676051c
fix(gpio): remove GPIO_OUTPUT_SET macro for ESP32P4
...
Use GPIO_OUTPUT_SET led to compilation error
Closes https://github.com/espressif/esp-idf/issues/16050
2025-08-13 21:30:32 +08:00
muhaidong
c497c89984
fix(wifi): fix open mode rx fragment fail issue
2025-08-11 10:27:48 +08:00
Zhao Wei Liang
830ecc651c
change(ble): [AUTO_MR] updated rom linker script for ESP32-C2
...
(cherry picked from commit 7f7c8e2c85 )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-08-08 21:14:16 +08:00
wangtao@espressif.com
2aad5e4185
fix(wifi): fix esp32c2 eco4 ld issue
2025-07-31 17:03:35 +08:00
Zhou Xiao
07023d94d6
change(ble): [AUTO_MR] updated rom linker script for ESP32-C2
...
(cherry picked from commit ac6acf3629 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-07-30 13:14:26 +08:00
Zhi Wei Jian
1b1cab1c93
fix(rf/example): Fixed phy test example crash
...
(cherry picked from commit e2e5d4915b )
Co-authored-by: zhiweijian <zhiweijian@espressif.com >
2025-07-24 16:14:07 +08:00
Zhou Xiao
815232ce12
fix(ble): updated rom linker script for ESP32-C2
2025-07-11 11:50:20 +08:00
zwl
20da1d9266
fix(ble): fixed occasional assert triggered during controller disable on ESP32-C2
2025-07-10 22:47:36 +08:00
Island
1fcf178ed4
Merge branch 'bugfix/fixed_set_conn_mode_assert_on_esp32c2_v5.4' into 'release/v5.4'
...
fix(ble): fixed assertion issue in connection state on ESP32C2-ECO4 (v5.4)
See merge request espressif/esp-idf!40023
2025-07-03 15:32:23 +08:00
Island
b84ccbc475
Merge branch 'change/ble_update_lib_20250606_v5.4' into 'release/v5.4'
...
change(ble): [AUTO_MR] 20250606 - Update ESP BLE Controller Lib (v5.4)
See merge request espressif/esp-idf!39739
2025-07-03 15:19:55 +08:00
linruihao
421be5de07
fix(coex): Fix ble disconnect when coexisting wifi on esp32c2
2025-06-20 17:12:09 +08:00
Zhao Wei Liang
e6c8cc5a65
fix(ble): fixed assertion issue in connection state on ESP32C2-ECO4
...
(cherry picked from commit 83fd955f11 )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-06-20 15:31:35 +08:00
wanckl
ea03622621
ci(esp32c61): remove c61 support from readme on 5.4
2025-06-17 15:09:40 +08:00
Zhao Wei Liang
557ad56c6b
fix(ble): change ld file on ESP32-C2
...
(cherry picked from commit 6c5bff1bd8 )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-06-09 11:04:36 +08:00
sibeibei
b369c44beb
fix(wifi): rx bcn failed when sta off channel under modem state
2025-05-29 20:46:16 +08:00
Jiang Jiang Jian
b901c89f95
Merge branch 'feat/impl_bt_coex_timer_event_v5.4' into 'release/v5.4'
...
feat(coex): implement BT coex timer event (Backport v5.4)
See merge request espressif/esp-idf!39437
2025-05-29 13:50:16 +08:00
Zhi Wei Jian
33df4408d7
feat(ble/controller): Reduce bin size and IRAM for BLE rom code
...
(cherry picked from commit 1d739291ca )
Co-authored-by: zhiweijian <zhiweijian@espressif.com >
2025-05-27 16:03:34 +08:00
linruihao
b50ce3c7ac
feat(coex): implement BT coex timer event
2025-05-27 15:00:12 +08:00
yinqingzhao
bdc1f1b172
fix(wifi): fix some wifi bugs
2025-05-26 14:48:53 +08:00
Island
8ad0d3d8f2
Merge branch 'change/ble_update_lib_20250430_v5.4' into 'release/v5.4'
...
change(ble): [AUTO_MR] 20250430 - Update ESP BLE Controller Lib (v5.4)
See merge request espressif/esp-idf!38974
2025-05-09 14:05:17 +08:00
Jiang Jiang Jian
d2b2909f6a
Merge branch 'bugfix/fix_modem_state_rx_bcn_failed_v5.4' into 'release/v5.4'
...
fix(wifi):fix modem state rx bcn failed when tbtt update, support modem state for coexist (backport v5.4)
See merge request espressif/esp-idf!38935
2025-05-09 10:15:57 +08:00
Shen Wei Long
08dbf8b7ff
fix(ble): update ld file on ESP32-C2
...
(cherry picked from commit ee6607b489 )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-05-08 14:54:15 +08:00
sibeibei
444dddd87d
fix(wifi):fix modem state rx bcn failed when tbtt update, support modem state for coexist
2025-05-07 11:57:55 +08:00
sibeibei
e2a1b933e8
fix: tsens read abnormal value in esp32c2eco4
2025-05-06 14:20:17 +08:00