From f86500ae73a7ce759cb97100cb1393006638877b Mon Sep 17 00:00:00 2001 From: Shubham Patil Date: Mon, 22 Apr 2024 17:57:11 +0530 Subject: [PATCH] Remove few functions that are crashing from relinker's list This was crashing on boot as well as during commissioning --- examples/common/relinker/esp32c2_v5.1/function.csv | 3 --- examples/common/relinker/esp32c2_v5.2/function.csv | 3 --- 2 files changed, 6 deletions(-) diff --git a/examples/common/relinker/esp32c2_v5.1/function.csv b/examples/common/relinker/esp32c2_v5.1/function.csv index 600f3ff502..5ea8afbbb3 100644 --- a/examples/common/relinker/esp32c2_v5.1/function.csv +++ b/examples/common/relinker/esp32c2_v5.1/function.csv @@ -61,7 +61,6 @@ libesp_hw_support.a,rtc_time.c.obj,rtc_time_slowclk_to_us, libesp_hw_support.a,sleep_modes.c.obj,periph_ll_periph_enabled, libesp_hw_support.a,sleep_modes.c.obj,esp_sleep_start, libesp_hw_support.a,sleep_modes.c.obj,esp_deep_sleep_start, -libesp_hw_support.a,systimer.c.obj,systimer_us_to_ticks, libesp_phy.a,phy_init.c.obj,esp_phy_common_clock_enable, libesp_phy.a,phy_init.c.obj,esp_phy_common_clock_disable, libesp_phy.a,phy_init.c.obj,esp_wifi_bt_power_domain_on, @@ -77,7 +76,6 @@ libesp_ringbuf.a,ringbuf.c.obj,prvReceiveGenericFromISR, libesp_ringbuf.a,ringbuf.c.obj,xRingbufferGetMaxItemSize, libesp_rom.a,esp_rom_systimer.c.obj,systimer_hal_init, libesp_rom.a,esp_rom_systimer.c.obj,systimer_hal_set_alarm_period, -libesp_rom.a,esp_rom_systimer.c.obj,systimer_hal_set_alarm_target, libesp_rom.a,esp_rom_systimer.c.obj,systimer_hal_set_tick_rate_ops, libesp_rom.a,esp_rom_uart.c.obj,esp_rom_uart_set_clock_baudrate, 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, libesp_timer.a,esp_timer.c.obj,esp_timer_start_periodic, libesp_timer.a,esp_timer.c.obj,esp_timer_stop, libesp_timer.a,esp_timer.c.obj,esp_timer_get_expiry_time, -libesp_timer.a,esp_timer_impl_systimer.c.obj,esp_timer_impl_set_alarm_id, libesp_timer.a,esp_timer_impl_systimer.c.obj,esp_timer_impl_update_apb_freq, libesp_timer.a,esp_timer_impl_systimer.c.obj,esp_timer_impl_get_min_period_us, libesp_timer.a,ets_timer_legacy.c.obj,ets_timer_arm_us, diff --git a/examples/common/relinker/esp32c2_v5.2/function.csv b/examples/common/relinker/esp32c2_v5.2/function.csv index 600f3ff502..5ea8afbbb3 100644 --- a/examples/common/relinker/esp32c2_v5.2/function.csv +++ b/examples/common/relinker/esp32c2_v5.2/function.csv @@ -61,7 +61,6 @@ libesp_hw_support.a,rtc_time.c.obj,rtc_time_slowclk_to_us, libesp_hw_support.a,sleep_modes.c.obj,periph_ll_periph_enabled, libesp_hw_support.a,sleep_modes.c.obj,esp_sleep_start, libesp_hw_support.a,sleep_modes.c.obj,esp_deep_sleep_start, -libesp_hw_support.a,systimer.c.obj,systimer_us_to_ticks, libesp_phy.a,phy_init.c.obj,esp_phy_common_clock_enable, libesp_phy.a,phy_init.c.obj,esp_phy_common_clock_disable, libesp_phy.a,phy_init.c.obj,esp_wifi_bt_power_domain_on, @@ -77,7 +76,6 @@ libesp_ringbuf.a,ringbuf.c.obj,prvReceiveGenericFromISR, libesp_ringbuf.a,ringbuf.c.obj,xRingbufferGetMaxItemSize, libesp_rom.a,esp_rom_systimer.c.obj,systimer_hal_init, libesp_rom.a,esp_rom_systimer.c.obj,systimer_hal_set_alarm_period, -libesp_rom.a,esp_rom_systimer.c.obj,systimer_hal_set_alarm_target, libesp_rom.a,esp_rom_systimer.c.obj,systimer_hal_set_tick_rate_ops, libesp_rom.a,esp_rom_uart.c.obj,esp_rom_uart_set_clock_baudrate, 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, libesp_timer.a,esp_timer.c.obj,esp_timer_start_periodic, libesp_timer.a,esp_timer.c.obj,esp_timer_stop, libesp_timer.a,esp_timer.c.obj,esp_timer_get_expiry_time, -libesp_timer.a,esp_timer_impl_systimer.c.obj,esp_timer_impl_set_alarm_id, libesp_timer.a,esp_timer_impl_systimer.c.obj,esp_timer_impl_update_apb_freq, libesp_timer.a,esp_timer_impl_systimer.c.obj,esp_timer_impl_get_min_period_us, libesp_timer.a,ets_timer_legacy.c.obj,ets_timer_arm_us,