feat(structure): Re-structure some include

This commit is contained in:
Wu Jian Gang
2018-04-08 19:51:42 +08:00
parent e0c8631ab6
commit e3cdb2dae3
31 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,10 @@
#
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS += include/espressif include/driver
COMPONENT_ADD_INCLUDEDIRS += include
COMPONENT_PRIV_INCLUDEDIRS := include/driver
COMPONENT_SRCDIRS := driver
LIBS ?=
ifndef CONFIG_NO_BLOBS
LIBS += airkiss cirom crypto espnow gcc hal core minic mirom net80211 \

View File

@ -22,7 +22,7 @@
*
*/
#include "espressif/esp_common.h"
#include "esp_common.h"
#include "freertos/portmacro.h"
#include "gpio.h"

View File

@ -71,7 +71,7 @@ extern "C" {
#endif
#include "c_types.h"
#include "espressif/esp_libc.h"
#include "esp_libc.h"
#include "esp8266/ets_sys.h"
#include <xtensa/xtruntime.h>

View File

@ -115,7 +115,7 @@ task.h is included from an application file. */
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "espressif/esp8266/ets_sys.h"
#include "esp8266/ets_sys.h"
#undef MPU_WRAPPERS_INCLUDED_FROM_API_FILE