kopia lustrzana https://github.com/espressif/esp-idf
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!11986pull/6718/head
commit
a196d6d1ab
|
@ -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
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue