Karl Palsson
79c0c6609b
fix(esp_eth): dp83848: correct link detection to use BMSR
...
Reading the link state via PHYSTS was incorrect, as it only reflects the
link state bit from BMSR. BMSR latches link down events, and are not
cleared without being read. (See 802.3-2008 section 2, section 22.2.4.2.13)
This leads to the original DP828xx code only supporting link up, then a
single link down event.
Switch to reading the link state via BMSR, but continuing to read the
negotiation results via PHYSTS and ANLPAR. This is inline with
LAN8720x, RTL8201, KSZ80xx phy drivers, and other opensource drivers for
the DP838xx family of devices.
Tested on a private board with a DP83825i PHY. No publically available
boards using the original DP83848 are known of for testing.
Signed-off-by: Karl Palsson <karl.palsson@marel.com>
2024-04-30 16:09:01 +08:00
Jiang Jiang Jian
d06c758489
Merge branch 'bugfix/fix_scan_get_ap_number_issue_v5.1' into 'release/v5.1'
...
fix(wifi): fixed scan get ap number issue(Backport v5.1)
See merge request espressif/esp-idf!30569
2024-04-30 11:42:46 +08:00
muhaidong
26a2f687e7
fix(wifi): fixed scan get ap number issue
2024-04-30 10:53:28 +08:00
Jiang Jiang Jian
24dc97b296
Merge branch 'fix/fix_some_esp32c6_twt_bugs_v5.1' into 'release/v5.1'
...
fix(wifi): fix some esp32c6 wifi bugs (Backport v5.1)
See merge request espressif/esp-idf!30412
2024-04-29 15:02:00 +08:00
xuxiao
fdbdf6036f
fix(wifi): fix some esp32c6 wifi bugs (Backport v5.1)
2024-04-28 16:24:49 +08:00
Jiang Jiang Jian
2fd087b246
Merge branch 'fix/ieee802154_include_header_issue_v5.1' into 'release/v5.1'
...
Fix/ieee802154 include header issue (backport v5.1)
See merge request espressif/esp-idf!30331
2024-04-22 15:40:14 +08:00
xiaqilin
f0d0463a93
fix(ieee802154): fix ieee802154 next operation acquire lock in interrupt
2024-04-18 11:34:25 +08:00
xiaqilin
4528d2299d
fix(ieee802154): fix ieee802154 include header file issue and unused value issue
2024-04-18 11:33:51 +08:00
Jiang Jiang Jian
c686e23038
Merge branch 'bugfix/fix_lmac_end_frame_exchange_sequence_assert_issue_v5.1' into 'release/v5.1'
...
fix(wifi): fixed lmacEndFrameExchangeSequence assert issue(Backport v5.1)
See merge request espressif/esp-idf!30316
2024-04-18 11:29:08 +08:00
Jiang Jiang Jian
2622be4328
Merge branch 'bugfix/fixed_coex_asset_on_esp32c2_v5.1' into 'release/v5.1'
...
Bugfix/fixed coex asset on esp32c2 v5.1
See merge request espressif/esp-idf!30301
2024-04-18 11:28:45 +08:00
muhaidong
c58e1e2ec5
fix(wifi): fixed lmacEndFrameExchangeSequence assert issue
2024-04-17 19:36:03 +08:00
zwl
f22ac0ff82
ble: fixed an occasional assertion issue in coexistence scenarios on ESP32C2
2024-04-17 14:55:29 +08:00
zwl
e4fe67f7c2
ble: fixed the bt cmakelist error when use nimble host only
2024-04-17 14:54:54 +08:00
Mahavir Jain
c432c692fa
Merge branch 'bugfix/howsmyssl_cert_update_v5.1' into 'release/v5.1'
...
fix(examples): update root certificate for howsmyssl endpoint (v5.1)
See merge request espressif/esp-idf!30204
2024-04-16 10:58:26 +08:00
Mahavir Jain
6a89ca77e1
fix(examples): update root certificate for howsmyssl endpoint
...
This fixes CI failure seen because of cert migration of howsmyssl
endpoint from previous "DST Root CA X3" (cross-signed) to "ISRG Root X1".
2024-04-12 11:12:06 +08:00
Jiang Jiang Jian
dd8080e164
Merge branch 'bugfix/BT-3491_v5.1' into 'release/v5.1'
...
bugfix(ble_mesh): Avoid provisioner handling messages from nodes that have...(v5.1)
See merge request espressif/esp-idf!28050
2024-04-12 10:30:49 +08:00
Jiang Jiang Jian
07c17c6114
Merge branch 'feat/adjust_ble_log_init_order_v5.1' into 'release/v5.1'
...
Feat/adjust ble log init order v5.1
See merge request espressif/esp-idf!30002
2024-04-12 10:30:36 +08:00
Jiang Jiang Jian
ac3087ea36
Merge branch 'bugfix/gptimer_alarm_config_in_sram_v5.1' into 'release/v5.1'
...
feat(gptimer): check the alarm config is not in flash (v5.1)
See merge request espressif/esp-idf!30135
2024-04-12 09:08:41 +08:00
Jiang Jiang Jian
592b7a9b80
Merge branch 'bugfix/fix_some_wifi_bugs_240411_v5.1' into 'release/v5.1'
...
fix(wifi): fixed some wifi issue 240411(Backport v5.1)
See merge request espressif/esp-idf!30187
2024-04-12 09:08:14 +08:00
wangjialiang
8fc57142a3
update invalid links in the ble mesh example documentation
2024-04-11 20:23:50 +08:00
luoxu
ea6e8653f6
bugfix(ble_mesh): Avoid provisioner handling messages from nodes that have already left the network.
2024-04-11 20:23:50 +08:00
Jiang Jiang Jian
35d5ea1104
Merge branch 'bugfix/config_sae_compile_error_v5.1' into 'release/v5.1'
...
fix(wpa_supplicant): Compile error when CONFIG_SAE is disabled (v5.1)
See merge request espressif/esp-idf!30178
2024-04-11 16:09:45 +08:00
muhaidong
edbf44b290
fix(wifi): fixed some wifi issue
...
1. sync multi antenna gpio register from IDF
2. fixed multicast address qos frames issue
3. fixed task watchdog got triggered by esp_wifi_stop issue
2024-04-11 15:33:43 +08:00
Jiang Jiang Jian
9abd010153
Merge branch 'fix/heap-calloc-fail-wrong-size_v5.1' into 'release/v5.1'
...
fix(heap): Wrong size propagated in alloc fail callback of heap_caps_calloc() (backport v5.1)
See merge request espressif/esp-idf!30091
2024-04-11 15:19:10 +08:00
muhaidong
6f20668b24
fix(wifi): fix multicast address qos frames issue
2024-04-11 14:54:37 +08:00
Jiang Jiang Jian
32c8c5805d
Merge branch 'bugfix/fix_rtc_cntl_v5.1' into 'release/v5.1'
...
[S3]fix(rtc_cntl_reg.h): fix RTC_CNTL_SLAVE_PD_M
See merge request espressif/esp-idf!30170
2024-04-11 14:12:24 +08:00
Jiang Jiang Jian
3826f2b828
Merge branch 'bugfix/fix_coded_phy_s8_tx_issue_v5.1' into 'release/v5.1'
...
fix(esp_phy): fixed BLE coded phy s8 tx issue in coexistence scenarios (backport v5.1)
See merge request espressif/esp-idf!30173
2024-04-11 13:59:47 +08:00
Shreyas Sheth
2ac6e7345f
fix(wpa_supplicant): Compile error when CONFIG_SAE is disabled
...
Closes https://github.com/espressif/esp-idf/issues/13553
2024-04-11 11:18:58 +05:30
linruihao
661d066872
fix(esp_phy): update phylib for C3, S3, C2 and C6
...
- fixed BLE coded phy s8 tx issue in coexistence scenarios
- fixed ESP32-C3 and ESP32-S3 BLE RX issue
- optimize ESP32-C3 and ESP32-S3 light sleep current
2024-04-10 20:35:34 +08:00
zlq
58848946af
[S3]fix(rtc_cntl_reg.h): fix RTC_CNTL_SLAVE_PD_M
2024-04-10 19:51:25 +08:00
Jiang Jiang Jian
a8f833a912
Merge branch 'fix/fix_pmu_power_domain_initialize_order_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): fix pmu power domain initialize order (v5.1)
See merge request espressif/esp-idf!30152
2024-04-10 17:23:55 +08:00
Michael (XIAO Xufeng)
d82b572ecd
Merge branch 'bugfix/i2c_timeout_issue_v5.1' into 'release/v5.1'
...
fix(i2c): fix issues related to timeout and alive interval tick (backport v5.1)
See merge request espressif/esp-idf!29980
2024-04-10 16:44:22 +08:00
wuzhenghui
ddd2c5b418
fix(esp_hw_support): fix pmu power domain initialize order
2024-04-10 10:07:58 +08:00
morris
4a497e1212
feat(gptimer): check the alarm config is not in flash
...
related to https://github.com/espressif/esp-idf/issues/13543
2024-04-09 17:33:26 +08:00
Mahavir Jain
d1c17f96f6
Merge branch 'fix/pmp_idcache_prot_c6_h2_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): Fix the flash I/DROM region PMP protection (v5.1)
See merge request espressif/esp-idf!30023
2024-04-08 17:52:23 +08:00
Guillaume Souchere
2c794ee423
fix(heap): Wrong size propagated in alloc fail callback
...
Propagate `n * size` as the size of the failed allocation
instead of just `size` when heap_caps_calloc() fails since
`n * size` is the actual number of bytes that the heap
component tried to allocate.
2024-04-08 08:42:49 +02:00
Jiang Jiang Jian
46d402d22e
Merge branch 'bugfix/wpa3_ap_ci_crash_v5.1' into 'release/v5.1'
...
fix(esp_wifi): Fix crash when assoc req comes before confirm is processed
See merge request espressif/esp-idf!29950
2024-04-07 10:35:12 +08:00
Jiang Jiang Jian
368b7eb3fc
Merge branch 'fix/add_phy_private_dslp_callback_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): move deepsleep phy callback before PLL disable (v5.1)
See merge request espressif/esp-idf!30014
2024-04-07 10:24:39 +08:00
Jiang Jiang Jian
581bcf46b5
Merge branch 'bugfix/fix_ble_power_save_ci_v5.1' into 'release/v5.1'
...
fix(ble): fix conn error of ble power save ci test(v5.1)
See merge request espressif/esp-idf!29823
2024-04-03 19:03:29 +08:00
Jiang Jiang Jian
a1471a9291
Merge branch 'bugfix/aud-5252_v5.1' into 'release/v5.1'
...
backport v5.1: fix the issue of modem hang caused by incorrect configuration of power and isolate signals
See merge request espressif/esp-idf!30008
2024-04-03 19:03:09 +08:00
Jiang Jiang Jian
54ad993fe9
Merge branch 'feature/add_cli_in_openthread_sleep_example_v5.1' into 'release/v5.1'
...
feat(openthread): add cli in openthread sleep example (backport v5.1)
See merge request espressif/esp-idf!29596
2024-04-03 19:02:32 +08:00
Laukik Hase
f839fa089a
fix(esp_hw_support): Fix the flash I/DROM region PMP protection
2024-04-03 15:51:39 +05:30
wuzhenghui
b0d7c5ac40
fix(esp_hw_support): move deepsleep phy callback before PLL disable
2024-04-03 14:11:18 +08:00
Li Shuai
4254953374
fix(esp_hw_support): fixed modem hang caused by incorrect configuration of power and isolate signals
2024-04-03 10:49:31 +08:00
Shreyas Sheth
a64d8b12c8
fix(esp_wifi): Fix crash when assoc req comes before confirm is processed
2024-04-03 00:04:14 +05:30
cjin
d7c4968d3c
feat(ble): add cca related config in c6, h2 and c2
2024-04-02 19:55:37 +08:00
cjin
8e140779e7
change(ble): support ble light sleep using ext 32k xtal on C2
2024-04-02 19:55:36 +08:00
zwl
142af33ded
ble: update esp32c2 lib to 7a428d35
2024-04-02 19:25:51 +08:00
zwl
056754317c
ble: update esp32h2 and esp32c6 lib to 39c6e050
2024-04-02 19:25:37 +08:00
zhaoweiliang
90cf9c42d7
ble : adjust the log initialization sequence of ESP32C6 and ESP32H2
2024-04-02 19:25:10 +08:00