raspberrypi: move landmine Makefile comments

This commit is contained in:
Jeff Epler 2021-03-05 12:59:55 -06:00
parent 2ae1e7de61
commit cd1f19020f

View File

@ -31,11 +31,12 @@ CIRCUITPY_RGBMATRIX = 1
CIRCUITPY_ROTARYIO = 1 CIRCUITPY_ROTARYIO = 1
# Things that need to be implemented. # Things that need to be implemented.
# (Remember to remove any comment when changing a 0 to a 1, make gets confused otherwise) # Use PWM interally
CIRCUITPY_FREQUENCYIO = 0 # Use PWM interally CIRCUITPY_FREQUENCYIO = 0
CIRCUITPY_I2CPERIPHERAL = 0 CIRCUITPY_I2CPERIPHERAL = 0
CIRCUITPY_NVM = 1 CIRCUITPY_NVM = 1
CIRCUITPY_PULSEIO = 0 # Use PIO interally # Use PIO interally
CIRCUITPY_PULSEIO = 0
CIRCUITPY_WATCHDOG = 1 CIRCUITPY_WATCHDOG = 1
# Audio via PWM # Audio via PWM