-
Notifications
You must be signed in to change notification settings - Fork 3
Am263x: PRU-I2S #8
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,9 +5,10 @@ | |
| "documentationPath": "../docs", | ||
| "includePaths": [ | ||
| "../source", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we need any changes in this file? If not, please revert |
||
| "C:/ti/mcu_plus_sdk/source/sysconfig", | ||
| ], | ||
| "components": [ | ||
|
|
||
| "/open_pru", | ||
| ], | ||
|
Comment on lines
6
to
12
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 6. Hardcoded sdk include path .metadata/product.json adds a Windows-specific absolute include path (C:/ti/...), which will break builds on non-Windows hosts and in CI environments where that path does not exist. This is a portability/build blocker for the repo. Agent Prompt
|
||
| "devices": [ | ||
| "AM64x", | ||
|
Comment on lines
5
to
14
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 5. Invalid json trailing commas .metadata/product.json contains trailing commas in arrays (e.g., includePaths/devices/components), which makes the file invalid strict JSON and can break any tooling that parses it as JSON. The PR adds an includePaths entry that retains this invalid trailing comma pattern. Agent Prompt
|
||
|
|
||
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.
Please fix the commits. There are two signed-off lines. Also, squash commits as commit message is same