Audio System + Drivers (#562)

This commit is contained in:
Shadowtrance
2026-07-14 16:34:29 +10:00
committed by GitHub
parent fa4a6e255c
commit 955416dac8
137 changed files with 8847 additions and 387 deletions
+11
View File
@@ -0,0 +1,11 @@
# SPM1423 PDM microphone
A driver for the `SPM1423` PDM MEMS microphone (and compatible PDM mics), wired
as an input-only `AUDIO_CODEC_TYPE` device. Has no I2C/register interface -- just
a PDM data line -- so there is no I2C parent; the device sits standalone in the
devicetree and only references the I2S controller by name. PDM RX is hardware-
restricted to I2S controller 0.
See https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/SPM1423HM4H-B_datasheet_en.pdf
License: [Apache v2.0](LICENSE-Apache-2.0.md)