-
Notifications
You must be signed in to change notification settings - Fork 8.2k
[Backport v4.0-branch] test: arm: irq: Add overlays files for Infineon boards #81620
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
Conversation
Add CONFIG_GPIO from defconfigs for Infineon boards. Revert pull/81377, which affect some ble samples which used GPIO. Signed-off-by: Nazar Palamar <[email protected]> (cherry picked from commit 697efe8)
|
Hi @ithinuel, Not sure if need addition updates to fix Backport Issue Check. |
Yes, it needs the issue it's fixing mentioned in the PR description ("Fixes #xxxxx"), since backports are meant to be only for bugfixes. |
|
Hi @npal-cy, I see there is no update since last message from Benjamin. Is this PR still needed? |
Changed interrupt priority for GPIO, default 6 is not suitable for for the ZERO_LATENCY_IRQS function used in this test. used in this test. Fixes for problem with arm_irq_zero_latency_levels refer to pull/81377 Signed-off-by: Nazar Palamar <[email protected]> (cherry picked from commit 6172092)
560cce1 to
60b6295
Compare
|
looks like i missed this...I thoughts that i do not have an access to that branch, but i have. We do not have a issue ticket and we fixed the changes from pull/81377 I updated text to: but looks kike it does't help. |
|
@npal-cy, I think you need to create an issue explaining what the problem was with the PR and update the PR descriptions as mentioned here https://github.com/zephyrproject-rtos/zephyr/actions/runs/12908240388/job/35993350107?pr=81620 |
Hi @npal-cy, gentle reminder on this :) |
Backport 6172092~2..6172092 from #81464.
Fixes #85059