This website requires JavaScript.
Explore
Help
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-10-10 23:06:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a218e3f5532b8659e822433372aaa3c64dc0a608
esp-idf
/
components
/
esp_driver_i2s
History
laokaiyao
5bc5fd34d6
fix(i2s): add check for i2s DMA buffer array allocation
...
Closes
https://github.com/espressif/esp-idf/issues/15607
2025-03-25 15:23:38 +08:00
..
include
fix(i2s): fixed i2s_std initializer order for cpp compiler
2025-02-20 21:41:33 +08:00
test_apps
fix(i2s): fixed the pdm2pcm capability on c5 and c61
2025-02-20 21:41:33 +08:00
CMakeLists.txt
…
i2s_common.c
fix(i2s): add check for i2s DMA buffer array allocation
2025-03-25 15:23:38 +08:00
i2s_etm.c
…
i2s_pdm.c
fix(i2s): lock APB when using apll with DFS feature
2025-02-20 10:22:49 +08:00
i2s_platform.c
…
i2s_private.h
fix(i2s): fixed mismatch of the i2s and gdma iram-safe config
2025-03-25 15:17:47 +08:00
i2s_std.c
fix(i2s): lock APB when using apll with DFS feature
2025-02-20 10:22:49 +08:00
i2s_tdm.c
fix(i2s): lock APB when using apll with DFS feature
2025-02-20 10:22:49 +08:00
Kconfig
fix(i2s): fixed mismatch of the i2s and gdma iram-safe config
2025-03-25 15:17:47 +08:00
lp_i2s_pdm.c
…
lp_i2s_std.c
…
lp_i2s_vad.c
…
lp_i2s.c
…