harmless change to force all ports to build

This commit is contained in:
Dan Halbert 2022-05-26 11:52:58 -04:00
parent d74193c298
commit 95fc7e4713
2 changed files with 3 additions and 4 deletions

View File

@ -168,7 +168,7 @@ CFLAGS += \
-mcpu=cortex-m0plus \ -mcpu=cortex-m0plus \
-msoft-float \ -msoft-float \
-mfloat-abi=soft \ -mfloat-abi=soft \
-DSAMD21 -DSAMD21 \
-flto-partition=one -flto-partition=one
endif endif
ifeq ($(CHIP_FAMILY), samd51) ifeq ($(CHIP_FAMILY), samd51)

View File

@ -57,8 +57,7 @@ CFLAGS += -DMICROPY_PY_USELECT_SELECT=$(MICROPY_PY_USELECT_SELECT)
CIRCUITPY_AESIO ?= $(CIRCUITPY_FULL_BUILD) CIRCUITPY_AESIO ?= $(CIRCUITPY_FULL_BUILD)
CFLAGS += -DCIRCUITPY_AESIO=$(CIRCUITPY_AESIO) CFLAGS += -DCIRCUITPY_AESIO=$(CIRCUITPY_AESIO)
# TODO: CIRCUITPY_ALARM will gradually be added to # TODO: CIRCUITPY_ALARM will gradually be added to as many ports as possible
# as many ports as possible
# so make this 1 or CIRCUITPY_FULL_BUILD eventually # so make this 1 or CIRCUITPY_FULL_BUILD eventually
CIRCUITPY_ALARM ?= 0 CIRCUITPY_ALARM ?= 0
CFLAGS += -DCIRCUITPY_ALARM=$(CIRCUITPY_ALARM) CFLAGS += -DCIRCUITPY_ALARM=$(CIRCUITPY_ALARM)