esp_adc: move adc common hw related code into esp_hw_support

This commit is contained in:
Armando
2022-07-21 11:47:09 +08:00
committed by Armando (Dou Yiwen)
parent 9a7a1fe61f
commit 5e6a16380a
25 changed files with 431 additions and 371 deletions

View File

@@ -8,14 +8,13 @@
#include <esp_wifi.h>
#include "esp_log.h"
#include "esp_private/wifi.h"
#include "esp_private/adc2_wifi.h"
#include "esp_private/adc_share_hw_ctrl.h"
#include "esp_pm.h"
#include "esp_sleep.h"
#include "esp_private/pm_impl.h"
#include "esp_private/esp_clk.h"
#include "esp_wpa.h"
#include "esp_netif.h"
#include "esp_private/adc_private.h"
#include "esp_coexist_internal.h"
#include "esp_phy_init.h"
#include "phy.h"