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

samd/mcu/samd21/mpconfigmcu.h:Allow user to enable additional options. #15239

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 10, 2024

  1. samd/mcu/samd21/mpconfigmcu.h: Allow user to enable additional options.

    Currently for samd21 some features are disable because of limited memory.
    With the ability to trade firmware and filesystem space, a user may
    wish to selectively enable some of these features.  This change allows
    them to be enabled in board mpconfigboard.h or on the build command line
    for example.  The selectively enable functions are:
    
     * MICROPY_PY_FRAMEBUF
     * MICROPY_PY_SELECT
     * MICROPY_PY_ONEWIRE
     * MICROPY_PY_ASYNCIO
    
    Signed-off-by: Rick Sorensen <rick.sorensen@gmail.com>
    ricksorensen committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    4c85fce View commit details
    Browse the repository at this point in the history