-
Notifications
You must be signed in to change notification settings - Fork 161
drivers: wdog32: disable to use qickaccess section #605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drivers: wdog32: disable to use qickaccess section #605
Conversation
058d62c
to
73cde88
Compare
HI, @JiafeiPan , I think add a new kconfig marco like
|
73cde88
to
e1ab5bb
Compare
@yvesll Updated, the related update in zephyr is at: zephyrproject-rtos/zephyr@d2cdeb1, please review again, thanks. |
e1ab5bb
to
41a4d5c
Compare
@JiafeiPan has this change been passed along to the SDK team? |
Hi, @dleach02 , @yvesll will sync back this update to SDK, thanks @yvesll |
f35ef1d
to
f4061f9
Compare
Aligned the patch with SDK |
f4061f9
to
6b18447
Compare
rebased. |
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]>
@dleach02 , these two patches have been merged into SDK. |
Zephyr don't support quick access section, so disable it.