raspberrypi: move landmine Makefile comments
This commit is contained in:
parent
2ae1e7de61
commit
cd1f19020f
|
@ -31,11 +31,12 @@ CIRCUITPY_RGBMATRIX = 1
|
|||
CIRCUITPY_ROTARYIO = 1
|
||||
|
||||
# Things that need to be implemented.
|
||||
# (Remember to remove any comment when changing a 0 to a 1, make gets confused otherwise)
|
||||
CIRCUITPY_FREQUENCYIO = 0 # Use PWM interally
|
||||
# Use PWM interally
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
CIRCUITPY_I2CPERIPHERAL = 0
|
||||
CIRCUITPY_NVM = 1
|
||||
CIRCUITPY_PULSEIO = 0 # Use PIO interally
|
||||
# Use PIO interally
|
||||
CIRCUITPY_PULSEIO = 0
|
||||
CIRCUITPY_WATCHDOG = 1
|
||||
|
||||
# Audio via PWM
|
||||
|
|
Loading…
Reference in New Issue