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

@@ -28,7 +28,7 @@
#include "esp_private/i2s_platform.h"
#include "esp_private/lp_i2s_private.h"
#include "i2s_private.h"
#include "soc/i2s_periph.h"
#include "hal/i2s_periph.h"
#define LP_I2S_MEM_ALLOC_CAPS (MALLOC_CAP_INTERNAL | MALLOC_CAP_8BIT)