Sarvesh Bodakhe
e769f8aa0c
refactor(wifi): Cleanup in disconnecting station path for softAP
2024-12-13 13:03:46 +05:30
wangtao@espressif.com
25143e1e4a
fix(wifi): fix ampdu to normal cause free buffer twice issue
2024-12-06 17:59:17 +08:00
Jiang Jiang Jian
3106c368eb
Merge branch 'feat/support_esp32c2_eco4_wifi_v50' into 'release/v5.0'
...
Feat/support esp32c2 eco4 wifi v50
See merge request espressif/esp-idf!34659
2024-12-04 20:43:06 +08:00
Jiang Jiang Jian
1f5789e649
Merge branch 'fix/duplicated_enc_restart_request_when_change_key_type_v5.0' into 'release/v5.0'
...
fix(bt): fixed some issues in esp32 bt controller(backport v5.0)
See merge request espressif/esp-idf!35298
2024-12-04 19:21:47 +08:00
wangtao@espressif.com
c9102147d1
fix(wifi): fix esp32c2 eco4 ci issue ld
2024-12-03 11:04:40 +08:00
gongyantao
21df54c917
fix(bt): fixed some issues in esp32 bt controller
...
1: fix duplicated lc_enc_restart_req when new lk type is semi-permanent
key
2: reset PreventEncEvt flag at the end of restart encryption procedure
2024-11-29 14:13:23 +08:00
Jin Chen
1021139898
fix(ble): change ld for ble scan coex issue
...
(cherry picked from commit dd499d7b2e
)
Co-authored-by: cjin <jinchen@espressif.com >
2024-11-25 21:03:50 +08:00
Jin Chen
219244ffaa
fix(ble): fix ble light sleep error on esp32c2
...
(cherry picked from commit 23f7e33a97
)
Co-authored-by: cjin <jinchen@espressif.com >
2024-11-25 21:03:50 +08:00
Li Bo
17a8462d81
fix(esp_rom): fix esp32c3 eco7 console rom function address
2024-11-22 14:56:45 +08:00
wangtao@espressif.com
e56f427065
fix(wifi): put more useful rom code in used
2024-11-21 20:24:39 +08:00
wangtao@espressif.com
28621c5d7d
ix(wifi): fix esp32c2 eco4 in v5.0 extra ld issue
2024-11-18 15:57:11 +08:00
wangtao@espressif.com
c117ea6bfc
fix(wifi): fix esp32c2 eco4 ld
2024-11-18 15:57:11 +08:00
Jin Cheng
a5d2d906ad
fix(bt/controller): Fixed some controller bugs on ESP32
...
- Fixed wrong logic in handling sniff transaction collision at slave
side
- Fixed the issue ACL is stopped too early before eSCO
2024-11-15 11:47:17 +08:00
Island
240dd4fb8d
Merge branch 'feature/support_moving_code_to_flash_v5.0' into 'release/v5.0'
...
feat(ble): Support for putting code in flash on ESP32-C2 (v5.0)
See merge request espressif/esp-idf!34782
2024-11-14 10:09:21 +08:00
Shen Weilong
c3290dfd6b
feat(ble): Support for putting code in flash on ESP32-C2
2024-11-11 17:38:13 +08:00
Island
48cb8520b4
Merge branch 'feat/support_controller_run_in_flash_only_v5.0' into 'release/v5.0'
...
feat(bt/controller): Support controller code run in flash only (backport v5.0)
See merge request espressif/esp-idf!34696
2024-11-11 14:21:42 +08:00
Jin Cheng
ccb482a38d
fix(bt/controller): Fixed some controller bugs on ESP32
...
- Fixed access NULL in SCO frame end
Closes https://jira.espressif.com:8443/browse/IDFGH-10796
- Added LAP checking for Periodic Inquiry
- Removed an inproper assertion in SCO module
- Fixed wrong logic in key exchange when
LMP transaction collision occurred
- Fixed the using of wrong error code in
the transaction collision of role switch
2024-11-06 19:38:22 +08:00
zhiweijian
81c56354fb
feat(bt/controller): Support controller code run in flash only
2024-11-06 14:24:28 +08:00
Chen Jian Hua
2d0c9d1837
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(52ee788)
...
- Fixed BLE vendor HCI set and get tx power
- Support BLE vendor HCI set adv aux offset command
- Support BLE vendor HCI set CSA support command
- Added config for BLE instant passed workaround
- Fixed btdm_sleep_clock_sync timeout workaround
(cherry picked from commit 1e3220b0b0
)
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2024-10-31 15:33:43 +08:00
Chen Jian Hua
acf16d293b
fix(bt/controller): Fixed BLE functions overriding on ESP32-C3 ECO7
...
(cherry picked from commit 020f7a6297
)
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2024-10-15 13:33:21 +08:00
Jiang Guang Ming
5dd3f332ca
fix(esp_rom): Fixed esp32c2 rom eco1 mbedtls issues
2024-09-30 09:29:26 +08:00
Shen Weilong
5194671f3b
change(ble): update c2 eco4 ld file
2024-09-27 11:09:12 +08:00
Jiang Guang Ming
0337a3f266
feat(esp_rom): support esp32c2 rev2.0(ECO4) rom systimer hal
2024-09-25 11:21:16 +08:00
Jiang Guang Ming
ae2154ab23
feat(esp_rom): add esp32c2.rom.eco4.ld
2024-09-25 11:20:28 +08:00
Jiang Guang Ming
437990877d
feat(esp_rom): include rom.mbedtls.eco4.ld with C2 rev2.0(ECO4) select
2024-09-10 11:16:34 +08:00
Jiang Guang Ming
779dc07b5b
feat(esp_rom): update esp32c2.rom.mbedtls.eco4.ld
2024-09-10 11:14:31 +08:00
Jiang Jiang Jian
b54d9925fb
Merge branch 'feat/save_ble_log_to_flash_0605_v5.0' into 'release/v5.0'
...
Feat/save ble log to flash 0605 v5.0
See merge request espressif/esp-idf!32398
2024-08-20 11:32:31 +08:00
zhanghaipeng
256895f89f
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(f583012)
...
- Fix BLE channel map update when latency is not zero
2024-08-07 13:13:49 +08:00
zwl
730230d9cf
fix: fixed directed adv can't be conneted when adv filter is 0x2 on ESP32C2
2024-08-02 17:46:34 +08:00
zwl
cec91a1c10
feat(bluetooth/controller): adopting new HCI layer code on ESP32-C2
2024-07-16 20:10:03 +08:00
zhanghaipeng
3752c0ad5f
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(abd7733)
...
- Fix the issue where RSSI is incorrect when latency is not zero
2024-07-15 15:55:17 +08:00
liuning
9689526f76
feat(wifi): support coex pwr, fix tbtt intr miss issue, fix esp32 cant tx after reset
2024-07-10 16:27:17 +08:00
Island
8599e25cfe
Merge branch 'bugfix/fixed_ble_issues_on_esp32c2_esp32c6_v5.0' into 'release/v5.0'
...
Bugfix/fixed ble issues on esp32c2 esp32c6 (v5.0)
See merge request espressif/esp-idf!31862
2024-07-05 10:39:18 +08:00
muhaidong
ba8ace2e98
fix(wifi): annotate a rom function
2024-07-02 21:35:24 +08:00
zwl
422c244fa6
fix(ble): fixed some ble controller issues on ESP32-C2
2024-07-02 15:44:55 +08:00
Sarvesh Bodakhe
af72ce1f75
fix(esp_wifi): Fix some wifi bugs
...
1. Fix issues related to mgmt packets encryption in GCMP
2. Fix issue of wrong decryption of mgmt packets when PMF is enabled
3. Fix frame subtype in send_mgmt_frame
4. Fix issue of wrong Rx control information of espnow packets for esp32 and esp32s2
5. Fix send mgmt err when eapol process
2024-07-01 11:06:13 +05:30
Island
ef922dd380
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.0' into 'release/v5.0'
...
Fixed some BLE bugs 240620 (backport v5.0)
See merge request espressif/esp-idf!31648
2024-06-26 20:33:09 +08:00
linruihao
e575fa7b3e
fix(bt): Overwrite a function in esp32c3 eco7 rom
2024-06-24 19:48:36 +08:00
chenjianhua
1b65330ac5
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(0738a61)
...
- Fixed BT BB interrupt allocation
- Refactor the prefix of assert print
- Fixed HCI LE set privacy mode command handle
2024-06-24 19:48:36 +08:00
chenjianhua
35e79a6437
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(eca46a0)
...
- Fixed adv data buffer free after restart adv
- Fixed BLE interrupt allocation using esp API
2024-06-24 19:48:36 +08:00
wuzhenghui
39e7503f8e
change(esp_system): trigger digital system reset in brownout isr
2024-06-24 19:12:49 +08:00
Island
b6f8340101
Merge branch 'bugfix/esp32c2_fixed_some_ble_issues_master_v5.0' into 'release/v5.0'
...
Bugfix/esp32c2 fixed some ble issues master (v5.0)
See merge request espressif/esp-idf!31235
2024-06-04 10:22:00 +08:00
zwl
1f97c76d0c
ble: fixed ble some issues on esp32c2
2024-05-31 17:14:43 +08:00
zhangyanjiao
2e216f6e2e
fix(wifi): fixed sniffer and espnow issue
...
1. fix(wifi): fixed sniffer dump fcs error packets fail
Closes https://github.com/espressif/esp-idf/issues/10777
2. fix(wifi): fixed the espnow priv parameter get error
Closes https://github.com/espressif/esp-idf/issues/13693
2024-05-31 14:13:50 +08:00
chenjianhua
f205edb6e9
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(a771b7c)
...
- Fixed assert when starting advertising due to preemption
- Fixed RPA generation after each reboot
- Fixed RPA renew timer start and stop
2024-05-22 11:49:59 +08:00
muhaidong
705afe5162
fix(wifi): fixed task watchdog got triggered by esp_wifi_stop issue
2024-05-20 10:11:48 +08:00
muhaidong
a91a74d12a
fix(wifi): fix multicast address qos frames issue
2024-05-20 10:11:48 +08:00
muhaidong
cd242a6684
fix(wifi): fix lmac_stop_hw_txq issue
2024-05-20 10:11:48 +08:00
muhaidong
155fe73757
fix(wifi): fix some wifi issues
...
1. fix qos encapsulated eapol issue
2. fixed dhcp offer and dhcp ack data rates
2024-05-20 10:11:24 +08:00
Jin Cheng
2c45c9dcd2
fix(bt/controller): Parse out the correct packet types from Host parameters
...
- For HCI command HCI_Enhanced_Setup_Synchronous_Connection
2024-05-14 11:55:04 +08:00