Update mpconfigport.mk

This commit is contained in:
DavePutz 2021-03-02 21:36:00 -06:00 committed by GitHub
parent 30d491e136
commit 9b96bae668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,14 +27,12 @@ CIRCUITPY_FULL_BUILD = 1
CIRCUITPY_BITOPS = 1 CIRCUITPY_BITOPS = 1
CIRCUITPY_PWMIO = 1 CIRCUITPY_PWMIO = 1
CIRCUITPY_PULSEIO = 1
# Things that need to be implemented. # Things that need to be implemented.
CIRCUITPY_COUNTIO = 0 # Use PWM interally CIRCUITPY_COUNTIO = 0 # Use PWM interally
CIRCUITPY_FREQUENCYIO = 0 # Use PWM interally CIRCUITPY_FREQUENCYIO = 0 # Use PWM interally
CIRCUITPY_I2CPERIPHERAL = 0 CIRCUITPY_I2CPERIPHERAL = 0
CIRCUITPY_NVM = 1 CIRCUITPY_NVM = 1
CIRCUITPY_PULSEIO = 1 # Use PIO interally
CIRCUITPY_ROTARYIO = 0 # Use PIO interally CIRCUITPY_ROTARYIO = 0 # Use PIO interally
CIRCUITPY_WATCHDOG = 1 CIRCUITPY_WATCHDOG = 1