freertos: moved all xtensa specific files into a separated folder

This commit is contained in:
Felipe Neves
2020-01-17 11:44:13 -03:00
parent 37edc8f6e9
commit 429712c6eb
48 changed files with 41 additions and 45 deletions

View File

@@ -41,7 +41,6 @@
#include "freertos/task.h"
#include "freertos/semphr.h"
#include "freertos/queue.h"
#include "freertos/portmacro.h"
#include "esp_heap_caps_init.h"
#include "esp_system.h"

View File

@@ -31,7 +31,6 @@
#include "freertos/task.h"
#include "freertos/semphr.h"
#include "freertos/queue.h"
#include "freertos/portmacro.h"
#define REASON_YIELD BIT(0)

View File

@@ -18,7 +18,6 @@
#include <string.h>
#include <stdbool.h>
#include "sdkconfig.h"
#include "freertos/FreeRTOSConfig.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "freertos/queue.h"