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:
Ivan Grokhotkov
2022-04-27 04:13:25 +08:00
45 changed files with 80 additions and 38 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
idf_component_register(SRC_DIRS . param_test touch_sensor_test adc_dma_test dac_dma_test
PRIV_INCLUDE_DIRS include param_test/include touch_sensor_test/include
PRIV_REQUIRES cmock test_utils driver nvs_flash esp_serial_slave_link infrared_tools esp_adc_cal)
PRIV_REQUIRES cmock test_utils driver nvs_flash esp_serial_slave_link
infrared_tools esp_adc_cal esp_timer)
+1
View File
@@ -23,6 +23,7 @@
#include "soc/gpio_periph.h"
#include "soc/io_mux_reg.h"
#include "esp_system.h"
#include "esp_timer.h"
#include "driver/ledc.h"
#include "hal/ledc_ll.h"
#include "driver/gpio.h"
+1
View File
@@ -10,6 +10,7 @@
#include "test_utils.h"
#include "param_test.h"
#include "esp_log.h"
#include "esp_timer.h"
#include "driver/spi_common.h"
#include "soc/soc_caps.h"
#include "ccomp_timer.h"