-
Notifications
You must be signed in to change notification settings - Fork 1.3k
shared-bindings/index.rst: added audiobusio #503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
shared-bindings/index.rst: added `aduiobusio` to Support Matrix. Used `audiobusio/_init_.c` to verify applicable ports; SAMD21 was the only one listed...ESP8266 wasn't. This fixes issue adafruit#448.
Aside: we need to start adding more columns to say what's on SAMD51, nRF52, etc. |
@dhalbert I'll work on adding the others. I have a few precursory questions:
|
The Metro M4 prototype boards that people have are Express boards. But the M4 has much more RAM and flash, so the distinction is less important: an M4 even without SPI flash will probably be able to include all modules. The other categories are yet to be determined, so until 3.0 is closer we won't know. The use of a full matrix will become less important, since the M4 boards will be big enough to handle everything. We might want to drop this as a complete Cartesian product table at some point, and instead say "supported on all boards", and then list particular omissions for particular boards. |
shared_bindings/index.rst: updated Support Matrix format as discussed in PR adafruit#503 & Issue adafruit#448.
shared-bindings/index.rst: corrected term agreement/grammar for previous Support Matrix update. See PR adafruit#503 & Issue adafruit#448.
shared_bindings/index.rst: updated Support Matrix format as discussed in PR adafruit#503 & Issue adafruit#448.
shared-bindings/index.rst: corrected term agreement/grammar for previous Support Matrix update. See PR adafruit#503 & Issue adafruit#448.
shared_bindings/index.rst: updated Support Matrix format as discussed in PR adafruit#503 & Issue adafruit#448.
shared-bindings/index.rst: corrected term agreement/grammar for previous Support Matrix update. See PR adafruit#503 & Issue adafruit#448.
shared-bindings/index.rst: added
aduiobusio
to Support Matrix. Usedaudiobusio/_init_.c
to verify applicable ports; SAMD21 was the only one listed...ESP8266 wasn't. This fixes issue #448.