Skip to content

Commit 7570a75

Browse files
committed
- Add elf target for CI build. - Add ports/analog/README to toctree for Sphinx docs.
1 parent 02baf37 commit 7570a75

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/supported_ports.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

ports/analog/mpconfigport.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,13 @@ CIRCUITPY_REQUIRE_I2C_PULLUPS = 0
6060
CIRCUITPY_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
6767
CIRCUITPY_BLEIO_HCI = 0
6868
CIRCUITPY_KEYPAD = 0
6969
CIRCUITPY_BUSDEVICE = 0
70+
71+
# For CircuitPython CI
72+
CIRCUITPY_BUILD_EXTENSIONS ?= elf

0 commit comments

Comments
 (0)