mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 04:34:31 +02:00
esp_hw_support: fix esp_restart crash
Closes https://github.com/espressif/esp-idf/issues/6836
This commit is contained in:
committed by
Marius Vikhammer
parent
e36e433519
commit
ea4a8d5e4f
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user