Skip to content

Commit c2a9aad

Browse files
committed
litex: disable minimal build
Manually specify available modules and disable any modules that are currently unsupported on the litex target. Signed-off-by: Sean Cross <[email protected]>
1 parent 3133ecc commit c2a9aad

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

ports/litex/mpconfigport.mk

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ USB_SERIAL_NUMBER_LENGTH = 30
1212
# Longints can be implemented as mpz, as longlong, or not
1313
LONGINT_IMPL = MPZ
1414

15-
#Reduced feature set for early port
16-
CIRCUITPY_MINIMAL_BUILD = 1
15+
CIRCUITPY_ANALOGIO = 0
16+
CIRCUITPY_AUDIOBUSIO = 0
17+
CIRCUITPY_AUDIOIO = 0
18+
CIRCUITPY_BITBANGIO = 0
19+
CIRCUITPY_BOARD = 0
20+
CIRCUITPY_BUSIO = 0
21+
CIRCUITPY_DISPLAYIO = 0
22+
CIRCUITPY_FREQUENCYIO = 0
23+
CIRCUITPY_I2CSLAVE = 0
24+
CIRCUITPY_NVM = 0
25+
CIRCUITPY_PULSEIO = 0
26+
CIRCUITPY_ROTARYIO = 0
27+
CIRCUITPY_RTC = 0
1728

18-
# CIRCUITPY_BOARD = 1
19-
# CIRCUITPY_DIGITALIO = 1
20-
# CIRCUITPY_ANALOGIO = 1
21-
# CIRCUITPY_MICROCONTROLLER = 1
22-
# CIRCUITPY_BUSIO = 1
23-
# CIRCUITPY_PULSEIO = 1
24-
# CIRCUITPY_OS = 1
25-
# CIRCUITPY_STORAGE = 1
26-
# CIRCUITPY_RANDOM = 1
29+
# Enable USB support
2730
CIRCUITPY_USB_HID = 1
2831
CIRCUITPY_USB_MIDI = 1
29-
30-
#ifeq ($(MCU_SUB_VARIANT), stm32f412zx)
31-
#endif

0 commit comments

Comments
 (0)