-
Notifications
You must be signed in to change notification settings - Fork 15
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
AM243x ThreadX Support for Driver Examples #8
Open
jblanchard-jblopen
wants to merge
8
commits into
TexasInstruments:am243x_threadx
Choose a base branch
from
jblopen:am243x_threadx_examples_pr2
base: am243x_threadx
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
AM243x ThreadX Support for Driver Examples #8
jblanchard-jblopen
wants to merge
8
commits into
TexasInstruments:am243x_threadx
from
jblopen:am243x_threadx_examples_pr2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- add threadx build options to each relevant example and test project file - add example.syscfg files Fixes: SITSW-5614 Signed-off-by: Edouard Haas <[email protected]> (cherry picked from commit e3aa45357f1d9ef1d7375b96971acc74a31b34b7)
- add getThreadXEnabled() to am243x device project file. Fixes: SITSW-5614 Signed-off-by: Edouard Haas <[email protected]> (cherry picked from commit 276966f2ddb40441dff95120b5933d4a151efd2e) (cherry picked from commit ec3a10a2a63fd89dc088ab48d63e2961eb00d41f)
- replaced void* by ULONG for threadx main task argument Fixes: SITSW-5614 Signed-off-by: Edouard Haas <[email protected]> (cherry picked from commit fa15a6482bbafb6fd69ef9fa2210fb270951331e) (cherry picked from commit af19a0012983f24842dac62318686fbc2c2ceb7d)
…nt in threadx test syconfig files - remove refrence to eclipse-threadx in threadx kernel test example.syscfg files Fixes: SITSW-5614 Signed-off-by: Edouard Haas <[email protected]> (cherry picked from commit f095151bb24f89818e7c20e816887bee66af145a) (cherry picked from commit 48b637b06862f044ae9616846c67b7119db95b59)
- add example.syscfg files to empty example Fixes: SITSW-5614 Signed-off-by: Edouard Haas <[email protected]> (cherry picked from commit 9a27cf51acc04314eac2c7b6e5dd5940962f0e47) (cherry picked from commit 2d7ccc42213c5e040117d2a50cb4aa8ae015d71d)
- fix erroneous build file inclusions in mcan loopback driver examples. Fixes: SITSW-5614 Signed-off-by: Edouard Haas <[email protected]> (cherry picked from commit 453a52ccc12bb724792cb3ec4a5c57806f400d80) (cherry picked from commit e3b2ae8784d53d638bb8ba6deb7047333e206414)
- Fix missing include statement from the MCAN project files affecting the build of the threadx example caused by a recent rebase. Fixes: SITSW-5614 Signed-off-by: Jonathan Blanchard <[email protected]> (cherry picked from commit 26b41b5913eea7bd7164c661e638f31ce3a2be8e)
update auto-generated files for soc Fixes: SITSW-5614 Signed-off-by: Jonathan Blanchard <[email protected]>
karthikraoti
reviewed
Jan 7, 2025
{ | ||
return ThreadXEnabled; | ||
} | ||
|
||
const component_file_list = [ |
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.
Create a seperate 'component_file_list' and 'example_file_list' for threadx. Seperate out threadx specific components and examples from those of freertos/nortos.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add support for building the drivers examples for ThreadX on the R5 core, AM243x only.