Skip to content

Commit 66ddf66

Browse files
committed
fix(wifi): update ld files of esp32c5
1 parent 7a329d5 commit 66ddf66

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ pm_rx_beacon_process = 0x40000dac;
133133
pm_rx_data_process = 0x40000db0;
134134
pm_sleep = 0x40000db4;
135135
pm_sleep_for = 0x40000db8;
136-
pm_tbtt_process = 0x40000dbc;
136+
//pm_tbtt_process = 0x40000dbc;
137137
pm_tx_data_done_process = 0x40000dc0;
138138
pm_allow_tx = 0x40000dc4;
139139
pm_extend_tbtt_adaptive_servo = 0x40000dc8;
@@ -151,9 +151,9 @@ pm_twt_set_target_tsf = 0x40000df4;
151151
pm_enable_twt_keep_alive_timer = 0x40000df8;
152152
/*pm_mac_try_enable_modem_state = 0x40000dfc;*/
153153
pm_beacon_monitor_tbtt_timeout_process = 0x40000e00;
154-
pm_update_next_tbtt = 0x40000e04;
154+
//pm_update_next_tbtt = 0x40000e04;
155155
pm_twt_disallow_tx = 0x40000e08;
156-
pm_clear_wakeup_signal = 0x40000e0c;
156+
//pm_clear_wakeup_signal = 0x40000e0c;
157157
//pm_mac_disable_tsf_tbtt_soc_wakeup = 0x40000e10;
158158
//pm_mac_disable_tsf_tbtt_modem_wakeup = 0x40000e14;
159159
//pm_mac_enable_tsf_tbtt_soc_wakeup = 0x40000e18;
@@ -462,9 +462,9 @@ pm_coex_schm_overall_period_get = 0x40001504;
462462
//pm_coex_pwr_update = 0x40001508;
463463
ppRemoveHEAMPDUflags = 0x4000150c;
464464
tsf_hal_get_tbtt_interval = 0x40001510;
465-
pm_beacon_monitor_tbtt_start = 0x40001514;
465+
//pm_beacon_monitor_tbtt_start = 0x40001514;
466466
pm_save_tbtt_info = 0x40001518;
467-
pm_get_tbtt_count = 0x4000151c;
467+
//pm_get_tbtt_count = 0x4000151c;
468468
tsf_hal_get_time = 0x40001520;
469469
tsf_hal_get_counter_value = 0x40001524;
470470

@@ -488,10 +488,10 @@ pm_beacon_offset_is_enabled = 0x400015bc;
488488
pm_beacon_offset_is_sampling = 0x400015c0;
489489
pm_beacon_offset_add_total_counter = 0x400015c4;
490490
pm_beacon_offset_add_loss_counter = 0x400015c8;
491-
pm_beacon_offset_check = 0x400015cc;
492-
pm_beacon_offset_get_average = 0x400015d0;
493-
pm_beacon_offset_get_expect = 0x400015d4;
494-
pm_beacon_offset_get_params = 0x400015d8;
491+
//pm_beacon_offset_check = 0x400015cc;
492+
//pm_beacon_offset_get_average = 0x400015d0;
493+
//pm_beacon_offset_get_expect = 0x400015d4;
494+
//pm_beacon_offset_get_params = 0x400015d8;
495495
/* Data (.data, .bss, .rodata) */
496496
s_tbttstart_ptr = 0x4085fc68;
497497
s_pm_beacon_offset_ptr = 0x4085fc64;

0 commit comments

Comments
 (0)