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
pull/6718/head
Angus Gratton 2021-02-11 08:35:59 +08:00
commit a196d6d1ab
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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