ULAB dependency and DISPLAYIO info messages

This commit is contained in:
RetiredWizard 2023-10-27 23:14:14 -04:00
parent 44e5fd4b47
commit df9da4e75d

View File

@ -115,6 +115,17 @@ endif # FULL_BUILD
endif # IMAGECAPTURE
endif # AUDIOBUSIO
ifeq ($(CIRCUITPY_FULL_BUILD),0)
ifneq ($(CIRCUITPY_ULAB),0)
$(error CIRCUITPY_ULAB=1 can not be used with CIRCUITPY_FUILL_BUILD=0)
endif
$(info *** Building with CIRCUITPY_FULL_BUILD=0, if the board has a built-in display and the)
$(info *** build fails try adding the CIRCUITPY_DISPLAYIO=1 option to mpconfigboard.mk)
$(info )
endif
###
# Select which builtin modules to compile and include.
# Keep alphabetical.