-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
xtensa-asm2-util.s hard coding #30126
Labels
Comments
Note that |
yes,But there will be other warnings.When there is no interruption of leve6 and leve7, the interrupt function _xtensa_handle_one_int6 and _xtensa_handle_one_int7 will not exist. NXP RT600 supports up to interrupt leve5.
|
dcpleung
added a commit
to dcpleung/zephyr
that referenced
this issue
Dec 14, 2020
There may be Xtensa SoCs which don't have high enough interrupt levels for EPC6/EPS6 to exist in _restore_context. So changes these to those which should be available according to the ISA config file. Fixes zephyrproject-rtos#30126 Signed-off-by: Daniel Leung <[email protected]>
andrewboie
pushed a commit
that referenced
this issue
Jan 5, 2021
There may be Xtensa SoCs which don't have high enough interrupt levels for EPC6/EPS6 to exist in _restore_context. So changes these to those which should be available according to the ISA config file. Fixes #30126 Signed-off-by: Daniel Leung <[email protected]>
bwasim
pushed a commit
to bwasim/zephyr
that referenced
this issue
Jan 5, 2021
There may be Xtensa SoCs which don't have high enough interrupt levels for EPC6/EPS6 to exist in _restore_context. So changes these to those which should be available according to the ISA config file. Fixes zephyrproject-rtos#30126 Signed-off-by: Daniel Leung <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
If the core architecture of the chip does not support EPC6,EPS6 , the compilation will fail。There is no external option to change this result。
The text was updated successfully, but these errors were encountered: