Skip to content

Commit 43918ed

Browse files
committed
Merge branch 'fix_c2_relinker' into 'main'
Remove few functions that are crashing from relinker's list See merge request app-frameworks/esp-matter!712
2 parents 01864cf + f86500a commit 43918ed

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

examples/common/relinker/esp32c2_v5.1/function.csv

-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ libesp_hw_support.a,rtc_time.c.obj,rtc_time_slowclk_to_us,
6161
libesp_hw_support.a,sleep_modes.c.obj,periph_ll_periph_enabled,
6262
libesp_hw_support.a,sleep_modes.c.obj,esp_sleep_start,
6363
libesp_hw_support.a,sleep_modes.c.obj,esp_deep_sleep_start,
64-
libesp_hw_support.a,systimer.c.obj,systimer_us_to_ticks,
6564
libesp_phy.a,phy_init.c.obj,esp_phy_common_clock_enable,
6665
libesp_phy.a,phy_init.c.obj,esp_phy_common_clock_disable,
6766
libesp_phy.a,phy_init.c.obj,esp_wifi_bt_power_domain_on,
@@ -77,7 +76,6 @@ libesp_ringbuf.a,ringbuf.c.obj,prvReceiveGenericFromISR,
7776
libesp_ringbuf.a,ringbuf.c.obj,xRingbufferGetMaxItemSize,
7877
libesp_rom.a,esp_rom_systimer.c.obj,systimer_hal_init,
7978
libesp_rom.a,esp_rom_systimer.c.obj,systimer_hal_set_alarm_period,
80-
libesp_rom.a,esp_rom_systimer.c.obj,systimer_hal_set_alarm_target,
8179
libesp_rom.a,esp_rom_systimer.c.obj,systimer_hal_set_tick_rate_ops,
8280
libesp_rom.a,esp_rom_uart.c.obj,esp_rom_uart_set_clock_baudrate,
8381
libesp_system.a,brownout.c.obj,rtc_brownout_isr_handler,CONFIG_ESP_SYSTEM_BROWNOUT_INTR
@@ -95,7 +93,6 @@ libesp_timer.a,esp_timer.c.obj,esp_timer_start_once,
9593
libesp_timer.a,esp_timer.c.obj,esp_timer_start_periodic,
9694
libesp_timer.a,esp_timer.c.obj,esp_timer_stop,
9795
libesp_timer.a,esp_timer.c.obj,esp_timer_get_expiry_time,
98-
libesp_timer.a,esp_timer_impl_systimer.c.obj,esp_timer_impl_set_alarm_id,
9996
libesp_timer.a,esp_timer_impl_systimer.c.obj,esp_timer_impl_update_apb_freq,
10097
libesp_timer.a,esp_timer_impl_systimer.c.obj,esp_timer_impl_get_min_period_us,
10198
libesp_timer.a,ets_timer_legacy.c.obj,ets_timer_arm_us,

examples/common/relinker/esp32c2_v5.2/function.csv

-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ libesp_hw_support.a,rtc_time.c.obj,rtc_time_slowclk_to_us,
6161
libesp_hw_support.a,sleep_modes.c.obj,periph_ll_periph_enabled,
6262
libesp_hw_support.a,sleep_modes.c.obj,esp_sleep_start,
6363
libesp_hw_support.a,sleep_modes.c.obj,esp_deep_sleep_start,
64-
libesp_hw_support.a,systimer.c.obj,systimer_us_to_ticks,
6564
libesp_phy.a,phy_init.c.obj,esp_phy_common_clock_enable,
6665
libesp_phy.a,phy_init.c.obj,esp_phy_common_clock_disable,
6766
libesp_phy.a,phy_init.c.obj,esp_wifi_bt_power_domain_on,
@@ -77,7 +76,6 @@ libesp_ringbuf.a,ringbuf.c.obj,prvReceiveGenericFromISR,
7776
libesp_ringbuf.a,ringbuf.c.obj,xRingbufferGetMaxItemSize,
7877
libesp_rom.a,esp_rom_systimer.c.obj,systimer_hal_init,
7978
libesp_rom.a,esp_rom_systimer.c.obj,systimer_hal_set_alarm_period,
80-
libesp_rom.a,esp_rom_systimer.c.obj,systimer_hal_set_alarm_target,
8179
libesp_rom.a,esp_rom_systimer.c.obj,systimer_hal_set_tick_rate_ops,
8280
libesp_rom.a,esp_rom_uart.c.obj,esp_rom_uart_set_clock_baudrate,
8381
libesp_system.a,brownout.c.obj,rtc_brownout_isr_handler,CONFIG_ESP_SYSTEM_BROWNOUT_INTR
@@ -95,7 +93,6 @@ libesp_timer.a,esp_timer.c.obj,esp_timer_start_once,
9593
libesp_timer.a,esp_timer.c.obj,esp_timer_start_periodic,
9694
libesp_timer.a,esp_timer.c.obj,esp_timer_stop,
9795
libesp_timer.a,esp_timer.c.obj,esp_timer_get_expiry_time,
98-
libesp_timer.a,esp_timer_impl_systimer.c.obj,esp_timer_impl_set_alarm_id,
9996
libesp_timer.a,esp_timer_impl_systimer.c.obj,esp_timer_impl_update_apb_freq,
10097
libesp_timer.a,esp_timer_impl_systimer.c.obj,esp_timer_impl_get_min_period_us,
10198
libesp_timer.a,ets_timer_legacy.c.obj,ets_timer_arm_us,

0 commit comments

Comments
 (0)