summaryrefslogtreecommitdiff
path: root/extmod/machine_i2s.c
AgeCommit message (Expand)Author
2024-03-08esp32/machine_i2s: Integrate new I2S IDF driver.MikeTeachman
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2023-10-20extmod/machine_i2s: Factor comments, some enums and macros.Damien George
2023-10-20extmod/machine_i2s: Factor init_helper argument parsing.Damien George
2023-10-20extmod/machine_i2s: Factor print function.Damien George
2023-10-20extmod/machine_i2s: Factor I2S.irq method.Damien George
2023-10-20extmod/machine_i2s: Factor I2S.shift method.Damien George
2023-10-20extmod/machine_i2s: Factor stream and ring-buf code.Damien George
2023-10-20extmod/machine_i2s: Factor ports' I2S Python bindings to common code.Damien George