File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Additional testing is limited.
1212.. toctree ::
1313 :maxdepth: 2
1414
15+ ../ports/analog/README
1516 ../ports/atmel-samd/README
1617 ../ports/broadcom/README
1718 ../ports/cxd56/README
Original file line number Diff line number Diff line change @@ -60,10 +60,13 @@ CIRCUITPY_REQUIRE_I2C_PULLUPS = 0
6060CIRCUITPY_PIXELBUF ?= 0
6161
6262# ###################################################################################
63- # Required for clean building (additional CircuittPython Defaults)
63+ # Required for clean building (additional CircuitPython Defaults)
6464# ###################################################################################
6565
6666# Depends on BUSIO
6767CIRCUITPY_BLEIO_HCI = 0
6868CIRCUITPY_KEYPAD = 0
6969CIRCUITPY_BUSDEVICE = 0
70+
71+ # For CircuitPython CI
72+ CIRCUITPY_BUILD_EXTENSIONS ?= elf
You can’t perform that action at this time.
0 commit comments