mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-23 10:08:06 +08:00
feat(structure): Re-structure some include
This commit is contained in:
@ -1,8 +1,10 @@
|
|||||||
#
|
#
|
||||||
# Component Makefile
|
# Component Makefile
|
||||||
#
|
#
|
||||||
COMPONENT_ADD_INCLUDEDIRS += include/espressif include/driver
|
COMPONENT_ADD_INCLUDEDIRS += include
|
||||||
|
COMPONENT_PRIV_INCLUDEDIRS := include/driver
|
||||||
COMPONENT_SRCDIRS := driver
|
COMPONENT_SRCDIRS := driver
|
||||||
|
|
||||||
LIBS ?=
|
LIBS ?=
|
||||||
ifndef CONFIG_NO_BLOBS
|
ifndef CONFIG_NO_BLOBS
|
||||||
LIBS += airkiss cirom crypto espnow gcc hal core minic mirom net80211 \
|
LIBS += airkiss cirom crypto espnow gcc hal core minic mirom net80211 \
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "espressif/esp_common.h"
|
#include "esp_common.h"
|
||||||
#include "freertos/portmacro.h"
|
#include "freertos/portmacro.h"
|
||||||
|
|
||||||
#include "gpio.h"
|
#include "gpio.h"
|
||||||
|
@ -71,7 +71,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "c_types.h"
|
#include "c_types.h"
|
||||||
#include "espressif/esp_libc.h"
|
#include "esp_libc.h"
|
||||||
#include "esp8266/ets_sys.h"
|
#include "esp8266/ets_sys.h"
|
||||||
|
|
||||||
#include <xtensa/xtruntime.h>
|
#include <xtensa/xtruntime.h>
|
||||||
|
@ -115,7 +115,7 @@ task.h is included from an application file. */
|
|||||||
#include "freertos/FreeRTOS.h"
|
#include "freertos/FreeRTOS.h"
|
||||||
#include "freertos/task.h"
|
#include "freertos/task.h"
|
||||||
|
|
||||||
#include "espressif/esp8266/ets_sys.h"
|
#include "esp8266/ets_sys.h"
|
||||||
|
|
||||||
#undef MPU_WRAPPERS_INCLUDED_FROM_API_FILE
|
#undef MPU_WRAPPERS_INCLUDED_FROM_API_FILE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user