Skip to content

Commit 34bc402

Browse files
committed
modules: hal_nxp: define NO_QUICKACCESS_SECTION
Disable NO_QUICKACCESS_SECTION to disable quickaccess definition in hal_nxp drivers. Signed-off-by: Jiafei Pan <[email protected]>
1 parent 0cf5d26 commit 34bc402

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
@@ -106,6 +106,8 @@ zephyr_compile_definitions_ifdef(
106106
I2C_RETRY_TIMES=40000
107107
)
108108

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

0 commit comments

Comments
 (0)