diff options
| author | Jeff Epler <jeff@adafruit.com> | 2021-03-17 07:57:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-17 07:57:31 -0500 |
| commit | bfc8c89536e12dba0cc9adc0065819d730bb0983 (patch) | |
| tree | 32b383f83e9e67455e4354737e979e07b708b756 /ports/atmel-samd/boards | |
| parent | 75ba26ee7c74cded73985212075c6eb4d8071af4 (diff) | |
| parent | 074ba1daff2c188d1aef278833982016da49f403 (diff) | |
Merge pull request #4403 from jepler/bitmap-read-2
bitmaptools: Add readinto, arrayblit
Diffstat (limited to 'ports/atmel-samd/boards')
| -rw-r--r-- | ports/atmel-samd/boards/cp_sapling_m0_spiflash/mpconfigboard.mk | 1 | ||||
| -rwxr-xr-x | ports/atmel-samd/boards/feather_radiofruit_zigbee/mpconfigboard.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/cp_sapling_m0_spiflash/mpconfigboard.mk b/ports/atmel-samd/boards/cp_sapling_m0_spiflash/mpconfigboard.mk index 48b22b394..1a1bf8cc7 100644 --- a/ports/atmel-samd/boards/cp_sapling_m0_spiflash/mpconfigboard.mk +++ b/ports/atmel-samd/boards/cp_sapling_m0_spiflash/mpconfigboard.mk @@ -14,6 +14,7 @@ EXTERNAL_FLASH_DEVICES = AT25DF081A CIRCUITPY_AUDIOIO = 0 CIRCUITPY_AUDIOBUSIO = 0 CIRCUITPY_BITBANGIO = 0 +CIRCUITPY_BITMAPTOOLS = 0 CIRCUITPY_COUNTIO = 0 CIRCUITPY_FREQUENCYIO = 0 CIRCUITPY_I2CPERIPHERAL = 0 diff --git a/ports/atmel-samd/boards/feather_radiofruit_zigbee/mpconfigboard.mk b/ports/atmel-samd/boards/feather_radiofruit_zigbee/mpconfigboard.mk index 2f4db69b4..29774db74 100755 --- a/ports/atmel-samd/boards/feather_radiofruit_zigbee/mpconfigboard.mk +++ b/ports/atmel-samd/boards/feather_radiofruit_zigbee/mpconfigboard.mk @@ -15,6 +15,7 @@ CIRCUITPY_AUDIOBUSIO = 0 # No DAC on SAMR21G CIRCUITPY_AUDIOIO = 0 CIRCUITPY_BITBANGIO = 0 +CIRCUITPY_BITMAPTOOLS = 0 CIRCUITPY_COUNTIO = 0 CIRCUITPY_RTC = 0 CIRCUITPY_FREQUENCYIO = 0 |
