Răsfoiți Sursa

Merge branch 'bugfix/fix_esp_restart_crash_v4.3' into 'release/v4.3'

esp_hw_support: fix esp_restart crash (v4.3)

See merge request espressif/esp-idf!13072
Michael (XIAO Xufeng) 4 ani în urmă
părinte
comite
904933745b
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      components/esp_hw_support/component.mk

+ 1 - 0
components/esp_hw_support/component.mk

@@ -1,5 +1,6 @@
 COMPONENT_SRCDIRS := . port/$(IDF_TARGET)
 COMPONENT_SRCDIRS := . port/$(IDF_TARGET)
 COMPONENT_ADD_INCLUDEDIRS := . include port/$(IDF_TARGET)/private_include
 COMPONENT_ADD_INCLUDEDIRS := . include port/$(IDF_TARGET)/private_include
+COMPONENT_ADD_LDFRAGMENTS := linker.lf
 
 
 port/$(IDF_TARGET)/rtc_clk.o: CFLAGS += -fno-jump-tables -fno-tree-switch-conversion
 port/$(IDF_TARGET)/rtc_clk.o: CFLAGS += -fno-jump-tables -fno-tree-switch-conversion