Jiang Jiang Jian
2ea1eff316
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.3' into 'release/v5.3'
...
Fixed some BLE bugs 240723 (backport v5.3)
See merge request espressif/esp-idf!32345
2024-07-26 11:53:59 +08:00
Jiang Jiang Jian
50288969c2
Merge branch 'fix/backport_wifi_fixes_v5.3' into 'release/v5.3'
...
fix(wifi): backport some wifi fixes to v5.3
See merge request espressif/esp-idf!32291
2024-07-26 11:08:23 +08:00
zhanghaipeng
ed0cc11750
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-25 17:50:04 +08:00
Island
638577b0bf
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.3' into 'release/v5.3'
...
Fixed some BLE bugs 240620 (backport v5.3)
See merge request espressif/esp-idf!31646
2024-07-25 16:54:55 +08:00
liuning
2c4812092d
fix(coex): fix esp32 crash issue, fix esp32c6 rx issue
2024-07-23 17:09:09 +08:00
zhangyanjiao
9e0064ba20
fix(wifi/mesh): fix the issue that xon request timeout constantly when root reboot
...
Closes https://github.com/espressif/esp-idf/issues/13212
2024-07-23 17:06:34 +08:00
muhaidong
20932eceaf
fix(wifi): annotate a rom function
2024-07-23 16:42:31 +08:00
zwl
1390711c27
feat(bluetooth/controller): adopting new HCI layer code on ESP32-C2
2024-07-17 19:32:22 +08:00
zwl
5a6b9fc1b2
fix(ble): fixed some ble controller issues on ESP32-C2
2024-07-17 19:32:22 +08:00
wuzhenghui
64ace5b6d8
fix(esp_hw_support): fix cpu_retention cache invalidate mask
2024-07-11 22:01:49 +08:00
linruihao
73ef188a8c
fix(bt): Overwrite a function in esp32c3 eco7 rom
2024-06-26 17:23:29 +08:00
chenjianhua
1b36724897
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-26 17:23:29 +08:00
chenjianhua
ad31f4f029
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-26 17:23:29 +08:00
Marius Vikhammer
69ab9d7a17
Revert "fix(rom): fixed esprv_int_set_threshold on C5"
...
This reverts commit 171e0a21a1
.
2024-06-24 13:57:57 +08:00
Marius Vikhammer
cabf41c1c6
Merge branch 'ci/disable_c5_build_v5.3' into 'release/v5.3'
...
ci: disable failing esp32c5 builds (v5.3)
See merge request espressif/esp-idf!31571
2024-06-21 16:45:17 +08:00
Marius Vikhammer
7e5ab45fbb
ci(rom): disable rom wdt test on C5
2024-06-20 12:22:56 +08:00
Fu Hanxi
8a668d6c03
ci: disable failing esp32c5 builds
2024-06-18 08:27:00 +02:00
yinqingzhao
ce145a2c92
fix(wifi):esp32c6 update ld
2024-06-13 20:18:59 +08:00
Marius Vikhammer
171e0a21a1
fix(rom): fixed esprv_int_set_threshold on C5
2024-06-13 16:47:48 +08:00
Michael (XIAO Xufeng)
98e99e712f
Merge branch 'feature/esp32c5_mp_gpio_support_v5.3' into 'release/v5.3'
...
Feature/esp32c5 mp gpio support (v5.3)
See merge request espressif/esp-idf!30884
2024-06-12 00:51:06 +08:00
Island
3ffea37812
Merge branch 'bugfix/esp32c2_fixed_some_ble_issues_master_v5.3' into 'release/v5.3'
...
Bugfix/esp32c2 fixed some ble issues master (v5.3)
See merge request espressif/esp-idf!31232
2024-06-11 14:55:43 +08:00
Jiang Jiang Jian
eac00e82d1
Merge branch 'bugfix/loadprohibited_after_bt_deinit_v5.3' into 'release/v5.3'
...
Fixed some coexist issues
See merge request espressif/esp-idf!31003
2024-06-11 10:42:16 +08:00
zwl
bbe96641b1
ble: fixed ble some issues on esp32c2
2024-05-31 17:13:31 +08:00
Jeroen Domburg
df4195062d
change(system): heap_caps_alloc returns aligned memory if caps indicate a need for it
...
The implicit promise of heap_alloc_caps() and friends is that the memory it
returns is fit for the purpose as requested in the caps field. Before
this commit, that did not happen; e.g. DMA-capable memory wass returned
from a correct region, but not aligned/sized to something the DMA subsystem
can handle.
This commit adds an API to the esp_mm component that is then used by the
heap component to adjust allocation alignment, caps and size dependent on
the hardware requirement of the requested allocation caps.
2024-05-30 16:02:03 +08:00
chenjianhua
9f04d1ac36
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:51:44 +08:00
liuning
1bf9c822f9
feat(wifi): support coex pwr
2024-05-21 20:57:46 +08:00
wangtao@espressif.com
bb466097e5
feat(wifi): add softap csa&dtim&wait_bcast_data setting and ignore err nodata
2024-05-21 20:57:06 +08:00
Jiang Jiang Jian
c7f146b671
Merge branch 'fix/backport_wifi_fixes_v5.3' into 'release/v5.3'
...
fix(esp_wifi): backport some wifi fixes to v5.3
See merge request espressif/esp-idf!30933
2024-05-20 20:52:18 +08:00
Sarvesh Bodakhe
fdb4197d02
fix(esp_wifi): Add some bugfixes and cleanup in softAP
...
1. Fix wrong reason code in 'WIFI_EVENT_AP_STADISCONNECTED' event
2. cleanup in softAP for disconnecting connected station
3. Update examples to display reason while processing WIFI_EVENT_AP_STADISCONNECTED event
2024-05-20 11:50:09 +08:00
zhangyanjiao
4cf29dfcef
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-20 11:44:48 +08:00
zhangyanjiao
8639f69ed7
fix(wifi): fix the tx issue when mesh packet lifetime remain equal to zero
2024-05-20 11:42:34 +08:00
gaoxu
7403b8d68d
feat(rom): update c5 mp verison rom ld file
2024-05-16 15:03:21 +08:00
Jin Cheng
d8bc05c5d0
fix(bt/controller): Parse out the correct packet types from Host parameters
...
- For HCI command HCI_Enhanced_Setup_Synchronous_Connection
2024-05-14 11:52:58 +08:00
Marius Vikhammer
842b6a1dc4
Merge branch 'bugfix/p4_ulp_wakeup' into 'master'
...
fix(ulp): fixed lp-core not booting during sleep
Closes IDF-9407
See merge request espressif/esp-idf!30296
2024-04-18 16:23:16 +08:00
Marius Vikhammer
1fa59c442b
fix(ulp): fixed lp-core not booting during sleep
...
LP core was unable to boot when system was in deepsleep.
This was due to lp uart init in LP rom using XTAL as clk source,
which is normally powered down during sleep.
This would cause lp uart to get stuck while printing ROM output,
and the app would never boot.
Also fixed wrong wakeup cause used by HP core for ULP wake up
2024-04-18 11:36:30 +08:00
Island
2cdd56ebc3
Merge branch 'bugfix/fixed_coex_asset_on_esp32c2' into 'master'
...
ble: fixed an occasional assertion issue in coexistence scenarios on ESP32C2
See merge request espressif/esp-idf!30300
2024-04-18 10:54:15 +08:00
Jiang Jiang Jian
0f5aca1e47
Merge branch 'bugfix/mgmt_gcmp_issue' into 'master'
...
fix(wifi): Fix GCMP encryption for mgmt packets and other bugfixes
Closes WIFIBUG-293 and WIFIBUG-459
See merge request espressif/esp-idf!28449
2024-04-17 16:52:22 +08:00
zwl
d0c1ff0376
ble: fixed an occasional assertion issue in coexistence scenarios on ESP32C2
2024-04-17 14:46:02 +08:00
muhaidong
490c6d3c38
fix(wifi): fixed lmacEndFrameExchangeSequence assert issue
2024-04-17 11:16:51 +08:00
Kapil Gupta
95b522a1be
fix(wifi): Fix encryption/decryption issue for mgmt packets
...
* Fix issues related to mgmt packets encryption in GCMP
* Fix issue of wrong decryption of mgmt packets when PMF is enabled
* Fix softAP bug in handling of SAE Reauthentication
2024-04-16 19:49:09 +05:30
Konstantin Kondrashov
b6c8a139be
Merge branch 'feature/linux_improve_delay_func' into 'master'
...
feat(esp_rom): Improves esp_rom_delay_us for linux target
See merge request espressif/esp-idf!30217
2024-04-16 14:44:21 +08:00
Konstantin Kondrashov
b3d1b1783b
feat(esp_rom): Improves esp_rom_delay_us for linux target
2024-04-12 12:52:38 +03:00
muhaidong
6d97ebf35c
fix(wifi): fixed task watchdog got triggered by esp_wifi_stop issue
2024-04-11 12:03:11 +08:00
Lou Tianhao
2c59c4fbf2
fix(ci): bypass c5mp ci check
2024-04-10 20:45:49 +08:00
Lou Tianhao
8b3b1470b5
change(esp_hw_support): support cpu retention and power off during sleep for esp32c5 beta3
2024-04-09 20:58:42 +08:00
Kevin (Lao Kaiyao)
432864e917
Merge branch 'ci/enable_c5_mp_ci_jobs' into 'master'
...
ci(esp32c5mp): enable esp32c5 build on CI
See merge request espressif/esp-idf!29895
2024-04-08 12:16:16 +08:00
Island
f36a16bea7
Merge branch 'bugfix/fix_some_ble_bugs_240401' into 'master'
...
Fixed some BLE bugs 240401 on ESP32C3(5274796)
Closes BLERP-656, BLERP-657, BLERP-535, BLERP-644, BLERP-645, BLERP-658, BLERP-659, and BLERP-660
See merge request espressif/esp-idf!29998
2024-04-08 11:06:56 +08:00
laokaiyao
65b1fd33d3
ci(esp32c5mp): disable the unsupported tests
2024-04-07 12:13:29 +08:00
Gao Xiao Jie
f1babb9074
Merge branch 'bugfix/clic_edge_type_interrupt_config' into 'master'
...
fix(esp_rom): patch esprv_intc_int_set_type for esp32p4
See merge request espressif/esp-idf!28161
2024-04-07 11:09:19 +08:00
Alexey Lapshin
9ff7ad2173
feat(esp_rom): add esp_rom_libc_stubs.h
2024-04-03 18:34:44 +04:00