Merge branch 'bugfix/freertos_esp_timer_deps' into 'master'
esp_timer: remove from freertos public requirements See merge request espressif/esp-idf!17818
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "freertos/task.h"
|
||||
#include "freertos/queue.h"
|
||||
#include "freertos/FreeRTOSConfig.h"
|
||||
#include "esp_timer.h"
|
||||
|
||||
#include "esp_ble_mesh_networking_api.h"
|
||||
#include "ble_mesh_adapter.h"
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
*/
|
||||
|
||||
#include "esp_bt.h"
|
||||
#include "esp_timer.h"
|
||||
#include "soc/soc.h"
|
||||
|
||||
#include "test.h"
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
#include "esp_log.h"
|
||||
#include "nvs_flash.h"
|
||||
#include "esp_bt.h"
|
||||
#include "esp_timer.h"
|
||||
|
||||
#include "esp_ble_mesh_defs.h"
|
||||
#include "esp_ble_mesh_common_api.h"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
idf_component_register(SRCS "button.c" "button_obj.cpp"
|
||||
INCLUDE_DIRS "." "include"
|
||||
PRIV_REQUIRES driver)
|
||||
PRIV_REQUIRES driver esp_timer)
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include "freertos/task.h"
|
||||
#include "esp_bt.h"
|
||||
#include "esp_log.h"
|
||||
#include "esp_timer.h"
|
||||
#include "nvs_flash.h"
|
||||
#include "freertos/queue.h"
|
||||
#include "bt_hci_common.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
idf_component_register(SRCS "iperf.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES lwip)
|
||||
REQUIRES lwip
|
||||
PRIV_REQUIRES esp_timer)
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
#include "esp_event.h"
|
||||
#include "esp_log.h"
|
||||
#include "esp_system.h"
|
||||
#include "esp_timer.h"
|
||||
#include "nvs_flash.h"
|
||||
#include "nvs.h"
|
||||
#include "protocol_examples_common.h"
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
#include "esp_vfs.h"
|
||||
#include "esp_vfs_dev.h"
|
||||
#include "esp_vfs_eventfd.h"
|
||||
#include "esp_timer.h"
|
||||
#include "driver/gptimer.h"
|
||||
|
||||
#define TIMER_RESOLUTION 1000000 // 1MHz, 1 tick = 1us
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
#include "driver/uart.h"
|
||||
#include "esp_sleep.h"
|
||||
#include "esp_log.h"
|
||||
#include "esp_timer.h"
|
||||
#include "light_sleep_example.h"
|
||||
|
||||
static void light_sleep_task(void *args)
|
||||
|
||||
Reference in New Issue
Block a user