-
Notifications
You must be signed in to change notification settings - Fork 2
Update makefile.yml #95
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
Conversation
PR Reviewer Guide 🔍(Review updated until commit fd24b92)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to fd24b92
Previous suggestionsSuggestions up to commit cb1731e
✅ Suggestions up to commit f576c76
Suggestions up to commit 219ab1f
✅ Suggestions up to commit 0b36b45
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PR Compliance Guide 🔍(Compliance updated until commit fd24b92)Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label Previous compliance checksCompliance check up to commit 0b36b45
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
.github/workflows/makefile.yml
Outdated
| #ls -l "$HOME/ti/ccs_10.3.1/ccs/tools/compiler" | ||
| #ls -l "$HOME/ti/sysconfig_1.23.1" | ||
| ls -lR "$HOME/ti/ti-cgt-armllvm_4.0.3.LTS" |
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.
Suggestion: Reduce overly verbose logging
| ls -lR "$HOME/ti/ti-cgt-armllvm_4.0.3.LTS" | |
| test -x "$HOME/ti/ti-cgt-armllvm_4.0.3.LTS/bin/tiarmclang" && "$HOME/ti/ti-cgt-armllvm_4.0.3.LTS/bin/tiarmclang" --version || ls -l "$HOME/ti/ti-cgt-armllvm_4.0.3.LTS" |
PR Type
Enhancement, Bug fix
Description
Add Python dependencies (pyserial, xmodem, tqdm, pyelftools, construct) for mcelf build support
Fix ti-cgt-armllvm_4.0.3.LTS installation path to use
$HOME/ti/instead of nested directoryDowngrade MCU+ SDK AM243x from 11.01.00.17 to 11.00.00.15 for version alignment
Downgrade MCU+ SDK AM263Px from 11.00.00.19 to 10.02.00.15 for consistency
Improve toolchain verification with executable test and conditional diagnostics
Diagram Walkthrough
File Walkthrough
makefile.yml
CI workflow Python dependencies and SDK version alignment.github/workflows/makefile.yml
python3-pipto OS dependencies and installed Python packages(pyserial, xmodem, tqdm, pyelftools, construct) for mcelf build
$HOME/ti/ti-cgt-armllvm_4.0.3.LTSto$HOME/ti/with corresponding URL and path updates
with corresponding URL and path updates
test and conditional diagnostics
reflect new SDK versions