Merge branch 'bugfix/spi_sdio_sdkconfig_include' into 'master'

sdio_example/spi: fix sdkconfig include issue

See merge request idf/esp-idf!2756
This commit is contained in:
Angus Gratton 2018-07-16 08:00:15 +08:00
commit 2ae758ebcb
3 changed files with 19 additions and 38 deletions

View file

@ -21,6 +21,7 @@
#include "esp_err.h"
#include "rom/lldesc.h"
#include "soc/spi_periph.h"
#include "sdkconfig.h"
#ifdef __cplusplus
extern "C"

View file

@ -16,32 +16,11 @@
#include "freertos/semphr.h"
#include "freertos/queue.h"
#include "lwip/sockets.h"
#include "lwip/dns.h"
#include "lwip/netdb.h"
#include "lwip/igmp.h"
#include "esp_wifi.h"
#include "esp_system.h"
#include "esp_event.h"
#include "esp_event_loop.h"
#include "nvs_flash.h"
#include "soc/rtc_cntl_reg.h"
#include "rom/cache.h"
#include "soc/sdmmc_periph.h"
#include "driver/periph_ctrl.h"
#include "esp_log.h"
#include "soc/gpio_reg.h"
#include "driver/gpio.h"
#include "esp_intr_alloc.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_attr.h"
#include "esp_slave.h"
#include "sdkconfig.h"
/*
* For SDIO master-slave board, we have 3 pins controlling power of 3 different

View file

@ -14,6 +14,7 @@
#include "soc/sdio_slave_periph.h"
#include "freertos/task.h"
#include "freertos/ringbuf.h"
#include "sdkconfig.h"
/*
sdio slave example.