index
:
threadx.git
coding-conventions
dev
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.github
/
workflows
Age
Commit message (
Expand
)
Author
2024-01-18
Delete .github/workflows/codeql.yml
Eric Wolz
2023-12-22
Add sudo to move coverage folder created by root user.
Wenhui Xie
2023-11-30
Correct condition syntax in "Prepare Coverage GitHub Pages" step.l (#329)
Ting Zhu
2023-11-29
Add additional condition for "Prepare Coverage GitHub Pages" step.
Ting Zhu
2023-11-27
Added input skip_coverage and coverage_name for customiziing. (#327)
CQ Xiao
2023-11-24
Fix action to run on fork repo for cortex-m builds and unify them (#326)
TiejunZhou
2023-11-24
Restrict deploy run condition (#325)
TiejunZhou
2023-11-24
Split artifacts for multiple jobs (#324)
TiejunZhou
2023-11-23
Convert ADO pipelines to GitHub actions (#321)
TiejunZhou
2023-07-13
Allow manual trigger for CodeQL action (#286)
TiejunZhou
2023-07-13
Enable CodeQL (#285)
TiejunZhou
2023-06-21
Unify ThreadX and SMP for ARMv8-A. (#275)
TiejunZhou
2023-04-19
Release ARMv7-A architecture ports and add tx_user.h to GNU port assembly fil...
TiejunZhou
2023-04-18
Release ARMv7-M and ARMv8-M architecture ports (#249)
TiejunZhou
2023-04-17
Filter the path for PR trigger and add codeowners (#248)
TiejunZhou
2020-12-09
update workflows
Scott Larson
2020-12-07
Update ci_cortex_m0.yml
Scott Larson
2020-12-07
Update ci_cortex_m0.yml
Scott Larson
2020-05-15
Cache update every 3 days is better
PProvost
2020-05-14
Added cortex m0 and m3 to cloud CI
PProvost
2020-05-14
Updated GH actions to cache arm-none-eabi
PProvost
2020-05-14
Still working on path issues
PProvost
2020-05-14
Add cached folder to path
PProvost
2020-05-14
Typo in cache updater
PProvost
2020-05-14
Scheduled cache updater
PProvost
2020-05-14
Caching arm compiler for builds
PProvost
2020-05-14
Tweaking GH actions
PProvost
2020-05-13
More CI build updates
PProvost
2020-05-13
Added CI build skeleton
PProvost