feat(hal): move i2c_periph.h to hal folder

This commit is contained in:
Chen Jichang
2025-11-07 18:00:58 +08:00
committed by Chen Ji Chang
parent c84773f307
commit cb2cbc652a
29 changed files with 28 additions and 28 deletions

View File

@@ -23,7 +23,7 @@
#include "i2c_private.h"
#include "driver/gpio.h"
#include "soc/clk_tree_defs.h"
#include "soc/i2c_periph.h"
#include "hal/i2c_periph.h"
#include "esp_clk_tree.h"
#include "clk_ctrl_os.h"
#include "esp_private/gpio.h"

View File

@@ -21,7 +21,7 @@
#include "esp_intr_alloc.h"
#include "freertos/FreeRTOS.h"
#include "freertos/semphr.h"
#include "soc/i2c_periph.h"
#include "hal/i2c_periph.h"
#include "esp_private/periph_ctrl.h"
#include "esp_private/esp_clk.h"
#include "esp_rom_gpio.h"