Merge pull request #8439 from tannewt/fix_for_make_quirk
Tweak for make quirk
This commit is contained in:
commit
c1a98e460a
|
@ -36,7 +36,8 @@ CIRCUITPY_I2CTARGET ?= 1
|
|||
CIRCUITPY_IMAGECAPTURE = 0
|
||||
CIRCUITPY_MEMORYMAP ?= 1
|
||||
CIRCUITPY_NVM ?= 1
|
||||
CIRCUITPY_PARALLELDISPLAY ?= 0 # Turn off because it uses the old I2S driver which conflicts with the new ADC driver.
|
||||
# Turn off because it uses the old I2S driver which conflicts with the new ADC driver.
|
||||
CIRCUITPY_PARALLELDISPLAY ?= 0
|
||||
CIRCUITPY_PS2IO ?= 1
|
||||
# Disabled temporarily
|
||||
CIRCUITPY_RGBMATRIX ?= 0
|
||||
|
|
Loading…
Reference in New Issue