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

feat(Build): Trigger Rebuilds in Dual-Core Projects if RISCV Project Content Changes #1172

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

Jake-Carter
Copy link
Contributor

Description

Fixes CFSIO-2421

Previously, changing the source code inside the application specified by RISCV_APP would not trigger a re-build for dual-core projects (RISCV_LOAD = 1).

This PR fixes that issue by forcing the target rule for generating the RISC-V binary to always be re-evaluated. Note this doesn't trigger a full re-build if nothing changes (which is good), and only an incremental re-build if something has, so the build speed impact is minimal.

Checklist Before Requesting Review

  • PR Title follows correct guidelines.
  • Description of changes and all other relevant information.
  • (Optional) Link any related GitHub issues using a keyword
  • (Optional) Provide info on any relevant functional testing/validation. For API changes or significant features, this is not optional.

@github-actions github-actions bot added MAX32655 Related to the MAX32655 (ME17) MAX32680 Related to the MAX32680 (ME20) MAX32690 Related to the MAX32690 (ME18) MAX78000 Related to the MAX78000 (AI85) MAX78002 Related to the MAX78002 (AI87) labels Sep 12, 2024
@Jake-Carter
Copy link
Contributor Author

@perkinsmg FYI

@perkinsmg
Copy link
Contributor

@perkinsmg FYI

Thanks Jake! I saw this yesterday, and we're planning to try it and take the fix today.

@perkinsmg perkinsmg self-requested a review September 13, 2024 13:39
@sihyung-maxim
Copy link
Contributor

Pull in the latest code from main to add the fix for the "Basic Examples Test". The CI has an older ME18 revision attached which does not have the latest cache fix. Eric added this workaround for now until the latest ME18EVKITs are in stock: #1176

@Jake-Carter Jake-Carter merged commit 9cca762 into main Sep 24, 2024
9 checks passed
@Jake-Carter Jake-Carter deleted the fix/CFSIO-2421 branch September 24, 2024 20:46
sihyung-maxim pushed a commit to analogdevicesinc/hal_adi that referenced this pull request Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MAX32655 Related to the MAX32655 (ME17) MAX32680 Related to the MAX32680 (ME20) MAX32690 Related to the MAX32690 (ME18) MAX78000 Related to the MAX78000 (AI85) MAX78002 Related to the MAX78002 (AI87)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants