File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -168,8 +168,8 @@ CFLAGS += \
168
168
-mcpu=cortex-m0plus \
169
169
-msoft-float \
170
170
-mfloat-abi=soft \
171
- -DSAMD21
172
- -flto-partition =one
171
+ -DSAMD21 \
172
+ -flto-partition=one
173
173
endif
174
174
ifeq ($(CHIP_FAMILY ) , samd51)
175
175
CFLAGS += \
Original file line number Diff line number Diff line change @@ -57,8 +57,7 @@ CFLAGS += -DMICROPY_PY_USELECT_SELECT=$(MICROPY_PY_USELECT_SELECT)
57
57
CIRCUITPY_AESIO ?= $(CIRCUITPY_FULL_BUILD )
58
58
CFLAGS += -DCIRCUITPY_AESIO=$(CIRCUITPY_AESIO )
59
59
60
- # TODO: CIRCUITPY_ALARM will gradually be added to
61
- # as many ports as possible
60
+ # TODO: CIRCUITPY_ALARM will gradually be added to as many ports as possible
62
61
# so make this 1 or CIRCUITPY_FULL_BUILD eventually
63
62
CIRCUITPY_ALARM ?= 0
64
63
CFLAGS += -DCIRCUITPY_ALARM=$(CIRCUITPY_ALARM )
You can’t perform that action at this time.
0 commit comments