Merge branch 'bugfix/issues_with_vanilla_freertos' into 'master'

Fix build issues with Vanilla FreeRTOS

See merge request espressif/esp-idf!9536
pull/5688/head
Mahavir Jain 2020-07-10 20:28:14 +08:00
commit 992fd03f81
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -30,6 +30,7 @@
#include "hal/memprot_ll.h"
#include "esp_fault.h"
#include "esp_log.h"
#include "soc/cpu.h"
extern int _iram_text_end;
extern int _data_start;

Wyświetl plik

@ -3,6 +3,7 @@
#include "esp_heap_caps.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "soc/cpu.h"
#include "soc/rtc.h"
#include "soc/rtc_cntl_reg.h"
#include "panic_internal.h"