You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of #187, Cargo.toml provides a rich set of features that precisely define the hardware used, and can be used to feature-gate all kinds of things. We should at least review which peripherals are available where, and add feature gates accordingly.
I think it would also be advantageous to feature-gate other hardware resources, like GPIO pins and ADC channels. @david-sawatzke expressed some doubt about that.
The text was updated successfully, but these errors were encountered:
As of #187,
Cargo.toml
provides a rich set of features that precisely define the hardware used, and can be used to feature-gate all kinds of things. We should at least review which peripherals are available where, and add feature gates accordingly.I think it would also be advantageous to feature-gate other hardware resources, like GPIO pins and ADC channels. @david-sawatzke expressed some doubt about that.
The text was updated successfully, but these errors were encountered: