We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6979e96 commit 69c88ebCopy full SHA for 69c88eb
ports/mimxrt10xx/Makefile
@@ -120,13 +120,16 @@ SRC_SDK := \
120
drivers/snvs_hp/fsl_snvs_hp.c \
121
drivers/snvs_lp/fsl_snvs_lp.c \
122
drivers/trng/fsl_trng.c \
123
- drivers/flexcan/fsl_flexcan.c \
124
125
ifeq ($(CIRCUITPY_ANALOGIO), 1)
126
SRC_SDK += drivers/adc_12b1msps_sar/fsl_adc.c \
127
drivers/tempmon/fsl_tempmon.c
128
endif
129
+ifeq ($(CIRCUITPY_CANIO), 1)
130
+SRC_SDK += drivers/flexcan/fsl_flexcan.c
131
+endif
132
+
133
ifeq ($(CHIP_FAMILY), MIMXRT1176)
134
SRC_SDK += devices/$(CHIP_FAMILY)/drivers/fsl_anatop_ai.c \
135
devices/$(CHIP_FAMILY)/drivers/fsl_dcdc.c \
0 commit comments