Skip to content

Conversation

JiafeiPan
Copy link
Collaborator

Zephyr don't support quick access section, so disable it.

@yvesll
Copy link
Contributor

yvesll commented Sep 23, 2025

HI, @JiafeiPan , I think add a new kconfig marco like NO_QUICKACCESS_SECTION would be better

#if (defined(DOXYGEN_OUTPUT) && DOXYGEN_OUTPUT) || (defined(NO_QUICKACCESS_SECTION) && NO_QUICKACCESS_SECTION)
void WDOG32_Disable(WDOG_Type *base);
#else
AT_QUICKACCESS_SECTION_CODE(void WDOG32_Disable(WDOG_Type *base));
#endif

@JiafeiPan JiafeiPan force-pushed the develop/imx93-watchdog branch from 73cde88 to e1ab5bb Compare September 23, 2025 09:56
@JiafeiPan
Copy link
Collaborator Author

JiafeiPan commented Sep 23, 2025

defined(NO_QUICKACCESS_SECTION) && NO_QUICKACCESS_SECTION

@yvesll Updated, the related update in zephyr is at: zephyrproject-rtos/zephyr@d2cdeb1, please review again, thanks.

@dleach02
Copy link
Member

@JiafeiPan has this change been passed along to the SDK team?

@JiafeiPan
Copy link
Collaborator Author

@JiafeiPan has this change been passed along to the SDK team?

Hi, @dleach02 , @yvesll will sync back this update to SDK, thanks @yvesll

@JiafeiPan JiafeiPan force-pushed the develop/imx93-watchdog branch from f35ef1d to f4061f9 Compare September 26, 2025 08:14
@JiafeiPan
Copy link
Collaborator Author

Aligned the patch with SDK

@JiafeiPan JiafeiPan force-pushed the develop/imx93-watchdog branch from f4061f9 to 6b18447 Compare September 26, 2025 09:28
@JiafeiPan
Copy link
Collaborator Author

rebased.

JiafeiPan and others added 2 commits September 27, 2025 01:27
Fixed the following building warnings:
fsl_power.c:1353:12: error: '*(unsigned char *)(&cacheEnabled[0])' may be
used uninitialized.
fsl_power.c:1346:12: error: '*(unsigned char *)(&cacheEnabled[1])' may be
used uninitialized.

Signed-off-by: Jiafei Pan <[email protected]>
Signed-off-by: Yves Wang <[email protected]>
Signed-off-by: Jiafei Pan <[email protected]>
@JiafeiPan
Copy link
Collaborator Author

@dleach02 , these two patches have been merged into SDK.

@mmahadevan108 mmahadevan108 merged commit 54f8ccc into zephyrproject-rtos:master Oct 2, 2025
@mmahadevan108 mmahadevan108 deleted the develop/imx93-watchdog branch October 2, 2025 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants