Skip to content

Commit a196d6d

Browse files
committed
Merge branch 'bugfix/fix_esp_restart_crash' into 'master'
esp_hw_support: fix esp_restart crash Closes IDFGH-4466 See merge request espressif/esp-idf!11986
2 parents 807c854 + 2eb5634 commit a196d6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/esp_hw_support/component.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
COMPONENT_SRCDIRS := . port/$(IDF_TARGET)
22
COMPONENT_ADD_INCLUDEDIRS := . include port/$(IDF_TARGET)/private_include
3+
COMPONENT_ADD_LDFRAGMENTS := linker.lf
34

45
port/$(IDF_TARGET)/rtc_clk.o: CFLAGS += -fno-jump-tables -fno-tree-switch-conversion
56

0 commit comments

Comments
 (0)