Skip to content

Commit ce145a2

Browse files
committed
fix(wifi):esp32c6 update ld
1 parent e6230e4 commit ce145a2

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

components/esp_rom/esp32c6/ld/esp32c6.rom.net80211.ld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ieee80211_ampdu_start_age_timer = 0x40000b84;
3737
ieee80211_is_tx_allowed = 0x40000b8c;
3838
ieee80211_output_pending_eb = 0x40000b90;
3939
/*ieee80211_output_process = 0x40000b94;*/
40-
ieee80211_set_tx_desc = 0x40000b98;
40+
//ieee80211_set_tx_desc = 0x40000b98;
4141
//sta_input = 0x40000b9c;
4242
wifi_get_macaddr = 0x40000ba0;
4343
wifi_rf_phy_disable = 0x40000ba4;
@@ -52,7 +52,7 @@ ieee80211_crypto_encap = 0x40000bc0;
5252
ieee80211_decap = 0x40000bc8;
5353
wifi_is_started = 0x40000bcc;
5454
ieee80211_gettid = 0x40000bd0;
55-
ieee80211_encap_esfbuf_htc = 0x40000bd4;
55+
//ieee80211_encap_esfbuf_htc = 0x40000bd4;
5656
/* Data (.data, .bss, .rodata) */
5757
net80211_funcs = 0x4087ffac;
5858
g_scan = 0x4087ffa8;

components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
2+
* SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/
@@ -51,7 +51,7 @@ lmacRecycleMPDU = 0x40000c4c;
5151
lmacRxDone = 0x40000c50;
5252
//lmacSetTxFrame = 0x40000c54;
5353
//lmacTxDone = 0x40000c58;
54-
lmacTxFrame = 0x40000c5c;
54+
//lmacTxFrame = 0x40000c5c;
5555
mac_tx_set_duration = 0x40000c60;
5656
//mac_tx_set_plcp0 = 0x40000c64;
5757
//mac_tx_set_plcp1 = 0x40000c68;
@@ -173,8 +173,8 @@ pm_allow_tx = 0x40000e30;
173173
ppProcTxCallback = 0x40000e38;
174174
//mac_tx_set_hesig = 0x40000e3c;
175175
ppCalPreFecPaddingFactor = 0x40000e40;
176-
mac_tx_set_tb = 0x40000e44;
177-
mac_tx_set_mplen = 0x40000e48;
176+
//mac_tx_set_tb = 0x40000e44;
177+
//mac_tx_set_mplen = 0x40000e48;
178178
hal_get_tsf_timer = 0x40000e4c;
179179
ppTxPktForceWaked = 0x40000e50;
180180
lmacProcessLongFrameSuccess = 0x40000e54;
@@ -187,8 +187,8 @@ lmacProcessAckTimeout = 0x40000e68;
187187
//ppRemoveHTC = 0x40000e70;
188188
get_estimated_batime = 0x40000e74;
189189
is_use_muedca = 0x40000e78;
190-
hal_mac_tx_clr_mplen = 0x40000e7c;
191-
hal_mac_get_txq_state = 0x40000e80;
190+
//hal_mac_tx_clr_mplen = 0x40000e7c;
191+
//hal_mac_get_txq_state = 0x40000e80;
192192
hal_mac_clr_txq_state = 0x40000e84;
193193
hal_mac_get_txq_complete = 0x40000e88;
194194
ht_get_min_subframe_len = 0x40000e8c;

examples/mesh/ip_internal_network/sdkconfig.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
99
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
1010
CONFIG_PARTITION_TABLE_OFFSET=0x8000
1111
CONFIG_PARTITION_TABLE_MD5=y
12+
CONFIG_COMPILER_OPTIMIZATION_SIZE=y

0 commit comments

Comments
 (0)