summaryrefslogtreecommitdiff
path: root/tests/circuitpython-manual
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2021-02-25Merge remote-tracking branch 'adafruit/main' into busio-uart-rpScott Shawcroft
2021-02-23Implement audiobusio and enhance PIO for itScott Shawcroft
This adds I2SOut and PDMIn support via PIO. StateMachines can now: * read and read while writing * transfer in 1, 2 or 4 byte increments * init pins based on expected defaults automatically * be stopped and restarted * rxfifo can be cleared and rxstalls detected (good for tracking when the reading code isn't keeping up) Fixes #4162
2021-02-18Fix file ends for CILucian Copeland
2021-02-17Move manual tests and renameLucian Copeland