summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-20Update README.mdStefan Wick
2024-02-20rebrand image contentStefan Wick
2024-02-20Update README.mdStefan Wick
2024-02-13Merge pull request #355 from eclipse-threadx/wickste-patch-4Stefan Wick
update license.txt and delete licensed-hardware.txt
2024-02-13Merge branch 'master' into wickste-patch-4Stefan Wick
2024-02-12Merge pull request #353 from eclipse-threadx/wickste-patch-2Stefan Wick
Update CONTRIBUTING.md
2024-02-12Merge branch 'master' into wickste-patch-2Stefan Wick
2024-02-12Merge pull request #354 from eclipse-threadx/wickste-patch-3Stefan Wick
Update CONTRIBUTING.md
2024-02-12Merge branch 'master' into wickste-patch-3Stefan Wick
2024-02-12Merge branch 'master' into wickste-patch-4Stefan Wick
2024-02-09Merge pull request #352 from eclipse-threadx/wickste-patch-1Stefan Wick
Create SECURITY.md
2024-02-06Delete LICENSED-HARDWARE.txtStefan Wick
2024-02-06Update LICENSE.txtStefan Wick
2024-02-06Update CONTRIBUTING.mdStefan Wick
2024-02-06Update CONTRIBUTING.mdStefan Wick
2024-02-06Update CONTRIBUTING.mdStefan Wick
2024-02-06Create SECURITY.mdStefan Wick
2024-02-01Merge pull request #351 from timlt/patch-1Stefan Wick
Update README.md text
2024-01-30Update README.md texttimlt
Remove link to MS Learning training content.
2024-01-30Merge pull request #350 from eclipse-threadx/bo-ms/update_version_idStefan Wick
Update version id string.
2024-01-30Update version id string.Bo Chen (from Dev Box)
2024-01-28Merge pull request #349 from eclipse-threadx/bo-ms/copyrightStefan Wick
Update copyright.
2024-01-29Update copyright.Bo Chen (from Dev Box)
2024-01-18Merge pull request #347 from ericwol-msft/SECURITY.md-updateStefan Wick
Security.md update
2024-01-18Delete .github/workflows/codeql.ymlEric Wolz
2024-01-18Delete SECURITY.mdEric Wolz
2024-01-12Merge pull request #343 from ericwol-msft/ericwol-msft-azure-rtos-updateStefan Wick
msft azure label rtos update
2024-01-11Update README.mdEric Wolz
2024-01-11Update README.mdEric Wolz
2024-01-11Update CODEOWNERSEric Wolz
2023-12-28Add error handling in lock initialization in the Xtensa port (#340)v6.4.0_relXiuwen Cai
* Add error handling in lock initialization. * Update release data and version.
2023-12-28Add check for overflow in queue size calculation in RTOS compatibility ↵Xiuwen Cai
layer. (#339) * Add check for overflow in queue size calculation. * Update release data and version.
2023-12-28Update release date and version (#338)TiejunZhou
* Update version number in API header * Update release date and version
2023-12-28Added thumb mode support for threadX GNU ports on armv7a platforms. (#333)Yajun Xia
* Added thumb mode support for threadX GNU ports on armv7a platforms. https://msazure.visualstudio.com/One/_workitems/edit/26105175/ * move the swi interrupt to tx_initialize_low_level.S. * update the test log.
2023-12-22Merge pull request #336 from wenhui-xie/add_sudoBo Chen
Add sudo to move coverage folder created by root user.
2023-12-22Add sudo to move coverage folder created by root user.Wenhui Xie
2023-11-30Correct condition syntax in "Prepare Coverage GitHub Pages" step.l (#329)Ting Zhu
* Correct syntax. * Update regression_template.yml * Update regression_template.yml
2023-11-29Merge pull request #328 from ting-ms/masterBo Chen
Add additional condition for "Prepare Coverage GitHub Pages" step.
2023-11-29Add additional condition for "Prepare Coverage GitHub Pages" step.Ting Zhu
2023-11-27Added input skip_coverage and coverage_name for customiziing. (#327)CQ Xiao
* Update regression_template.yml * Update regression_template.yml * Update regression_template.yml * Update regression_template.yml * Update regression_template.yml * Update regression_template.yml Coverage name of all -> default_build_coverage * Update regression_template.yml * Update regression_template.yml Check inputs.skip_coverage to do steps. * Update regression_template.yml * Update regression_template.yml * Update regression_template.yml * Update regression_template.yml Enable coverage upload when manually triggered. * Update regression_template.yml * Update regression_template.yml * Update regression_template.yml * Update .github/workflows/regression_template.yml Fix comments. Co-authored-by: TiejunZhou <[email protected]> --------- Co-authored-by: TiejunZhou <[email protected]>
2023-11-24Fix action to run on fork repo for cortex-m builds and unify them (#326)TiejunZhou
2023-11-24Restrict deploy run condition (#325)TiejunZhou
* Restrict deploy run condition * Fail the job for testing purpose * Revert "Fail the job for testing purpose" This reverts commit 6ae18cafe285f07443137b85493f69f95e738c3d.
2023-11-24Split artifacts for multiple jobs (#324)TiejunZhou
* Test multiple code coverage pages * Add affix to artifacts * Test uploading code coverage as artifact * Deploy GitHub pages at last for multiple jobs * Test using unified upload pages * Disable test cases to accelerate experiment * Fix escape character $ * Revert "Test using unified upload pages" This reverts commit 3668d9f67253651c8cea38e9aba639dff081168d. * Set destination for downloaded artifact * Use a different artifact name * Fix escape value * Revert "Disable test cases to accelerate experiment" This reverts commit 8468f17d0298a483692ab613524bc6ab5443a67a. * Override duplicated github-pages in artifact * Revert "Override duplicated github-pages in artifact" This reverts commit 17a83aa97df4233417e20d31d36aa61e976dbebf. * Delete Duplicate Code Coverage Artifact
2023-11-23Convert ADO pipelines to GitHub actions (#321)TiejunZhou
* Convert ADO pipelines to GitHub actions * Remove version in uses as not valid for local workflows * Fix cmake path and add deploy url affix * Add SMP build job * Fix code coverage URL * Add affix to titles of steps * Remove ADO pipelines * Add affix to titles of code coverage * separate PR results for multiple jobs * Revert "separate PR results for multiple jobs" This reverts commit 6da13540fd460b6571c6bfe0196abe52e4b1cccf. * separate PR results for multiple jobs
2023-11-16Merge pull request #314 from ting-ms/masterBo Chen
Update test script to generate JUnit format test report.
2023-11-10Upgrade CMake to the latest.tinzhu
2023-11-10Run ctest with additional option "--output-junit" to generate JUnit format ↵tinzhu
test result.
2023-11-10Removed redudant sample_threadX project from Cortex A7 ports_module IAR ↵Yajun Xia
example_build. (#312) https://msazure.visualstudio.com/One/_workitems/edit/25784627
2023-10-23Update release version to 6.3.0 and date to 10-31-2023 (#308)v6.3.0_relTiejunZhou
2023-10-23Improved the logic to validate object from application in ThreadX Module (#307)TiejunZhou