Skip to content

Commit a8d7a0e

Browse files
JiafeiPandleach02
authored andcommitted
modules: hal_nxp: disable quick access
Define FSL_SDK_DRIVER_QUICK_ACCESS_DISABLE to disable quickaccess definition in hal_nxp drivers. Signed-off-by: Jiafei Pan <[email protected]>
1 parent ef3766d commit a8d7a0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/hal_nxp/mcux/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ zephyr_compile_definitions_ifdef(
107107
I2C_RETRY_TIMES=40000
108108
)
109109

110+
zephyr_compile_definitions(FSL_SDK_DRIVER_QUICK_ACCESS_DISABLE)
111+
110112
# note: if FSL_IRQSTEER_ENABLE_MASTER_INT is not
111113
# defined then it will automatically be defined
112114
# and set to 1 via fsl_irqsteer.h

0 commit comments

Comments
 (0)