• Rick Sorensen's avatar
    samd/mcu/samd21: Allow user to enable additional options. · 260568e0
    Rick Sorensen authored
    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 and MICROPY_PY_ASYNCIO.
    Signed-off-by: default avatarRick Sorensen <rick.sorensen@gmail.com>
    260568e0
mpconfigmcu.h 3.71 KB