disable 'audiomixer' for all M0 boards

This commit is contained in:
sommersoft 2019-09-01 17:39:20 -05:00
parent 362c1664ae
commit c4d6f4f536
6 changed files with 1 additions and 10 deletions

View File

@ -18,5 +18,3 @@ CIRCUITPY_I2CSLAVE = 0
CFLAGS_INLINE_LIMIT = 60
SUPEROPT_GC = 0
CIRCUITPY_AUDIOMIXER = 0

View File

@ -18,5 +18,3 @@ CIRCUITPY_I2CSLAVE = 0
CFLAGS_INLINE_LIMIT = 60
SUPEROPT_GC = 0
CIRCUITPY_AUDIOMIXER = 0

View File

@ -17,5 +17,3 @@ CIRCUITPY_I2CSLAVE = 0
CFLAGS_INLINE_LIMIT = 60
SUPEROPT_GC = 0
CIRCUITPY_AUDIOMIXER = 0

View File

@ -18,5 +18,3 @@ CIRCUITPY_I2CSLAVE = 0
CFLAGS_INLINE_LIMIT = 60
SUPEROPT_GC = 0
CIRCUITPY_AUDIOMIXER = 0

View File

@ -17,5 +17,3 @@ CIRCUITPY_I2CSLAVE = 0
CFLAGS_INLINE_LIMIT = 60
SUPEROPT_GC = 0
CIRCUITPY_AUDIOMIXER = 0

View File

@ -17,6 +17,7 @@ endif
# Put samd21-only choices here.
ifeq ($(CHIP_FAMILY),samd21)
# frequencyio not yet verified as working on SAMD21.
CIRCUITPY_AUDIOMIXER = 0
CIRCUITPY_FREQUENCYIO = 0
CIRCUITPY_TOUCHIO_USE_NATIVE = 1
endif