summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-27Add revision history file.Bo Chen (from Dev Box)
2024-02-27Update version number to 6.4.1TiejunZhou
2024-02-24fix the typosYang Hau
2024-02-22Merge pull request #364 from eclipse-threadx/bo-ms/update_portStefan Wick
Update the copyright for all assembly files.
2024-02-23Update the copyright for all assembly files.bo chen
2024-02-21Update README.mdStefan Wick
2024-02-20Merge pull request #362 from eclipse-threadx/wickste-patch-5Stefan Wick
Update README.md
2024-02-20rebrand image contentStefan Wick
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.