Update mpconfigport.mk
This commit is contained in:
parent
30d491e136
commit
9b96bae668
@ -27,14 +27,12 @@ CIRCUITPY_FULL_BUILD = 1
|
||||
CIRCUITPY_BITOPS = 1
|
||||
CIRCUITPY_PWMIO = 1
|
||||
|
||||
|
||||
CIRCUITPY_PULSEIO = 1
|
||||
|
||||
# Things that need to be implemented.
|
||||
CIRCUITPY_COUNTIO = 0 # Use PWM interally
|
||||
CIRCUITPY_FREQUENCYIO = 0 # Use PWM interally
|
||||
CIRCUITPY_I2CPERIPHERAL = 0
|
||||
CIRCUITPY_NVM = 1
|
||||
CIRCUITPY_PULSEIO = 1 # Use PIO interally
|
||||
CIRCUITPY_ROTARYIO = 0 # Use PIO interally
|
||||
CIRCUITPY_WATCHDOG = 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user