Skip to content
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

add missing native modules to support matrix #6995

Merged
merged 1 commit into from Oct 5, 2022

Conversation

dhalbert
Copy link
Collaborator

@dhalbert dhalbert commented Oct 4, 2022

  • Fixes "array" module doesn't appear in bindings matrix #6935.

  • Adds _asyncio, array, builtins, collections, io, select, and sys to the RTD Module Support Matrix.

  • Adds CIRCUITPY_xxx controls for the modules above, needed to have the support matrix constructed properly. This adds more regularity to feature selection, and also anticipates some of the work needed when some modules are moved from extmod/ to shared-module/,

  • Undo some ambiguous cross references, now that builtins is included. builtins includes many base types and functions.

  • Add an explanation of how to use the support matrix search box, including its hidden features.

  • Minor copyediting in documentation.

Copy link
Member

@jepler jepler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't spot any problems. Thanks for the grammar & other doc fixes too!

@dhalbert dhalbert merged commit b3ca6fd into adafruit:main Oct 5, 2022
@dhalbert dhalbert deleted the missing-support-matrix-modules branch October 5, 2022 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"array" module doesn't appear in bindings matrix
2 participants