Explorar o código

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) %!s(int64=4) %!d(string=hai) anos
pai
achega
904933745b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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_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