-
Notifications
You must be signed in to change notification settings - Fork 8.3k
modules: hal_infineon: fix build failure for Infineon CYT4BFC 320 BGA pin package #100524
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
modules: hal_infineon: fix build failure for Infineon CYT4BFC 320 BGA pin package #100524
Conversation
|
Hello @Shreyas-G-Khanapur, and thank you very much for your first pull request to the Zephyr project! |
parthitce
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.
Thanks for your efforts. Adjust the commit message and Fixes tag in the commit body.
15e115c to
33750c2
Compare
@parthitce - I have updated the commit message and added the fix tag. Please review |
|
Compliance Checks are failing still. Please address |
33750c2 to
d373fdb
Compare
this will not work. Probably or may work |
d373fdb to
49dab61
Compare
The CMakeLists.txt file in the MTB HAL CAT1 module incorrectly appended a '.c' extension to the source file reference for the 320 BGA pin package, causing a build error. Remove the extraneous '.c' extension to correctly reference cyhal_xmc7200_320_bga.c. Fixes zephyrproject-rtos#100523 Signed-off-by: Shreyas G Khanapur <[email protected]>
49dab61 to
0f8c970
Compare
|
|
Hi @shreyasifx! To celebrate this milestone and showcase your contribution, we'd love to award you the Zephyr Technical Contributor badge. If you're interested, please claim your badge by filling out this form: Claim Your Zephyr Badge. Thank you for your valuable input, and we look forward to seeing more of your contributions in the future! 🪁 |



Fixes #100523 which reports about error in Cmakelists.txt file within directory zephyr/modules/hal_infineon/mtb-hal-cat1/CMakeLists.txt.
Details
Removed the extra inclusion of 'c' file extension which considers the correct source file 320 BGA Pin Package and considers the correct source file cyhal_xmc7200_320_bga.c.