-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Fix build error for cy8ckit_062_ble/cy8cproto_062_4343w boards #81377
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
Fix build error for cy8ckit_062_ble/cy8cproto_062_4343w boards #81377
Conversation
nordicjm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have a revision 1.0.0 board so the board targets must exist
|
For https://github.com/zephyrproject-rtos/zephyr/actions/runs/11524969451/job/32695832470?pr=80025 "Invalid interrupt priority. Values must not exceed IRQ_PRIO_LOWEST". Default GPIO interrupt priority is 6, in arch.arm.irq_zero_latency_levels test with CONFIG_ZERO_LATENCY_LEVELS=2, IRQ_PRIO_LOWEST will be 4. Options we have here:
@nordicjm any suggestion how to handle this in proper way? |
|
What you have linked isn't even related to this because what you have linked is: Notice how there is no version in the board or output? No version specified means it will use the default, which in
0.0.0, not 1.0.0
In fact what you've linked to isn't even this board so it has no resemblance at all |
|
Hi @nordicjm, i updated title/description and provided fix for problem#1/problem#2. Those changes should unblock #80025 (comment) |
bf850d4 to
8599dfb
Compare
8599dfb to
cce9f94
Compare
cce9f94 to
b6a7954
Compare
boards/infineon/cy8cproto_062_4343w/cy8cproto_062_4343w_defconfig
Outdated
Show resolved
Hide resolved
Moved uatr6 to common dts for m4 - cm0 uses uart-5 in ver 0.0.0 and uart-5 in ver 1.0.0 (for using of Arduino headers). - cm4 by default uses uart-2 (for ver 0.0.0 and ver 1.0.0) Signed-off-by: Nazar Palamar <[email protected]>
Remove CONFIG_GPIO from defconfigs for Infineon boards. Applications, drivers will enable GPIO if need. Added 'select GPIO' from spi/Kconfig.ifx_cat1 Added 'select GPIO' from wifi/infineon/Kconfig.airoc Signed-off-by: Nazar Palamar <[email protected]>
b6a7954 to
9dc04c1
Compare
Problem#1: not defined zephyr_console for [email protected]/cy8c6347/m4
https://github.com/zephyrproject-rtos/zephyr/actions/runs/11524969451/job/32695831764?pr=80025
Problem#2: arm_irq_zero_latency_levels:
https://github.com/zephyrproject-rtos/zephyr/actions/runs/11524969451/job/32695832470?pr=80025