-
Notifications
You must be signed in to change notification settings - Fork 16
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 Doxygen Tagging #9
Open
jblanchard-jblopen
wants to merge
13
commits into
TexasInstruments:am243x_threadx
Choose a base branch
from
jblopen:am243x_doxy_threadx_tag_pr
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 Doxygen Tagging #9
jblanchard-jblopen
wants to merge
13
commits into
TexasInstruments:am243x_threadx
from
jblopen:am243x_doxy_threadx_tag_pr
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]>
- add threadx libs, templates and headers to test project file. - add syscfg files. Fixes: SITSW-5614 Signed-off-by: Edouard Haas <[email protected]> (cherry picked from commit 4dccee382afb913ca48a9361bf53eee2754a2286)
…st for threadx. - add separate file lists for threadx examples and components in am243x device project file. Fixes: SITSW-5614 Signed-off-by: Edouard Haas <[email protected]> (cherry picked from commit 21cfb64cd9621f343d4c696a04d02ad69ca1b98f)
…examples - Fix missing board.c files in i2c examples. - Fix incorrect paths to netx examples. Fixes: SITSW-5614 Signed-off-by: Jonathan Blanchard <[email protected]>
update auto-generated files for soc Fixes: SITSW-5614 Signed-off-by: Jonathan Blanchard <[email protected]>
…umentation - add \cond THREADX in threadx markdown files. - add THREADX to ENABLED_SECTIONS so it is enabled by default. Fixes: SITSW-5614 Signed-off-by: Edouard Haas <[email protected]> (cherry picked from commit 4037ef27b1066bea078d8d4f22632a0bac735089)
.project/device/project_am243x.js
Outdated
@@ -215,6 +214,7 @@ const example_file_list = [ | |||
"examples/usb/device/dfu/.project/project_nortos.js", | |||
"examples/usb/device/ncm/.project/project_nortos.js", | |||
"examples/usb/device/rndis/.project/project_nortos.js", | |||
<<<<<<< HEAD |
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.
Ensure every commit is clean. Issues should not be created in one commit and fixed in another.
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.
Added conditional inclusion of the ThreadX documentation. Note that due to Doxygen limitations this leaves empty pages in the doxygen treeview when the ThreadX documentation is disabled.
(Note that this pull request should be merged after the "AM243x ThreadX Support for Driver Examples" pull request.)