Skip to content

Commit 92df757

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'bugfix/fix_esp32c5_ersu_compatibility_issue_v5.5' into 'release/v5.5'
fix(wifi): fix ersu compatibility issue(Backport v5.5) See merge request espressif/esp-idf!41385
2 parents 492c534 + 8fe3d57 commit 92df757

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

components/esp_rom/esp32c5/ld/esp32c5.rom.net80211.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ieee80211_ampdu_start_age_timer = 0x40000b5c;
4040
ieee80211_is_tx_allowed = 0x40000b64;
4141
ieee80211_output_pending_eb = 0x40000b68;
4242
ieee80211_output_process = 0x40000b6c;
43-
ieee80211_set_tx_desc = 0x40000b70;
43+
/*ieee80211_set_tx_desc = 0x40000b70;*/
4444
ieee80211_classify = 0x40000b74;
4545
ieee80211_copy_eb_header = 0x40000b78;
4646
ieee80211_recycle_cache_eb = 0x40000b7c;

components/esp_rom/esp32c61/ld/esp32c61.rom.net80211.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ieee80211_ampdu_start_age_timer = 0x40000ac4;
3636
ieee80211_is_tx_allowed = 0x40000acc;
3737
ieee80211_output_pending_eb = 0x40000ad0;
3838
ieee80211_output_process = 0x40000ad4;
39-
ieee80211_set_tx_desc = 0x40000ad8;
39+
/*ieee80211_set_tx_desc = 0x40000ad8;*/
4040
ieee80211_classify = 0x40000adc;
4141
ieee80211_copy_eb_header = 0x40000ae0;
4242
ieee80211_recycle_cache_eb = 0x40000ae4;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
CONFIG_ESP_TLS_PSK_VERIFICATION=y
2+
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
CONFIG_MQTT_PROTOCOL_5=y
2+
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y

0 commit comments

Comments
 (0)