Skip to content
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

hal: tdk: cmakelist issue #1

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

afontaine-invn
Copy link
Collaborator

Include tdk hal library only if selected
Fix twister test

Signed-off-by: Aurelie Fontaine [email protected]

Copy link

@dkalowsk dkalowsk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor suggested change but not something to block a merge.

CMakeLists.txt Outdated

zephyr_library()
if(CONFIG_USE_EMD_ICM42670P)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could make these zephyr_include_directories_ifdef just to keep it shorter and neater similar to your line 28.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Thanks for the review !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants