feat(hal): graudate the I2S hal driver into a new component

This commit is contained in:
laokaiyao
2025-11-11 20:24:44 +08:00
parent bf9070c030
commit fd918efe43
47 changed files with 454 additions and 462 deletions

View File

@@ -9,7 +9,8 @@
#include "soc/sens_reg.h"
#include "soc/syscon_reg.h"
#include "soc/dport_reg.h"
#include "soc/i2s_periph.h"
#include "soc/i2s_reg.h"
#include "soc/periph_defs.h"
#include "esp_log.h"
#include "soc/io_mux_reg.h"

View File

@@ -9,7 +9,6 @@
#include "soc/sens_reg.h"
#include "soc/dport_reg.h"
#include "soc/syscon_reg.h"
#include "soc/i2s_periph.h"
#include "esp_log.h"
#include "soc/apb_saradc_reg.h"
#include "esp_private/regi2c_ctrl.h"