Skip to content

Docs: Support Matrix - Fix Dependent Modules; Add Minimal/Default Build #2180

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

Merged
merged 3 commits into from
Oct 2, 2019

Conversation

sommersoft
Copy link

Partially addresses item 2 of #2021.

  • Will now properly process modules that are included based on a different module's inclusion (audiocore, audiomixer, ...).

    • It also handles multiple/conditional dependencies. Currently, audiocore is included if either audioio or audiopwmio is included, based on an ifeq. Hopefully this implementation is future-proof enough.
  • Added processing of CIRCUITPY_MINIMAL_BUILD and CIRCUITPY_DEFAULT_BUILD.

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

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

Ok, looks good! Thank you!

@tannewt tannewt merged commit 22b7050 into adafruit:master Oct 2, 2019
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.

2 participants