Merge branch 'bugfix/issues_with_vanilla_freertos_v4.2' into 'release/v4.2'
Fix build issues with Vanilla FreeRTOS (v4.2) See merge request espressif/esp-idf!9576
This commit is contained in:
commit
d6553232cb
2 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
||||||
#include "hal/memprot_ll.h"
|
#include "hal/memprot_ll.h"
|
||||||
#include "esp_fault.h"
|
#include "esp_fault.h"
|
||||||
#include "esp_log.h"
|
#include "esp_log.h"
|
||||||
|
#include "soc/cpu.h"
|
||||||
|
|
||||||
extern int _iram_text_end;
|
extern int _iram_text_end;
|
||||||
extern int _data_start;
|
extern int _data_start;
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
#include "esp_heap_caps.h"
|
#include "esp_heap_caps.h"
|
||||||
#include "freertos/FreeRTOS.h"
|
#include "freertos/FreeRTOS.h"
|
||||||
#include "freertos/task.h"
|
#include "freertos/task.h"
|
||||||
|
#include "soc/cpu.h"
|
||||||
#include "soc/rtc.h"
|
#include "soc/rtc.h"
|
||||||
#include "soc/rtc_cntl_reg.h"
|
#include "soc/rtc_cntl_reg.h"
|
||||||
#include "panic_internal.h"
|
#include "panic_internal.h"
|
||||||
|
|
Loading…
Reference in a new issue