File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,6 @@ SRC_HAL_IMX_C += \
136
136
$(MCU_DIR ) /drivers/fsl_lpuart.c \
137
137
$(MCU_DIR ) /drivers/fsl_pit.c \
138
138
$(MCU_DIR ) /drivers/fsl_pwm.c \
139
- $(MCU_DIR ) /drivers/fsl_romapi.c \
140
139
$(MCU_DIR ) /drivers/fsl_sai.c \
141
140
$(MCU_DIR ) /drivers/fsl_snvs_lp.c \
142
141
$(MCU_DIR ) /drivers/fsl_wdog.c \
@@ -153,7 +152,8 @@ endif
153
152
154
153
ifeq ($(MCU_SERIES ) ,$(filter $(MCU_SERIES ) , MIMXRT1015 MIMXRT1021 MIMXRT1052 MIMXRT1062 MIMXRT1064 MIMXRT1176) )
155
154
SRC_HAL_IMX_C += \
156
- $(MCU_DIR ) /drivers/fsl_qtmr.c
155
+ $(MCU_DIR ) /drivers/fsl_qtmr.c \
156
+ $(MCU_DIR ) /drivers/fsl_romapi.c
157
157
endif
158
158
159
159
ifeq ($(MCU_SERIES ) , MIMXRT1176)
Original file line number Diff line number Diff line change 38
38
#include "pin.h"
39
39
#include "modmachine.h"
40
40
#include "fsl_wdog.h"
41
+ #if FSL_FEATURE_BOOT_ROM_HAS_ROMAPI
41
42
#include "fsl_romapi.h"
43
+ #endif
42
44
43
45
#if MICROPY_PY_MACHINE
44
46
You can’t perform that action at this time.
0 commit comments