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

fix(ThirdParty,Examples): Add missing dependencies to LVGL makefiles #754

Merged
merged 2 commits into from
Oct 6, 2023

Conversation

lorne-maxim
Copy link
Contributor

Add the missing statements needed for all files in the Libraries/LVGL/lvgl/src/extra directories.
Disable Flash ECC in the MAX32672 Flash example. It uses 32-bit writes which will not work when ECC is enabled.

@lorne-maxim lorne-maxim added the MAX32672 Related to the MAX32672 (ME21) label Oct 5, 2023
Copy link
Contributor

@Jake-Carter Jake-Carter left a comment

Choose a reason for hiding this comment

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

I'd suggest using IPATH instead of CFLAGS += -I...

@lorne-maxim
Copy link
Contributor Author

I thought it was strange that the other makefiles weren't using IPATH. I just stuck with the style used by the others, though. What do you think? Should we rework all the makefiles in LVGL?

@Jake-Carter
Copy link
Contributor

Eh... at this point that's probably a better cleanup task for a later date. If they all use this convention this'll work

@lorne-maxim
Copy link
Contributor Author

That's what I was hoping you'd say!

@lorne-maxim lorne-maxim closed this Oct 6, 2023
@lorne-maxim lorne-maxim reopened this Oct 6, 2023
@lorne-maxim lorne-maxim merged commit 8df3204 into main Oct 6, 2023
19 checks passed
@lorne-maxim lorne-maxim deleted the dev/release_candidate_updates branch October 6, 2023 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MAX32672 Related to the MAX32672 (ME21)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants