Skip to content

Commit bcc8801

Browse files
jturnsekxiaoxiang781216
authored andcommitted
Initial FlexIO support
1 parent 68d40d4 commit bcc8801

File tree

4 files changed

+2004
-0
lines changed

4 files changed

+2004
-0
lines changed

arch/arm/src/imxrt/Make.defs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ ifeq ($(CONFIG_IMXRT_FLEXCAN),y)
7272
CHIP_CSRCS += imxrt_flexcan.c
7373
endif
7474

75+
ifeq ($(CONFIG_IMXRT_FLEXIO),y)
76+
CHIP_CSRCS += imxrt_flexio.c
77+
endif
78+
7579
ifeq ($(CONFIG_IMXRT_FLEXPWM),y)
7680
CHIP_CSRCS += imxrt_flexpwm.c
7781
endif

0 commit comments

Comments
 (0)